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 434 decode_rfc3397(char *out, ssize_t len, int pl, const uint8_t *p) function
616 if ((l = decode_rfc3397(NULL, 0, dl, data)) > 0) {
618 decode_rfc3397(sip, l, dl, data);
726 type = decode_rfc3397(NULL, 0, len, p);
732 decode_rfc3397(s, type, len, p);
1271 l = decode_rfc3397(NULL, 0, dl, data);
1275 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 427 milliseconds