Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ipx.c48 struct ipxHdr { struct
64 static void ipx_decode(netdissect_options *, const struct ipxHdr *, const u_char *, u_int); argument
74 const struct ipxHdr *ipx = (const struct ipxHdr *)p; in ipx_print()
110 ipx_decode(netdissect_options *ndo, const struct ipxHdr *ipx, const u_char *datap, u_int length) in ipx_decode()