Home
last modified time | relevance | path

Searched refs:DHCP_OPTION_HOST_NAME (Results 1 – 1 of 1) sorted by relevance

/third_party/toybox/toys/pending/
Ddhcp.c103 #define DHCP_OPTION_HOST_NAME 0x0c macro
1017 …if (toys.optflags & FLAG_H) pend = dhcpc_addstropt(pend, DHCP_OPTION_HOST_NAME, TT.hostname, strle… in dhcpc_sendmsg()
1032 …if (toys.optflags & FLAG_H) pend = dhcpc_addstropt(pend, DHCP_OPTION_HOST_NAME, TT.hostname, strle… in dhcpc_sendmsg()