Searched refs:hstname (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | dhcpd.c | 1082 char *hstname = NULL; in dhcpd_main() local 1191 get_optval((uint8_t*) &gstate.rcvd_pkt.options, DHCP_OPT_HOST_NAME, &hstname); in dhcpd_main() 1195 …send_pkt.yiaddr = getip_from_pool(requested_nip, gstate.rcvd_pkt.chaddr, &reqested_lease, hstname); in dhcpd_main() 1216 get_optval((uint8_t*) &gstate.rcvd_pkt.options, DHCP_OPT_HOST_NAME, &hstname); in dhcpd_main() 1217 …send_pkt.yiaddr = getip_from_pool(requested_nip, gstate.rcvd_pkt.chaddr, &reqested_lease, hstname); in dhcpd_main()
|