Home
last modified time | relevance | path

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

/f-stack/tools/ipfw/
H A Dipfw2.c2332 #define BOTH_FIN (TH_FIN | (TH_FIN << 8)) in show_dyn_state() macro
2346 if ((d->state & BOTH_FIN) == BOTH_FIN) in show_dyn_state()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_dynamic.c924 #define BOTH_FIN (TH_FIN | (TH_FIN << 8)) macro
981 case BOTH_SYN | BOTH_FIN: /* both sides closed */ in dyn_update_tcp_state()