Searched refs:tcpflags (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/ipfilter/lib/
H A Dtcp_flags.c32 tcpf = tcpflags(flgs);
39 tcpfm = tcpflags(s);
H A Dtcpflags.c28 u_char tcpflags(flgs) function
H A Dparseipfexpr.c227 mask = tcpflags(delim);
231 flags = tcpflags(s);
H A DMakefile139 $(DEST)/tcpflags.o \
415 $(DEST)/tcpflags.o: $(LIBSRC)/tcpflags.c $(INCDEP)
416 $(CC) $(CCARGS) -c $(LIBSRC)/tcpflags.c -o $@
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.c2167 int ackskew, tcpflags; local
2174 tcpflags = tcp->th_flags;
2177 if (tcpflags & TH_SYN)
2189 ((tcpflags & TH_SYN) ? 1 : 0) + ((tcpflags & TH_FIN) ? 1 : 0);
2202 if (!(tcpflags & TH_SYN) && (fdata->td_winflags & TCP_WSCALE_FIRST)) {
2211 ((tcpflags & TH_OPENING) == TH_OPENING))) {
2220 if (!(tcpflags & TH_ACK)) { /* Pretend an ack was sent */
2222 } else if (((tcpflags & (TH_ACK|TH_RST)) == (TH_ACK|TH_RST)) &&
2267 } else if ((seq == 0) && (tcpflags
4048 u_char tcpflags; local
[all...]
/freebsd-12-stable/sbin/ipf/libipf/
H A DMakefile44 tcp_flags.c tcpflags.c tcpoptnames.c v6ionames.c v6optvalue.c \
/freebsd-12-stable/contrib/ipfilter/
H A Dipf.h340 extern u_char tcpflags(char *);
/freebsd-12-stable/sbin/pfctl/
H A Dpfctl_parser.c81 const char * const tcpflags = "FSRPAUEW"; variable
368 for (i = 0; tcpflags[i]; ++i)
370 printf("%c", tcpflags[i]);
1111 if ((q = strchr(tcpflags, *p)) == NULL)
1114 f |= 1 << (q - tcpflags);
/freebsd-12-stable/contrib/libpcap/
H A Dscanner.l466 tcpflags { yylval->i = 13; return NUM; }
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipf_y.y831 YY_STR { $$ = tcpflags($1); free($1); }

Completed in 110 milliseconds