Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Ddhcp-common.h112 const char *dhcp_get_hostname(char *, size_t, const struct if_options *);
H A Ddhcp-common.c50 dhcp_get_hostname(char *buf, size_t buf_len, const struct if_options *ifo) in dhcp_get_hostname() function
H A Ddhcp6.c720 hostname = dhcp_get_hostname(hbuf, sizeof(hbuf), ifo); in dhcp6_makemessage()
H A Ddhcp.c971 hostname = dhcp_get_hostname(hbuf, sizeof(hbuf), ifo); in make_message()