Home
last modified time | relevance | path

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

/external/c-ares/
Dares_init.c1393 char ipbuf[16], ipbufpfx[32]; in config_sortlist() local
1406 memcpy(ipbufpfx, str, q-str); in config_sortlist()
1407 ipbufpfx[q-str] = '\0'; in config_sortlist()
1411 ipbufpfx[0] = '\0'; in config_sortlist()
1414 if ((bits = ares_inet_net_pton(AF_INET6, ipbufpfx[0] ? ipbufpfx : ipbuf, in config_sortlist()
1424 else if (ipbufpfx[0] && in config_sortlist()
1425 (bits = ares_inet_net_pton(AF_INET, ipbufpfx, &pat.addrV4, in config_sortlist()
1437 if (ipbufpfx[0]) in config_sortlist()