Searched refs:dhcp_optflags (Results 1 – 4 of 4) sorted by relevance
468 for (*dh = dhcp_optflags; (*dh)->code && (*dh)->code < code; (*dh)++) in get_optname()472 return nth_string(dhcp_option_strings, (*dh - dhcp_optflags)); in get_optname()1301 n = dhcp_optflags[n].code; in udhcpc_main()1307 for (i = 0; (n = dhcp_optflags[i].code) != 0; i++) { in udhcpc_main()1308 if (dhcp_optflags[i].flags & OPTION_REQ) { in udhcpc_main()1316 dhcp_optflags, dhcp_option_strings, in udhcpc_main()
225 extern const struct dhcp_optflag dhcp_optflags[];
22 const struct dhcp_optflag dhcp_optflags[] = { variable386 for (dh = dhcp_optflags; dh->code; dh++) { in udhcp_add_simple_option()
386 dhcp_optflags, dhcp_option_strings, in read_optset()