Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dsocket.h204 #define AF_IPX 23 /* Novell Internet Protocol */ macro
307 #define PF_IPX AF_IPX /* same format as AF_NS */
/dragonfly/contrib/smbfs/lib/smb/
H A Dnb_name.c83 if (peer && (peer->sa_family != AF_INET && peer->sa_family != AF_IPX)) in nb_sockaddr()
/dragonfly/sys/netgraph7/cisco/
H A Dng_cisco.c202 sc->ipx.af = AF_IPX; in cisco_constructor()
371 case AF_IPX: /* Novell IPX Protocol */ in cisco_rcvdata()
/dragonfly/sys/netgraph/cisco/
H A Dng_cisco.c212 sc->ipx.af = AF_IPX; in cisco_constructor()
379 case AF_IPX: /* Novell IPX Protocol */ in cisco_rcvdata()
/dragonfly/sys/netgraph7/
H A Dng_gif_demux.c109 { AF_IPX, NG_GIF_DEMUX_HOOK_IPX },