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

  /src/sys/external/bsd/ipf/netinet/
ip_nat.h 372 #define IPN_ROUNDR 0x00080
391 IPN_ROUNDR|IPN_FILTER|IPN_NOTSRC|IPN_NOTDST|IPN_NO|\
ip_nat6.c 716 /* allow rule to be moved if IPN_ROUNDR is set. */
766 if (((np->in_flags & (IPN_ROUNDR|IPN_SPLIT)) != 0) &&
787 if ((np->in_flags & (IPN_ROUNDR|IPN_STICKY)) == IPN_STICKY) {
1093 if ((move == 1) && (np->in_flags & IPN_ROUNDR)) {
3347 /* allow rule to be moved if IPN_ROUNDR is set. */
ip_nat.c 2840 /* allow rule to be moved if IPN_ROUNDR is set. */
2887 if (((np->in_flags & (IPN_ROUNDR|IPN_SPLIT)) != 0) &&
2910 if ((np->in_flags & (IPN_ROUNDR|IPN_STICKY)) == IPN_STICKY) {
3210 if ((move == 1) && (np->in_flags & IPN_ROUNDR)) {
4917 if ((np->in_flags & IPN_ROUNDR) != 0) {
5408 if ((np->in_flags & IPN_ROUNDR) != 0) {
6910 /* allow rule to be moved if IPN_ROUNDR is set. */

Completed in 104 milliseconds