Searched refs:decode_rfc3397 (Results 1 – 3 of 3) sorted by relevance
/external/dhcpcd/ |
D | dhcp.c | 438 decode_rfc3397(char *out, ssize_t len, int pl, const uint8_t *p) in decode_rfc3397() function 620 if ((l = decode_rfc3397(NULL, 0, dl, data)) > 0) { in decode_rfc3361() 622 decode_rfc3397(sip, l, dl, data); in decode_rfc3361() 730 type = decode_rfc3397(NULL, 0, len, p); in get_option_string() 736 decode_rfc3397(s, type, len, p); in get_option_string() 1275 l = decode_rfc3397(NULL, 0, dl, data); in print_option() 1279 decode_rfc3397(tmp, l, dl, data); in print_option()
|
D | dhcp.h | 191 ssize_t decode_rfc3397(char *, ssize_t, int, const uint8_t *);
|
D | ipv6rs.c | 497 l = decode_rfc3397(NULL, 0, n, op); in ipv6rs_handledata() 503 decode_rfc3397(opt, l, n, op); in ipv6rs_handledata()
|