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