Searched defs:ipx (Results 1 - 4 of 4) sorted by relevance
/external/strace/tests/ |
H A D | net-sockaddr.c | 44 #include <linux/ipx.h> 278 void *ipx = tail_memdup(&c_ipx, sizeof(c_ipx)); local 280 int ret = connect(-1, ipx, len);
|
/external/strace/tests-m32/ |
H A D | net-sockaddr.c | 44 #include <linux/ipx.h> 278 void *ipx = tail_memdup(&c_ipx, sizeof(c_ipx)); local 280 int ret = connect(-1, ipx, len);
|
/external/strace/tests-mx32/ |
H A D | net-sockaddr.c | 44 #include <linux/ipx.h> 278 void *ipx = tail_memdup(&c_ipx, sizeof(c_ipx)); local 280 int ret = connect(-1, ipx, len);
|
/external/tcpdump/ |
H A D | print-ipx.c | 74 const struct ipxHdr *ipx = (const struct ipxHdr *)p; local 79 ND_TCHECK(ipx->srcSkt); 81 ipxaddr_string(EXTRACT_32BITS(ipx->srcNet), ipx->srcNode), 82 EXTRACT_16BITS(&ipx->srcSkt))); 85 ipxaddr_string(EXTRACT_32BITS(ipx->dstNet), ipx->dstNode), 86 EXTRACT_16BITS(&ipx->dstSkt))); 88 /* take length from ipx header */ 89 ND_TCHECK(ipx 110 ipx_decode(netdissect_options *ndo, const struct ipxHdr *ipx, const u_char *datap, u_int length) argument 150 ipx_sap_print(netdissect_options *ndo, const u_short *ipx, u_int length) argument 202 ipx_rip_print(netdissect_options *ndo, const u_short *ipx, u_int length) argument [all...] |
Completed in 174 milliseconds