Lines Matching defs:value
106 static char vj_value[8]; /* string form of vj option value */
107 static char netmask_str[20]; /* string form of netmask value */
351 int value;
353 if (!int_option(*argv, &value))
356 if (value < 2 || value > 16) {
357 option_error("vj-max-slots value must be between 2 and 16");
361 ipcp_allowoptions[0].maxslotindex = value - 1;
362 slprintf(vj_value, sizeof(vj_value), "%d", value);
394 /* always set the secondary address value. */
430 /* always set the secondary address value. */
545 option_error("invalid netmask value '%s'", *argv);
1177 * Accept the peer's value of maxslotindex provided that it
1368 /* Check rejected value. */ \
1373 /* Check rejected value. */ \
1388 /* Check rejected value. */ \
1413 /* Check rejected value. */ \
1430 /* Check rejected value. */ \
1448 /* Check rejected value. */ \
1514 u_short cishort; /* Parsed short value */
1820 wo->accept_local = 1; /* don't insist on this default value */