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

  /external/tcpdump/
print-ipx.c 69 EXTRACT_16BITS(&ipx->dstSkt));
95 register u_short dstSkt;
97 dstSkt = EXTRACT_16BITS(&ipx->dstSkt);
98 switch (dstSkt) {
127 (void)printf("ipx-#%x %d", dstSkt, length);
ipx.h 24 u_int16_t dstSkt; /* destination socket */
appletalk.h 44 u_int8_t dstSkt;
51 u_int8_t dstSkt;

Completed in 272 milliseconds