Home | History | Annotate | Download | only in netinet

Lines Matching defs:move

715 /* Returns:     int - -1 == error, 0 == success (no move), 1 == success and */
737 int move;
739 move = 1;
774 move = 0;
793 move = 0;
800 move = 0;
912 return move;
948 int move;
965 move = 1;
1022 move = ipf_nat6_newdivert(fin, nat, &ni);
1025 move = ipf_nat6_newrewrite(fin, nat, &ni);
1042 move = ipf_nat6_newmap(fin, nat, &ni);
1056 move = ipf_nat6_newrdr(fin, nat, &ni);
1058 if (move == -1)
1093 if ((move == 1) && (np->in_flags & IPN_ROUNDR)) {
3346 /* Returns: int - -1 == error, 0 == success (no move), 1 == success and */