HomeSort by relevance Sort by last modified time
    Searched defs:dstSkt (Results 1 - 2 of 2) 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;

Completed in 138 milliseconds