Home
last modified time | relevance | path

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

/external/dhcpcd/
Ddhcp.c383 decode_rfc3397(char *out, ssize_t len, int pl, const uint8_t *p) in decode_rfc3397() function
573 if ((l = decode_rfc3397(NULL, 0, dl, data)) > 0) { in decode_rfc3361()
575 decode_rfc3397(sip, l, dl, data); in decode_rfc3361()
615 type = decode_rfc3397(NULL, 0, len, p); in get_option_string()
621 decode_rfc3397(s, type, len, p); in get_option_string()
1105 l = decode_rfc3397(NULL, 0, dl, data); in print_option()
1109 decode_rfc3397(tmp, l, dl, data); in print_option()