Home
last modified time | relevance | path

Searched refs:address_length (Results 1 – 1 of 1) sorted by relevance

/resolv/
A Dtst-resolv-rotate.c107 size_t address_length; in check_forward_1() local
118 address_length = sizeof (address_ipv4); in check_forward_1()
126 address_length = sizeof (address_ipv6); in check_forward_1()
134 address_length = 0; in check_forward_1()
153 if (address_length > 0) in check_forward_1()
155 address[address_length - 1] = lsb; in check_forward_1()
156 struct hostent *e = gethostbyaddr (address, address_length, family); in check_forward_1()

Completed in 4 milliseconds