OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:th_dport
(Results
1 - 8
of
8
) sorted by null
/external/tcpdump/
tcp.h
44
u_int16_t
th_dport
; /* destination port */
member in struct:tcphdr
print-tcp.c
215
if (!TTEST(tp->
th_dport
)) {
223
dport = EXTRACT_16BITS(&tp->
th_dport
);
/external/qemu/slirp/
tcpip.h
50
#define ti_dport ti_t.
th_dport
tcp.h
52
u_int16_t
th_dport
; /* destination port */
member in struct:tcphdr
/external/qemu/slirp-android/
tcpip.h
54
#define ti_dport ti_t.
th_dport
tcp.h
58
port_t
th_dport
; /* destination port */
member in struct:tcphdr
/external/iproute2/include/netinet/
tcp.h
66
u_int16_t
th_dport
; /* destination port */
member in struct:tcphdr
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
tcp.h
68
u_int16_t
th_dport
; /* destination port */
member in struct:tcphdr
Completed in 194 milliseconds