Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ipx.c47 void ipx_decode(const struct ipxHdr *, const u_char *, u_int);
75 ipx_decode(ipx, (u_char *)ipx + ipxSize, length - ipxSize); in ipx_print()
93 ipx_decode(const struct ipxHdr *ipx, const u_char *datap, u_int length) in ipx_decode() function
Dprint-netbios.c89 ipx_decode(ipx, (u_char *)ipx + ipxSize, length - ipxSize);
DCHANGES815 - Fixed alignment bug in ipx_decode(). Thanks to Matt Crawford