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

  /src/sys/external/bsd/ipf/netinet/
ip_nat.h 376 #define IPN_NOTDST 0x00800
391 IPN_ROUNDR|IPN_FILTER|IPN_NOTSRC|IPN_NOTDST|IPN_NO|\
ip_nat.c 1463 n->in_flags &= ~IPN_NOTDST;
4688 match ^= ((np->in_flags & IPN_NOTDST) != 0);
ip_nat6.c 2527 match ^= ((np->in_flags & IPN_NOTDST) != 0);

Completed in 65 milliseconds