Searched defs:ai_protocol (Results 1 - 1 of 1) sorted by relevance

/system/netd/server/
H A DDnsProxyListener.cpp157 // int ai_protocol; /* 0 or IPPROTO_xxx for IPv4 and IPv6 */
170 sendBE32(c, ai->ai_protocol);
265 int ai_protocol = atoi(argv[6]); local
273 ai_socktype != -1 || ai_protocol != -1) {
278 hints->ai_protocol = ai_protocol;

Completed in 74 milliseconds