Lines Matching defs:move
536 /* Returns: int - -1 == error, 0 == success (no move), 1 == success and */
558 int move;
561 move = 1;
587 move = 0;
605 move = 0;
612 move = 0;
714 return move;
748 int move;
763 move = 1;
837 move = nat6_newmap(fin, nat, &ni);
838 if (move == -1)
854 move = nat6_newrdr(fin, nat, &ni);
855 if (move == -1)
861 if ((move == 1) && (np->in_flags & IPN_ROUNDR)) {