Home | History | Annotate | Download | only in pppd

Lines Matching defs:NODE

138     { "ipx-node", o_special, (void *)setipxnode,
139 "Set IPX node number", OPT_A2PRINTER, (void *)printipxnode },
210 #define CILEN_NODEN 8 /* node number length option */
222 /* Used in printing the node number */
223 #define NODE(base) base[0], base[1], base[2], base[3], base[4], base[5]
319 option_error("invalid parameter '%s' for ipx-node option", *argv);
413 * Copy the node number
424 * Compare node numbers
435 * Is the node number zero?
439 zero_node (node)
440 u_char *node;
444 if (node [indx] != 0)
450 * Increment the node number
454 inc_node (node)
455 u_char *node;
460 outp = node;
552 * If our node number is zero then change it.
560 * If his node number is zero then change it.
1077 * The node number is required
1080 /* if we wont negotiate the node number or the length is wrong
1100 * If you have given me the expected network node number then I'll accept
1110 * If his node number is the same as ours then ask him to try the next
1318 static char errmsg[] = "Could not determine local IPX node address";
1526 printer (arg, "node ");