Home
last modified time | relevance | path

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

/freebsd-13.1/cddl/lib/libdtrace/
H A Dsocket.d174 #pragma D binding "1.13" AF_IPX
175 inline int AF_IPX = 23; /* Novell Internet Protocol */ variable
269 inline int PF_IPX = AF_IPX;
/freebsd-13.1/cddl/usr.sbin/dwatch/libexec/
H A Dsendrecv80 af == AF_IPX ? "AF_IPX" :
/freebsd-13.1/contrib/smbfs/lib/smb/
H A Dnb_name.c87 if (peer && (peer->sa_family != AF_INET && peer->sa_family != AF_IPX)) in nb_sockaddr()
/freebsd-13.1/sys/sys/
H A Dsocket.h247 #define AF_IPX 23 /* Novell Internet Protocol */ macro
378 #define PF_IPX AF_IPX
/freebsd-13.1/sys/compat/linux/
H A Dlinux.c361 return (AF_IPX); in linux_to_bsd_domain()
383 case AF_IPX: in bsd_to_linux_domain()
/freebsd-13.1/sys/netgraph/
H A Dng_cisco.c202 sc->ipx.af = AF_IPX; in cisco_constructor()
378 case AF_IPX: /* Novell IPX Protocol */ in cisco_rcvdata()
H A Dng_gif_demux.c112 { AF_IPX, NG_GIF_DEMUX_HOOK_IPX },