Searched defs:dstSkt (Results 1 - 3 of 3) sorted by relevance

/external/tcpdump/
H A Dipx.h24 u_int16_t dstSkt; /* destination socket */ member in struct:ipxHdr
H A Dprint-ipx.c69 EXTRACT_16BITS(&ipx->dstSkt));
95 register u_short dstSkt; local
97 dstSkt = EXTRACT_16BITS(&ipx->dstSkt);
98 switch (dstSkt) {
127 (void)printf("ipx-#%x %d", dstSkt, length);
H A Dappletalk.h44 u_int8_t dstSkt; member in struct:atDDP
51 u_int8_t dstSkt; member in struct:atShortDDP

Completed in 234 milliseconds