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

  /src/sys/external/bsd/ipf/netinet/
ip_nat.h 381 #define IPN_STICKY 0x10000
392 IPN_FRAG|IPN_STICKY|IPN_FIXEDDPORT|IPN_ICMPQUERY|\
ip_nat6.c 760 * If the matching rule has IPN_STICKY set, then we want to have the
767 ((np->in_flags & IPN_STICKY) != 0)) {
787 if ((np->in_flags & (IPN_ROUNDR|IPN_STICKY)) == IPN_STICKY) {
895 if ((nat->nat_hm == NULL) && ((np->in_flags & IPN_STICKY) != 0))
ip_nat.c 2881 * If the matching rule has IPN_STICKY set, then we want to have the
2888 ((np->in_flags & IPN_STICKY) != 0)) {
2910 if ((np->in_flags & (IPN_ROUNDR|IPN_STICKY)) == IPN_STICKY) {
3017 if ((nat->nat_hm == NULL) && ((np->in_flags & IPN_STICKY) != 0))

Completed in 183 milliseconds