Searched refs:decode_rfc1035 (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/dhcpcd/dist/src/ |
H A D | dhcp-common.h | 129 ssize_t decode_rfc1035(char *, size_t, const uint8_t *, size_t);
|
H A D | dhcp-common.c | 314 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 D | dhcp.c | 473 if (decode_rfc1035(sip, sizeof(sip), data, dl) == -1) in print_rfc3361()
|