Home
last modified time | relevance | path

Searched refs:SI_CLONE (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/ipfilter/lib/
Dprintactivenat.c27 if (nat->nat_flags & SI_CLONE)
/freebsd-9-stable/sys/contrib/ipfilter/netinet/
Dip_state.h115 #define IS_CLONE SI_CLONE /* 0x02000 */
Dip_state.c1012 flags |= SI_W_DADDR|SI_CLONE;
1015 flags |= SI_W_SADDR|SI_CLONE;
1307 if ((is->is_flags & SI_CLONE) == 0)
1314 if ((is->is_flags & IS_STATESYNC) && ((is->is_flags & SI_CLONE) == 0))
1799 clone->is_flags &= ~SI_CLONE;
1914 flags = is->is_flags & ~(SI_WILDP|SI_NEWFR|SI_CLONE|SI_CLONED);
2003 if ((flags & SI_CLONE) != 0) {
2555 !(is->is_flags & (SI_CLONE|SI_WILDP|SI_WILDA))) {
Dip_rpcb_pxy.c1244 natl = nat_new(&fi, ipn, NULL, nflags|SI_CLONE|NAT_SLAVE,
1267 nflags |= SI_W_SPORT|SI_CLONE;
Dip_nat.c2598 if ((nat->nat_flags & SI_CLONE) == 0)
3277 if ((nflags & SI_CLONE) != 0) {
3316 if (nat->nat_flags & SI_CLONE)
3509 if ((nflags & SI_CLONE) != 0) {
4824 clone->nat_flags &= ~SI_CLONE;
Dip_fil.h304 #define SI_CLONE 0x00002000 macro
/freebsd-9-stable/contrib/ipfilter/
Dip_msnrpc_pxy.c320 (void) fr_addstate(&fi, NULL, SI_W_DPORT|SI_CLONE);