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

  /external/dhcpcd-6.8.2/
dhcp-common.h 105 ssize_t decode_rfc3397(char *, size_t, const uint8_t *, size_t);
dhcp-common.c 270 decode_rfc3397(char *out, size_t len, const uint8_t *p, size_t pl) function
585 sl = decode_rfc3397(NULL, 0, data, dl);
592 decode_rfc3397(tmp, l, data, dl);
ipv6nd.c 1088 r = decode_rfc3397(NULL, 0, op, n);
1098 decode_rfc3397(tmp, l, op, n);
    [all...]
dhcp.c 426 if ((r = decode_rfc3397(NULL, 0, data, dl)) > 0) {
431 decode_rfc3397(sip, l, data, dl);
    [all...]

Completed in 117 milliseconds