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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-ipx.c63 static const char *ipxaddr_string(uint32_t, const u_char *);
81 ipxaddr_string(EXTRACT_32BITS(ipx->srcNet), ipx->srcNode),
85 ipxaddr_string(EXTRACT_32BITS(ipx->dstNet), ipx->dstNode),
99 ipxaddr_string(uint32_t net, const u_char *node) function
187 ipxaddr_string(EXTRACT_32BITS(&ipx[25]), (const u_char *)&ipx[27])));

Completed in 97 milliseconds