Searched refs:dhcp_options (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Dscript.c140 for (i = 0; dhcp_options[i].code; i++) {
141 if (get_option(packet, dhcp_options[i].code)) {
143 if (dhcp_options[i].code == DHCP_SUBNET)
174 for (i = 0; dhcp_options[i].code; i++) {
175 temp = get_option(packet, dhcp_options[i].code);
178 envp[j++] = alloc_fill_opts(temp, &dhcp_options[i]);
181 if (dhcp_options[i].code == DHCP_SUBNET) {
H A Doptions.c13 const struct dhcp_option dhcp_options[] = { variable in typeref:struct:dhcp_option
163 for (dh = dhcp_options; dh->code; dh++) {
H A Doptions.h106 extern const struct dhcp_option dhcp_options[];
H A Dclientpacket.c65 for (i = 0; dhcp_options[i].code; i++)
66 if (dhcp_options[i].flags & OPTION_REQ)
67 packet->options[end + OPT_DATA + len++] = dhcp_options[i].code;
H A Dfiles.c169 option = dhcp_options;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dtun.h71 bool dhcp_options; member in struct:tuntap_options
H A Doptions.c1109 SHOW_BOOL (dhcp_options);
1953 if (options->tuntap_options.dhcp_options
5987 o->dhcp_options = true;
H A Dtun.c4812 if (tt->options.dhcp_options)

Completed in 111 milliseconds