HomeSort by: relevance | last modified time | path
    Searched refs:TH_FIN (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/sys/netinet/
tcp_fsm.h 67 * Basic flags (TH_RST,TH_ACK,TH_SYN,TH_FIN) are totally
68 * determined by state, with the proviso that TH_FIN is sent only
78 TH_FIN|TH_ACK, /* FIN_WAIT_1 */
79 TH_FIN|TH_ACK, /* CLOSING */
80 TH_FIN|TH_ACK, /* LAST_ACK */
tcp_output.c 728 /* 1 for TH_FIN */
764 flags &= ~TH_FIN;
783 flags &= ~TH_FIN;
805 flags &= ~TH_FIN;
810 flags &= ~TH_FIN;
837 flags &= ~TH_FIN;
905 flags &= ~TH_FIN;
911 flags &= ~TH_FIN;
990 if (flags & (TH_SYN|TH_FIN|TH_RST))
1182 ((tiqe->ipqe_flags & TH_FIN) != 0 ? 1 : 0))
    [all...]
tcp.h 65 #define TH_FIN 0x01 /* Final: Set on the last segment */
tcp_input.c 451 * control block tp. Return TH_FIN if reassembly now includes
780 pkt_flags = q->ipqe_flags & TH_FIN;
1007 (todrop == tlen && (tiflags & TH_FIN) == 0)) {
1015 tiflags &= ~(TH_FIN|TH_RST);
1109 tiflags &= ~(TH_PUSH|TH_FIN);
1815 (tiflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ECE|TH_CWR|TH_ACK))
2148 tiflags &= ~TH_FIN;
2224 (todrop == tlen && (tiflags & TH_FIN) == 0)) {
2232 tiflags &= ~(TH_FIN|TH_RST);
2330 tiflags &= ~(TH_PUSH|TH_FIN);
    [all...]
  /src/external/bsd/ipf/dist/lib/
flags.c 24 u_char flags[] = { TH_FIN, TH_SYN, TH_RST, TH_PUSH, TH_ACK, TH_URG,
printpacket.c 90 if (tcp->th_flags & TH_FIN)
ipft_tx.c 29 static u_char myflags[] = { TH_FIN, TH_SYN, TH_RST, TH_PUSH,
  /src/usr.sbin/npf/npftest/
npfstream.c 63 if (th->th_flags & TH_FIN) {
82 forw ? ">" : "<", (th->th_flags & (TH_SYN | TH_ACK | TH_FIN)),
  /src/external/bsd/tcpdump/dist/
tcp.h 51 #define TH_FIN 0x01
print-cnfp.c 228 flags & TH_FIN ? "F" : "",
330 flags & TH_FIN ? "F" : "",
432 flags & TH_FIN ? "F" : "",
print-tcp.c 105 { TH_FIN, "F" },
433 if (ndo->ndo_vflag > 1 || length > 0 || flags & (TH_SYN | TH_FIN | TH_RST)) {
  /src/external/bsd/ipf/dist/ipsd/Celler/
ip_compat.h 51 #ifndef TH_FIN
52 # define TH_FIN 0x01
  /src/sys/net/npf/
npf_state_tcp.c 108 CTASSERT(TH_FIN == 0x01);
117 * such as TH_SYN | TH_FIN, and to have the same number for TH_FIN
118 * and TH_FIN|TH_ACK cases. Thus, we generate a mask assigning 3
127 i = (tcpfl & (TH_SYN | TH_FIN)) | ((tcpfl & TH_ACK) >> 2);
328 if (tcpfl & TH_FIN) {
  /src/usr.sbin/npf/npftest/libnpftest/
npf_state_test.c 26 #define F TH_FIN
  /src/sys/external/bsd/ipf/netinet/
ip_state.c 1578 ((tcp->th_flags & TH_FIN) ? 1 : 0);
1585 if ((tcp->th_flags & ~(TH_FIN|TH_ACK|TH_ECNALL)) ==
2031 * Compare with ~TH_FIN to mask out T/TCP setups.
2033 flags = tcp->th_flags & ~(TH_FIN|TH_ECNALL);
2143 ((tcpflags & TH_SYN) ? 1 : 0) + ((tcpflags & TH_FIN) ? 1 : 0);
2332 ((tcp->th_flags & TH_FIN) ? 1 : 0);
4051 } else if ((tcpflags & (TH_SYN|TH_FIN|TH_ACK)) ==
4060 } else if (tcpflags & TH_FIN) {
4080 if ((tcpflags & (TH_SYN|TH_FIN|TH_ACK)) == TH_ACK) {
4096 } else if (tcpflags & TH_FIN) {
    [all...]
ip_compat.h 818 #define TCPF_ALL (TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG|\
1116 #ifndef TH_FIN
1117 # define TH_FIN 0x01
1135 #define TH_ACKMASK (TH_FIN|TH_SYN|TH_RST|TH_ACK)
  /src/external/bsd/ipf/dist/ipsend/
ipsend.c 409 tcp->th_flags |= TH_FIN;
  /src/dist/pf/libexec/tftp-proxy/
filter.c 303 (TH_SYN|TH_ACK|TH_FIN|TH_RST) : 0);
  /src/usr.sbin/trpt/
trpt.c 487 pf(TH_FIN, "FIN");
  /src/sys/dist/pf/net/
pf_norm.c 1334 if (flags & TH_FIN)
1335 flags &= ~TH_FIN;
1344 if ((flags & TH_FIN) || (flags & TH_PUSH) || (flags & TH_URG))
  /src/sys/net/
slcompress.c 196 if ((th->th_flags & (TH_SYN|TH_FIN|TH_RST|TH_ACK)) != TH_ACK)
  /src/usr.sbin/npf/npfctl/
npf_data.c 521 case 'F': tfl |= TH_FIN; break;
  /src/external/bsd/ppp/dist/pppd/
ipv6cp.c 1621 #define TH_FIN 0x01
1648 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == IP6_HDRLEN + get_tcpoff(tcp) * 4)
ipcp.c 2320 #define TH_FIN 0x01
2352 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == hlen + get_tcpoff(tcp) * 4)
  /src/sys/kern/
uipc_mbufdebug.c 835 if (tcp.th_flags & TH_FIN)

Completed in 55 milliseconds

1 2