Skip to content

Instantly share code, notes, and snippets.

@uyjulian
Last active April 8, 2024 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uyjulian/b7efa0354d206cdd340e7f9b95322d97 to your computer and use it in GitHub Desktop.
Save uyjulian/b7efa0354d206cdd340e7f9b95322d97 to your computer and use it in GitHub Desktop.

Playstation 2 networking stacks

INET

Main code on the IOP. SCE-developed.

Relevant IOP modules:

  • inet.irx
  • inetctl.irx
  • libnet.irx
  • ppp.irx
  • pppoe.irx
  • smap.irx
  • spduart.irx
  • libnet.irx

Relevant EE libraries:

  • libinsck.a
  • libnet.a
  • libnetif.a
  • netglue_insck.a

EENET

Main code on the EE. SCE-developed.

Relevant IOP modules:

  • eenetctl.irx
  • ent_devm.irx
  • ent_ppp.irx
  • ent_smap.irx
  • spduart.irx

Relevant EE libraries:

  • eenetctl.a
  • ent_ppp.a
  • ent_smap.a
  • libeenet.a
  • netglue_eenet.a

AVE-TCP

Main code on the IOP. Developed by Access Co., LTD

Relevant IOP modules:

  • ave_wrap.irx
  • aveppp.irx
  • avetcp.irx
  • avewrape.irx
  • bsdsocki.irx
  • devglue.irx
  • snavdhcp.irx
  • snaveppp.irx
  • snavetcp.irx

NDK

Main code on the IOP. Developed by SN Systems

Relevant IOP modules:

  • sndrv000.irx
  • sndrv001.irx
  • sndrv002.irx
  • sndrv100.irx
  • sndrv101.irx
  • sndrv200.irx
  • sndrv201.irx
  • sndrv202.irx
  • snprofil.irx
  • snstfrel.irx
  • snstkdbg.irx
  • snstkrel.irx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment