Searched refs:addrentry (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dcurl_addrinfo.c376 } addrentry; member in struct:namebuff
404 char *addrentry; local
423 addrentry = (void *)&buf->addrentry.ina4;
424 memcpy(addrentry, inaddr, sizeof(struct in_addr));
429 addrentry = (void *)&buf->addrentry.ina6;
430 memcpy(addrentry, inaddr, sizeof(struct in6_addr));
445 h->h_addr_list[0] = addrentry;

Completed in 83 milliseconds