Home | History | Annotate | Download | only in dhcpcd

Lines Matching refs:opt

290 	char *opt;
417 opt = NULL;
439 opt = xstrdup(inet_ntop(AF_INET6,
442 if (opt) {
455 opt = xstrdup(buf);
475 if (opt) {
476 l = strlen(opt);
477 opt = xrealloc(opt,
479 opt[l] = ' ';
480 strcpy(opt + l + 1, cbp);
482 opt = xstrdup(cbp);
502 opt = xmalloc(l);
503 decode_rfc3397(opt, l, n, op);
508 if (opt == NULL)
515 strcmp(rao->option, opt) == 0)
535 rao->option = opt;
537 free(opt);