Home
last modified time | relevance | path

Searched refs:AF_IPX (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dfds.c84 #ifdef AF_IPX
85 "IPX", AF_IPX,
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h297 #define AF_IPX 23 /* Novell Internet Protocol */ macro
338 #define PF_IPX AF_IPX
/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h223 #define AF_IPX 23 /* Novell Internet Protocol */ macro
354 #define PF_IPX AF_IPX
/illumos-gate/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c509 case AF_IPX: p = "AF_IPX"; break; in show_sockaddr()