OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TH_RST
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/ipf/dist/ipsd/Celler/
ip_compat.h
57
#ifndef
TH_RST
58
# define
TH_RST
0x04
/src/external/bsd/tcpdump/dist/
tcp.h
53
#define
TH_RST
0x04
/src/sys/netinet/
tcp.h
67
#define
TH_RST
0x04 /* Reset: Announce to peer conn terminated */
/src/sys/external/bsd/ipf/netinet/
ip_compat.h
818
#define TCPF_ALL (TH_FIN|TH_SYN|
TH_RST
|TH_PUSH|TH_ACK|TH_URG|\
1122
#ifndef
TH_RST
1123
# define
TH_RST
0x04
1135
#define TH_ACKMASK (TH_FIN|TH_SYN|
TH_RST
|TH_ACK)
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c
17909
#define
TH_RST
0x04
17921
wake = ((t->tcp.flags &
TH_RST
) || (t->tcp.flags & TH_FIN)) ;
17970
wake = (!(t->tcp.flags &
TH_RST
) && (t->tcp.flags & (TH_FIN|TH_SYN)) != TH_FIN);
Completed in 62 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026