Lines Matching defs:value
227 static void init_arglist(struct arglist **list,int value, char* name)
229 if (!list[value]) list[value] = xzalloc(sizeof(struct arglist));
230 list[value]->idx = value;
231 list[value]->name = xstrdup(name);
357 * Used to get the prefix value in binary form.
2548 ptnl->iph.version = 4; // The value indicates the version of IP (4 or 6)
2582 if (!*++argv) error_exit("key value is missing");
2658 if (!*++argv) error_exit("ttl value is missing");
2664 if (!*++argv) error_exit("tos value is missing");
2669 if (tval > 255) error_exit("invalid tos value '%s'", *argv);
2674 error_exit("invalid tos value");