HomeSort by: relevance | last modified time | path
    Searched refs:decode_rfc1035 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/dhcpcd/dist/src/
dhcp-common.h 132 ssize_t decode_rfc1035(char *, size_t, const uint8_t *, size_t);
dhcp-common.c 481 decode_rfc1035(char *out, size_t len, const uint8_t *p, size_t pl) function
831 sl = decode_rfc1035(domain, sizeof(domain), data, dl);
dhcp.c 462 if (decode_rfc1035(sip, sizeof(sip), data, dl) == -1)

Completed in 50 milliseconds