Home
last modified time | relevance | path

Searched refs:TH_OPENING (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_pptp_pxy.c539 if ((tcp->th_flags & TH_OPENING) == TH_OPENING) {
H A Dip_state.h138 #define TH_OPENING (TH_SYN|TH_ACK) macro
H A Dip_state.c1628 if ((tcp->th_flags & TH_OPENING) == TH_SYN)
2027 if ((tcp->th_flags & TH_OPENING) == TH_SYN) {
2211 ((tcpflags & TH_OPENING) == TH_OPENING))) {
4074 if ((tcpflags & TH_OPENING) == TH_OPENING) {
4081 } else if ((tcpflags & TH_OPENING) == TH_SYN) {
4152 } else if ((tcpflags & TH_OPENING) == TH_OPENING) {
4174 TH_OPENING) {
H A Dip_ftp_pxy.c1319 if ((mlen == 0) && ((tcp->th_flags & TH_OPENING) == TH_OPENING)) {