Searched refs:ipx (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/tcpdump/
H A Dprint-ipx.c75 const struct ipxHdr *ipx = (const struct ipxHdr *)p; local
77 ndo->ndo_protocol = "ipx";
82 ipxaddr_string(ndo, GET_BE_U_4(ipx->srcNet), ipx->srcNode),
83 GET_BE_U_2(ipx->srcSkt));
86 ipxaddr_string(ndo, GET_BE_U_4(ipx->dstNet), ipx->dstNode),
87 GET_BE_U_2(ipx->dstSkt));
89 /* take length from ipx header */
90 length = GET_BE_U_2(ipx
114 ipx_decode(netdissect_options *ndo, const struct ipxHdr *ipx, const u_char *datap, u_int length) argument
154 ipx_sap_print(netdissect_options *ndo, const u_char *ipx, u_int length) argument
228 ipx_rip_print(netdissect_options *ndo, const u_char *ipx, u_int length) argument
[all...]
H A DMakefile.in159 print-ipx.c \
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_roce_gid_mgmt.c280 union ipx_addr ipx; local
293 memset(&ipx, 0, sizeof(ipx));
295 rdma_gid2ip(&ipx.sa[0], &gid);
299 memcmp(&entry->ipx_addr, &ipx, sizeof(ipx)) == 0)
/freebsd-current/sys/netgraph/
H A Dng_cisco.c107 struct protoent ipx; /* IPX information */ member in struct:cisco_priv
200 sc->ipx.af = AF_IPX;
229 sc->ipx.hook = hook;
230 NG_HOOK_SET_PRIVATE(hook, &sc->ipx);
550 pep = &sc->ipx;
/freebsd-current/usr.sbin/tcpdump/tcpdump/
H A DMakefile86 print-ipx.c \
/freebsd-current/contrib/libpcap/
H A Dscanner.l305 ipx return IPX;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp122 #include <netipx/ipx.h>

Completed in 228 milliseconds