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

/freebsd-current/contrib/tcpdump/
H A Dprint-ipx.c56 nd_uint16_t dstSkt; /* destination socket */ member in struct:ipxHdr
87 GET_BE_U_2(ipx->dstSkt));
116 u_short dstSkt; local
118 dstSkt = GET_BE_U_2(ipx->dstSkt);
119 switch (dstSkt) {
148 ND_PRINT("ipx-#%x %u", dstSkt, length);
H A Dappletalk.h42 nd_uint8_t dstSkt; member in struct:atDDP
49 nd_uint8_t dstSkt; member in struct:atShortDDP
H A Dprint-atalk.c134 ddpskt_string(ndo, GET_U_1(sdp->dstSkt)));
158 ddpskt_string(ndo, GET_U_1(dp->dstSkt)));
211 ddpskt_string(ndo, GET_U_1(dp->dstSkt)));

Completed in 110 milliseconds