Searched refs:ipx_decode (Results 1 – 3 of 3) sorted by relevance
47 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
89 ipx_decode(ipx, (u_char *)ipx + ipxSize, length - ipxSize);
815 - Fixed alignment bug in ipx_decode(). Thanks to Matt Crawford