Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libcmd/common/
H A Dfds.c84 #ifdef AF_IPX
85 "IPX", AF_IPX,
/titanic_41/usr/src/uts/common/sys/
H A Dsocket.h286 #define AF_IPX 23 /* Novell Internet Protocol */ macro
327 #define PF_IPX AF_IPX
/titanic_41/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c549 case AF_IPX: p = "AF_IPX"; break; in show_sockaddr()