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 2841 /* allow rule to be moved if IPN_ROUNDR is set. */
2888 if (((np->in_flags & (IPN_ROUNDR|IPN_SPLIT)) != 0) &&
2911 if ((np->in_flags & (IPN_ROUNDR|IPN_STICKY)) == IPN_STICKY) {
3211 if ((move == 1) && (np->in_flags & IPN_ROUNDR)) {
4918 if ((np->in_flags & IPN_ROUNDR) != 0) {
5409 if ((np->in_flags & IPN_ROUNDR) != 0) {
6911 /* allow rule to be moved if IPN_ROUNDR is set. */

Completed in 24 milliseconds