Home
last modified time | relevance | path

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

/freebsd/cddl/lib/libdtrace/
H A Dsocket.d172 #pragma D binding "1.13" AF_IPX
173 inline int AF_IPX = 23; /* Novell Internet Protocol */ variable
267 inline int PF_IPX = AF_IPX;
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dsendrecv79 af == AF_IPX ? "AF_IPX" :
/freebsd/sys/sys/
H A Dsocket.h247 #define AF_IPX 23 /* Novell Internet Protocol */ macro
381 #define PF_IPX AF_IPX
/freebsd/contrib/smbfs/lib/smb/
H A Dnb_name.c84 if (peer && (peer->sa_family != AF_INET && peer->sa_family != AF_IPX)) in nb_sockaddr()
/freebsd/sys/netgraph/
H A Dng_cisco.c200 sc->ipx.af = AF_IPX; in cisco_constructor()
376 case AF_IPX: /* Novell IPX Protocol */ in cisco_rcvdata()
H A Dng_gif_demux.c110 { AF_IPX, NG_GIF_DEMUX_HOOK_IPX },
/freebsd/sys/compat/linux/
H A Dlinux.c520 return (AF_IPX); in linux_to_bsd_domain()
544 case AF_IPX: in bsd_to_linux_domain()