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

/external/dropbear/
H A Dfake-rfc2553.h127 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
/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/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 124 milliseconds