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

/freebsd-11.0-release/sbin/dhclient/
H A Doptions.c151 dhcp_options[code].name, len,
172 dhcp_options[code].name);
190 dhcp_options[code].name);
561 if (terminate && dhcp_options[code].format[0] == 't') {
646 for (i = 0; dhcp_options[code].format[i]; i++) {
649 dhcp_options[code].name,
650 &(dhcp_options[code].format[i]));
654 fmtbuf[i] = dhcp_options[code].format[i];
655 switch (dhcp_options[code].format[i]) {
700 dhcp_options[cod
[all...]
H A Dtables.c67 struct option dhcp_options[256] = { variable in typeref:struct:option
438 dhcp_universe.options[i] = &dhcp_options[i];
440 (unsigned char *)dhcp_options[i].name, 0,
441 (unsigned char *)&dhcp_options[i]);
H A Ddhcpd.h329 extern struct option dhcp_options[256];
H A Dclparse.c360 if (!strcasecmp(dhcp_options[i].name, val))
H A Ddhclient.c1919 dhcp_options[i].name,
2070 dhcp_options[i].name);
2098 dhcp_options[i].name);
2132 &dhcp_options[i]))
/freebsd-11.0-release/tools/bus_space/examples/
H A Dam79c900_diag.py114 ('dhcp_options', ctypes.c_uint8 * 60)]
284 pkt.dhcp_options[i] = options[i]

Completed in 73 milliseconds