Searched refs:tcpflags (Results 1 – 8 of 8) sorted by relevance
2121 int ackskew, tcpflags; in ipf_state_tcpinwindow() local2128 tcpflags = tcp->th_flags; in ipf_state_tcpinwindow()2131 if (tcpflags & TH_SYN) in ipf_state_tcpinwindow()2143 ((tcpflags & TH_SYN) ? 1 : 0) + ((tcpflags & TH_FIN) ? 1 : 0); in ipf_state_tcpinwindow()2156 if (!(tcpflags & TH_SYN) && (fdata->td_winflags & TCP_WSCALE_FIRST)) { in ipf_state_tcpinwindow()2165 ((tcpflags & TH_OPENING) == TH_OPENING))) { in ipf_state_tcpinwindow()2174 if (!(tcpflags & TH_ACK)) { /* Pretend an ack was sent */ in ipf_state_tcpinwindow()2176 } else if (((tcpflags & (TH_ACK|TH_RST)) == (TH_ACK|TH_RST)) && in ipf_state_tcpinwindow()2221 } else if ((seq == 0) && (tcpflags == (TH_RST|TH_ACK)) && in ipf_state_tcpinwindow()3964 u_char tcpflags; in ipf_tcp_age() local[all …]
28 u_char tcpflags(flgs) in tcpflags() function
229 mask = tcpflags(delim);233 flags = tcpflags(s);
38 "flags" tcpflags | data .
136 tcpflags.c \
80 const char *tcpflags = "FSRPAUEW"; variable395 for (i = 0; tcpflags[i]; ++i) in print_flags()397 printf("%c", tcpflags[i]); in print_flags()1075 if ((q = strchr(tcpflags, *p)) == NULL) in parse_flags()1078 f |= 1 << (q - tcpflags); in parse_flags()
368 extern u_char tcpflags __P((char *));
832 YY_STR { $$ = tcpflags($1); free($1); }