Home
last modified time | relevance | path

Searched refs:BOTH_FIN (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sbin/ipfw/
Dipfw2.c2333 #define BOTH_FIN (TH_FIN | (TH_FIN << 8)) in show_dyn_state() macro
2347 if ((d->state & BOTH_FIN) == BOTH_FIN) in show_dyn_state()
/freebsd-12-stable/sys/netpfil/ipfw/
Dip_fw_dynamic.c923 #define BOTH_FIN (TH_FIN | (TH_FIN << 8)) macro
980 case BOTH_SYN | BOTH_FIN: /* both sides closed */ in dyn_update_tcp_state()