Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Ddhcp-common.h128 size_t encode_rfc1035(const char *src, uint8_t *dst);
H A Ddhcp-common.c258 encode_rfc1035(const char *src, uint8_t *dst) in encode_rfc1035() function
H A Ddhcp6.c767 hl = encode_rfc1035(hostname, NULL); in dhcp6_makemessage()
1146 encode_rfc1035(hostname, p); in dhcp6_makemessage()
H A Ddhcp.c985 i += encode_rfc1035(hostname, NULL); in make_message()
1006 i = encode_rfc1035(hostname, p); in make_message()
/netbsd-src/usr.bin/rump_dhcpclient/
H A Ddhcp.c474 encode_rfc1035(const char *src, uint8_t *dst) in encode_rfc1035() function
704 ul = encode_rfc1035(ifo->hostname, p); in make_message()