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

  /src/external/bsd/ipf/dist/lib/
printnat.c 233 if (np->in_flags & IPN_ROUNDR)
  /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. */
  /src/external/bsd/ipf/dist/l4check/
l4check.c 507 ipn->in_flags = IPN_TCP|IPN_ROUNDR;
  /src/external/bsd/ipf/dist/tools/
ipnat_y.y 1076 rr: | IPNY_ROUNDROBIN { nat->in_flags |= IPN_ROUNDR; }
1088 sticky: | IPNY_STICKY { if (!(nat->in_flags & IPN_ROUNDR) &&
  /src/external/bsd/ipf/dist/
ip_nat6.c 735 /* allow rule to be moved if IPN_ROUNDR is set. */
788 if (((np->in_flags & (IPN_ROUNDR|IPN_SPLIT)) != 0) &&
809 if ((np->in_flags & (IPN_ROUNDR|IPN_STICKY)) == IPN_STICKY) {
1119 if ((move == 1) && (np->in_flags & IPN_ROUNDR)) {
3404 /* allow rule to be moved if IPN_ROUNDR is set. */

Completed in 25 milliseconds