Home
last modified time | relevance | path

Searched refs:IPN_PROXYRULE (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_ipsec_pxy.c215 ipn->in_flags = (np->in_flags | IPN_PROXYRULE);
H A Dip_tftp_pxy.c212 ipn->in_flags = IPN_UDP|IPN_FIXEDDPORT|IPN_PROXYRULE;
H A Dip_pptp_pxy.c176 ipn->in_flags = (np->in_flags | IPN_PROXYRULE);
H A Dip_proxy.c1348 ipn->in_flags = (old->in_flags | IPN_PROXYRULE);
1436 ipn->in_flags = (old->in_flags | IPN_PROXYRULE);
H A Dip_nat.h367 #define IPN_PROXYRULE 0x1000000 macro
H A Dip_nat.c6236 if ((n->in_flags & IPN_PROXYRULE) == 0) {
6241 if ((n->in_flags & IPN_PROXYRULE) == 0) {
6258 if ((n->in_flags & IPN_PROXYRULE) == 0) {