OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TH_URG
(Results
1 - 13
of
13
) sorted by null
/external/tcpdump/
tcp.h
55
#define
TH_URG
0x20
print-cnfp.c
174
if (flags &
TH_URG
) putchar('U');
print-tcp.c
460
if (flags &
TH_URG
)
/external/qemu/slirp/
tcp.h
68
#define
TH_URG
0x20
tcp_input.c
400
if ((tiflags & (TH_SYN|TH_FIN|TH_RST|
TH_URG
|TH_ACK)) != TH_SYN)
489
(tiflags & (TH_SYN|TH_FIN|TH_RST|
TH_URG
|TH_ACK)) == TH_ACK &&
859
tiflags &= ~
TH_URG
;
892
tiflags &= ~
TH_URG
;
[
all
...]
tcp_output.c
451
ti->ti_flags |=
TH_URG
;
/external/qemu/slirp-android/
tcp.h
74
#define
TH_URG
0x20
tcp_input.c
405
if ((tiflags & (TH_SYN|TH_FIN|TH_RST|
TH_URG
|TH_ACK)) != TH_SYN)
494
(tiflags & (TH_SYN|TH_FIN|TH_RST|
TH_URG
|TH_ACK)) == TH_ACK &&
865
tiflags &= ~
TH_URG
;
898
tiflags &= ~
TH_URG
;
[
all
...]
tcp_output.c
451
ti->ti_flags |=
TH_URG
;
/external/iproute2/include/netinet/
tcp.h
83
# define
TH_URG
0x20
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
tcp.h
85
# define
TH_URG
0x20
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
tcp.h
85
# define
TH_URG
0x20
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
tcp.h
85
# define
TH_URG
0x20
Completed in 191 milliseconds