Home
last modified time | relevance | path

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

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