HomeSort by relevance Sort by last modified time
    Searched refs:ipx_decode (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
print-netbios.c 89 ipx_decode(ipx, (u_char *)ipx + ipxSize, length - ipxSize);
print-ipx.c 47 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 32 milliseconds