OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstSkt
(Results
1 - 5
of
5
) sorted by null
/external/tcpdump/
ipx.h
24
u_int16_t
dstSkt
; /* destination socket */
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);
print-netbios.c
79
EXTRACT_16BITS(ipx->
dstSkt
));
appletalk.h
44
u_int8_t
dstSkt
;
51
u_int8_t
dstSkt
;
print-atalk.c
125
ataddr_string(0, lp->dst), ddpskt_string(sdp->
dstSkt
));
143
ddpskt_string(dp->
dstSkt
));
188
ddpskt_string(dp->
dstSkt
));
Completed in 239 milliseconds