HomeSort by: relevance | last modified time | path
    Searched refs:IPN_PROXYRULE (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_ipsec_pxy.c 210 ipn->in_flags = (np->in_flags | IPN_PROXYRULE);
ip_tftp_pxy.c 199 ipn->in_flags = IPN_UDP|IPN_FIXEDDPORT|IPN_PROXYRULE;
ip_pptp_pxy.c 178 ipn->in_flags = (np->in_flags | IPN_PROXYRULE);
ip_proxy.c 1331 ipn->in_flags = (old->in_flags | IPN_PROXYRULE);
1418 ipn->in_flags = (old->in_flags | IPN_PROXYRULE);
ip_nat.h 389 #define IPN_PROXYRULE 0x1000000
ip_nat.c 6168 if ((n->in_flags & IPN_PROXYRULE) == 0) {
6173 if ((n->in_flags & IPN_PROXYRULE) == 0) {
6190 if ((n->in_flags & IPN_PROXYRULE) == 0) {

Completed in 32 milliseconds