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

/system/extras/tests/bionic/libc/common/
H A Dtest_getaddrinfo.c34 hints.ai_socktype = SOCK_STREAM;
/system/netd/
H A DDnsProxyListener.cpp141 int ai_socktype = atoi(argv[5]); local
144 ai_socktype != -1 || ai_protocol != -1) {
148 hints->ai_socktype = ai_socktype;
/system/core/libnetutils/
H A Difc_utils.c106 hints.ai_socktype = SOCK_DGRAM;

Completed in 451 milliseconds