HomeSort by relevance Sort by last modified time
    Searched refs:decode_rfc3397 (Results 1 - 3 of 3) sorted by null

  /external/dhcpcd/
dhcp.h 191 ssize_t decode_rfc3397(char *, ssize_t, int, const uint8_t *);
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);
    [all...]
ipv6rs.c 497 l = decode_rfc3397(NULL, 0, n, op);
503 decode_rfc3397(opt, l, n, op);

Completed in 209 milliseconds