HomeSort by relevance Sort by last modified time
    Searched defs:ipx (Results 1 - 3 of 3) sorted by null

  /external/tcpdump/
print-ipx.c 21 * Format and print Novell IPX packets.
27 "@(#) $Header: /tcpdump/master/tcpdump/print-ipx.c,v 1.42 2005-05-06 08:26:44 guy Exp $";
42 #include "ipx.h"
52 * Print IPX datagram packets.
57 const struct ipxHdr *ipx = (const struct ipxHdr *)p; local
60 printf("IPX ");
62 TCHECK(ipx->srcSkt);
64 ipxaddr_string(EXTRACT_32BITS(ipx->srcNet), ipx->srcNode),
65 EXTRACT_16BITS(&ipx->srcSkt))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rassapi.h 132 RAS_PPP_IPXCP_RESULT ipx; member in struct:_RAS_PPP_PROJECTION_RESULT
mprapi.h 376 PPP_IPXCP_INFO ipx; member in struct:_PPP_INFO
431 PPP_IPXCP_INFO ipx; member in struct:_PPP_INFO_2
    [all...]

Completed in 568 milliseconds