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

  /external/dhcpcd-6.8.2/
dhcp-common.h 104 size_t encode_rfc1035(const char *src, uint8_t *dst);
dhcp-common.c 214 encode_rfc1035(const char *src, uint8_t *dst) function
dhcp6.c 599 len += sizeof(*o) + 1 + encode_rfc1035(hostname, NULL);
874 l = encode_rfc1035(hostname, p + 1);
    [all...]
dhcp.c 913 i = encode_rfc1035(hostname, p);
    [all...]

Completed in 954 milliseconds