Home
last modified time | relevance | path

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

/external/dhcpcd/
Ddhcp.c438 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()
Ddhcp.h191 ssize_t decode_rfc3397(char *, ssize_t, int, const uint8_t *);
Dipv6rs.c497 l = decode_rfc3397(NULL, 0, n, op); in ipv6rs_handledata()
503 decode_rfc3397(opt, l, n, op); in ipv6rs_handledata()