Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-ipx.c65 static void ipx_decode(netdissect_options *, const struct ipxHdr *, const u_char *, u_int);
97 ipx_decode(ndo, ipx, p + ipxSize, length - ipxSize); in ipx_print()
114 ipx_decode(netdissect_options *ndo, const struct ipxHdr *ipx, const u_char *datap, u_int length) in ipx_decode() function
H A DCHANGES1312 - Fixed alignment bug in ipx_decode(). Thanks to Matt Crawford