Searched refs:tcpflags (Results 1 – 10 of 10) sorted by relevance
28 tcpf = tcpflags(flgs); in tcp_flags()35 tcpfm = tcpflags(s); in tcp_flags()
27 u_char tcpflags(char *flgs) in tcpflags() function
221 mask = tcpflags(delim); in parseipfexpr()225 flags = tcpflags(s); in parseipfexpr()
43 tcp_flags.c tcpflags.c tcpoptnames.c v6ionames.c v6optvalue.c \
2110 int ackskew, tcpflags; in ipf_state_tcpinwindow() local2117 tcpflags = tcp->th_flags; in ipf_state_tcpinwindow()2120 if (tcpflags & TH_SYN) in ipf_state_tcpinwindow()2132 ((tcpflags & TH_SYN) ? 1 : 0) + ((tcpflags & TH_FIN) ? 1 : 0); in ipf_state_tcpinwindow()3954 u_char tcpflags; in ipf_tcp_age() local3961 tcpflags = tcp->th_flags; in ipf_tcp_age()3966 if (tcpflags & TH_RST) { in ipf_tcp_age()4099 if (tcpflags & TH_FIN) { in ipf_tcp_age()4131 if (tcpflags & TH_FIN) { in ipf_tcp_age()4168 if (tcpflags & TH_FIN) { in ipf_tcp_age()[all …]
38 "flags" tcpflags | data .
335 extern u_char tcpflags(char *);
830 YY_STR { $$ = tcpflags($1); free($1); }
80 const char * const tcpflags = "FSRPAUEW"; variable372 for (i = 0; tcpflags[i]; ++i) in print_flags()374 printf("%c", tcpflags[i]); in print_flags()1282 if ((q = strchr(tcpflags, *p)) == NULL) in parse_flags()1285 f |= 1 << (q - tcpflags); in parse_flags()
491 tcpflags { yylval->h = 13; return NUM; }