Searched refs:ai_socktype (Results 1 – 10 of 10) sorted by relevance
268 pai->ai_socktype = GAI_ANY; in getaddrinfo()296 switch (pai->ai_socktype) { in getaddrinfo()302 pai->ai_socktype = SOCK_DGRAM; in getaddrinfo()305 pai->ai_socktype = SOCK_STREAM; in getaddrinfo()308 pai->ai_socktype = SOCK_RAW; in getaddrinfo()337 if (pai->ai_socktype == GAI_ANY) { in getaddrinfo()339 pai->ai_socktype = SOCK_DGRAM; in getaddrinfo()348 switch (pai->ai_socktype) { in getaddrinfo()365 if (pai->ai_socktype == GAI_ANY) { in getaddrinfo()367 pai->ai_socktype = SOCK_DGRAM; in getaddrinfo()[all …]
131 int ai_socktype; /* SOCK_xxx */ member
791 hints.ai_socktype = SOCK_DGRAM; /*dummy*/ in setipaddr()4103 hints.ai_socktype = socktype;4124 res->ai_socktype, res->ai_protocol,4183 hints.ai_socktype = SOCK_DGRAM; /* make numeric port happy */
89 printf ( "0x%08x: ai_socktype\r\n", pInfo->ai_socktype ); in main()
378 pai->ai_socktype = ANY; in getaddrinfo()410 if (pai->ai_socktype != ANY && pai->ai_protocol != ANY) { in getaddrinfo()418 if (pai->ai_socktype == ex->e_socktype in getaddrinfo()464 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex))) in getaddrinfo()471 if (pai->ai_socktype == ANY && ex->e_socktype != ANY) in getaddrinfo()472 pai->ai_socktype = ex->e_socktype; in getaddrinfo()515 if (!MATCH(pai->ai_socktype, ex->e_socktype, in getaddrinfo()524 if (pai->ai_socktype == ANY && ex->e_socktype != ANY) in getaddrinfo()525 pai->ai_socktype = ex->e_socktype; in getaddrinfo()927 switch (ai->ai_socktype) { in get_port()[all …]
130 int ai_socktype; /* SOCK_xxx */ member
849 hints.ai_socktype = SOCK_DGRAM; /*dummy*/ in setipaddr()4198 hints.ai_socktype = socktype;4220 res->ai_socktype, res->ai_protocol,4285 hints.ai_socktype = SOCK_DGRAM; /* make numeric port happy */
140 int ai_socktype; /* SOCK_xxx */ member
172 int ai_socktype; /**< SOCK_xxx */ member