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

  /src/sys/external/bsd/ipf/netinet/
ip_nat6.c 3404 if (np->in_stepnext == 0)
3405 np->in_stepnext = 1;
3410 if (np->in_stepnext == 0)
3411 np->in_stepnext = 1;
3415 if (np->in_stepnext == 0)
3416 np->in_stepnext = 1;
3419 if (np->in_stepnext == 0 && changed == -1) {
3421 np->in_stepnext++;
3434 np->in_stepnext = 2;
3435 } else if ((np->in_stepnext == 1) &
    [all...]
ip_nat.c 6967 if (np->in_stepnext == 0)
6968 np->in_stepnext = 1;
6972 if (np->in_stepnext == 0)
6973 np->in_stepnext = 1;
6977 if (np->in_stepnext == 0)
6978 np->in_stepnext = 1;
6981 if (np->in_stepnext == 0 && changed == -1) {
6983 np->in_stepnext++;
6996 np->in_stepnext = 2;
6997 } else if ((np->in_stepnext == 1) &
    [all...]
ip_nat.h 258 int in_stepnext; member in struct:ipnat

Completed in 30 milliseconds