Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Ddhcp-common.h105 ssize_t decode_rfc3397(char *, size_t, const uint8_t *, size_t);
Ddhcp-common.c270 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()
Dipv6nd.c1088 r = decode_rfc3397(NULL, 0, op, n); in ipv6nd_handlera()
1098 decode_rfc3397(tmp, l, op, n); in ipv6nd_handlera()
Ddhcp.c426 if ((r = decode_rfc3397(NULL, 0, data, dl)) > 0) { in decode_rfc3361()
431 decode_rfc3397(sip, l, data, dl); in decode_rfc3361()