OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TH_SYN
(Results
1 - 25
of
31
) sorted by relevancy
1
2
/src/sys/netinet/
tcp_fsm.h
67
* Basic flags (TH_RST,TH_ACK,
TH_SYN
,TH_FIN) are totally
74
TH_SYN
, /* SYN_SENT */
75
TH_SYN
|TH_ACK, /* SYN_RCVD */
tcp_input.c
1000
if (tiflags &
TH_SYN
) {
1001
tiflags &= ~
TH_SYN
;
1082
if ((tiflags &
TH_SYN
) &&
1172
if (tiflags &
TH_SYN
)
1359
(th->th_flags &
TH_SYN
) == 0) {
1407
(tiflags & (TH_RST|TH_ACK|
TH_SYN
)) ==
TH_SYN
) {
1440
(tiflags & (TH_RST|TH_ACK|
TH_SYN
)) ==
TH_SYN
) {
1488
if ((tiflags &
TH_SYN
) == 0
[
all
...]
tcp.h
65
#define
TH_SYN
0x02 /* Synchronization: New conn with dst port */
tcp_output.c
990
if (flags & (
TH_SYN
|TH_FIN|TH_RST))
1066
if (flags &
TH_SYN
) {
1108
((flags & (
TH_SYN
|TH_ACK)) ==
TH_SYN
||
1249
else if (flags & (
TH_SYN
|TH_FIN|TH_RST))
1360
if (len || (flags & (
TH_SYN
|TH_FIN)) ||
1472
if (flags & (
TH_SYN
|TH_FIN))
tcp_subr.c
706
if ((flags &
TH_SYN
) == 0 || sizeof(*th0) > (th0->th_off << 2))
771
if ((flags &
TH_SYN
) == 0) {
tcp_syncache.c
1167
th->th_flags =
TH_SYN
|TH_ACK;
/src/usr.sbin/npf/npftest/
npfstream.c
60
if (th->th_flags &
TH_SYN
) {
82
forw ? ">" : "<", (th->th_flags & (
TH_SYN
| TH_ACK | TH_FIN)),
/src/sys/net/npf/
npf_state_tcp.c
109
CTASSERT(
TH_SYN
== 0x02);
115
*
TH_SYN
| TH_ACK has number 6, since (0x02 | (0x10 >> 2)) == 6.
117
* such as
TH_SYN
| TH_FIN, and to have the same number for TH_FIN
127
i = (tcpfl & (
TH_SYN
| TH_FIN)) | ((tcpfl & TH_ACK) >> 2);
325
if (tcpfl &
TH_SYN
) {
377
if (tcpfl &
TH_SYN
) {
npf_ext_normalize.c
170
(th->th_flags &
TH_SYN
) == 0) {
npf_sendpkt.c
171
if (oth->th_flags &
TH_SYN
) {
/src/usr.sbin/npf/npftest/libnpftest/
npf_state_test.c
24
#define S
TH_SYN
/src/dist/pf/libexec/tftp-proxy/
filter.c
301
pfr.rule.flags = (proto == IPPROTO_TCP ?
TH_SYN
: 0);
303
(
TH_SYN
|TH_ACK|TH_FIN|TH_RST) : 0);
/src/dist/pf/usr.sbin/ftp-proxy/
filter.c
325
pfr.rule.flags =
TH_SYN
;
326
pfr.rule.flagset = (
TH_SYN
|TH_ACK);
/src/sys/external/bsd/ipf/netinet/
ip_state.c
1378
if ((fin->fin_flx & FI_OOW) && !(fin->fin_tcpf &
TH_SYN
)) {
1577
((tcp->th_flags &
TH_SYN
) ? 1 : 0) +
1586
TH_SYN
&&
1598
if ((tcp->th_flags & TH_OPENING) ==
TH_SYN
)
1990
if ((tcp->th_flags & TH_OPENING) ==
TH_SYN
) {
2034
if (flags == (
TH_SYN
|TH_ACK)) {
2044
} else if (flags ==
TH_SYN
) {
2131
if (tcpflags &
TH_SYN
)
2143
((tcpflags &
TH_SYN
) ? 1 : 0) + ((tcpflags & TH_FIN) ? 1 : 0);
2156
if (!(tcpflags &
TH_SYN
) && (fdata->td_winflags & TCP_WSCALE_FIRST))
[
all
...]
ip_compat.h
818
#define TCPF_ALL (TH_FIN|
TH_SYN
|TH_RST|TH_PUSH|TH_ACK|TH_URG|\
1119
#ifndef
TH_SYN
1120
# define
TH_SYN
0x02
1135
#define TH_ACKMASK (TH_FIN|
TH_SYN
|TH_RST|TH_ACK)
ip_rcmd_pxy.c
264
tcp2->th_flags =
TH_SYN
;
ip_state.h
141
#define TH_OPENING (
TH_SYN
|TH_ACK)
ip_rpcb_pxy.c
1135
tcp.th_flags =
TH_SYN
;
/src/sys/dist/pf/net/
pf_osfp.c
133
if ((tcp->th_flags & (
TH_SYN
|TH_ACK)) !=
TH_SYN
)
pf.c
1305
if (f &
TH_SYN
)
3453
if (th->th_flags &
TH_SYN
)
3543
if ((th->th_flags & (
TH_SYN
|TH_ACK)) ==
3544
TH_SYN
&& r->keep_state == PF_STATE_MODULATE) {
3554
if (th->th_flags &
TH_SYN
) {
3700
(th->th_flags & (
TH_SYN
|TH_ACK)) ==
TH_SYN
&&
3724
TH_SYN
|TH_ACK, 0, s->src.mss, 0, 1, 0, NULL, NULL);
3858
if (th->th_flags &
TH_SYN
) {
3866
TH_SYN
|TH_ACK, 0, (*state)->src.mss, 0, 1
[
all
...]
pf_norm.c
1329
if (flags &
TH_SYN
) {
1427
if ((th->th_flags &
TH_SYN
) == 0)
1769
|| pd->p_len > 0 || (th->th_flags &
TH_SYN
)) &&
/src/usr.sbin/trpt/
trpt.c
485
pf(
TH_SYN
, "SYN");
/src/usr.sbin/npf/npfctl/
npf_build.c
510
npfctl_bpf_tcpfl(bc,
TH_SYN
,
TH_SYN
| TH_ACK | TH_FIN | TH_RST);
npf_data.c
522
case 'S': tfl |=
TH_SYN
; break;
/src/sys/net/
slcompress.c
196
if ((th->th_flags & (
TH_SYN
|TH_FIN|TH_RST|TH_ACK)) != TH_ACK)
Completed in 36 milliseconds
1
2
Indexes created Mon Oct 13 08:09:50 GMT 2025