Searched refs:decode_rfc3397 (Results 1 – 4 of 4) sorted by relevance
/external/dhcpcd-6.8.2/ |
D | dhcp-common.h | 105 ssize_t decode_rfc3397(char *, size_t, const uint8_t *, size_t);
|
D | dhcp-common.c | 270 decode_rfc3397(char *out, size_t len, const uint8_t *p, size_t pl) in decode_rfc3397() function 585 sl = decode_rfc3397(NULL, 0, data, dl); in print_option() 592 decode_rfc3397(tmp, l, data, dl); in print_option()
|
D | ipv6nd.c | 1088 r = decode_rfc3397(NULL, 0, op, n); in ipv6nd_handlera() 1098 decode_rfc3397(tmp, l, op, n); in ipv6nd_handlera()
|
D | dhcp.c | 426 if ((r = decode_rfc3397(NULL, 0, data, dl)) > 0) { in decode_rfc3361() 431 decode_rfc3397(sip, l, data, dl); in decode_rfc3361()
|