Searched defs:ai_socktype (Results 1 - 4 of 4) sorted by last modified time

/external/tcpdump/missing/
H A Daddrinfo.h45 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
46 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
74 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
/external/openssh/openbsd-compat/
H A Dfake-rfc2553.h140 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
/external/dropbear/
H A Dfake-rfc2553.h127 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
/external/chromium/third_party/libevent/
H A Dhttp.c147 int ai_socktype; member in struct:addrinfo
164 ai->ai_socktype = SOCK_STREAM;
2631 ai.ai_socktype = SOCK_RAW;
2737 ai.ai_socktype = SOCK_STREAM;

Completed in 101 milliseconds