Searched defs:ipx_decode (Results 1 - 1 of 1) sorted by relevance

/external/tcpdump/
H A Dprint-ipx.c47 void ipx_decode(const struct ipxHdr *, const u_char *, u_int);
75 ipx_decode(ipx, (u_char *)ipx + ipxSize, length - ipxSize);
93 ipx_decode(const struct ipxHdr *ipx, const u_char *datap, u_int length) function

Completed in 70 milliseconds