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

  /external/tcpdump/
print-ipx.c 55 uint16_t dstSkt; /* destination socket */
86 EXTRACT_16BITS(&ipx->dstSkt)));
112 register u_short dstSkt;
114 dstSkt = EXTRACT_16BITS(&ipx->dstSkt);
115 switch (dstSkt) {
144 ND_PRINT((ndo, "ipx-#%x %d", dstSkt, length));
appletalk.h 42 uint8_t dstSkt;
49 uint8_t dstSkt;
print-atalk.c 130 ataddr_string(ndo, 0, lp->dst), ddpskt_string(ndo, sdp->dstSkt)));
152 ddpskt_string(ndo, dp->dstSkt)));
202 ddpskt_string(ndo, dp->dstSkt)));

Completed in 66 milliseconds