Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Ddhcp-common.h129 ssize_t decode_rfc1035(char *, size_t, const uint8_t *, size_t);
H A Ddhcp-common.c314 decode_rfc1035(char *out, size_t len, const uint8_t *p, size_t pl) in decode_rfc1035() function
666 sl = decode_rfc1035(domain, sizeof(domain), data, dl); in print_option()
H A Ddhcp.c473 if (decode_rfc1035(sip, sizeof(sip), data, dl) == -1) in print_rfc3361()