Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/smbfs/lib/smb/
HDnb_name.c84 if (peer && (peer->sa_family != AF_INET && peer->sa_family != AF_IPX)) in nb_sockaddr()
/freebsd-14-stable/sys/sys/
HDsocket.h249 #define AF_IPX 23 /* Novell Internet Protocol */ macro
382 #define PF_IPX AF_IPX
/freebsd-14-stable/sys/netgraph/
HDng_cisco.c200 sc->ipx.af = AF_IPX; in cisco_constructor()
376 case AF_IPX: /* Novell IPX Protocol */ in cisco_rcvdata()
HDng_gif_demux.c110 { AF_IPX, NG_GIF_DEMUX_HOOK_IPX },
/freebsd-14-stable/sys/compat/linux/
HDlinux.c520 return (AF_IPX); in linux_to_bsd_domain()
544 case AF_IPX: in bsd_to_linux_domain()