Searched refs:AI_NUMERICSERV (Results 1 – 8 of 8) sorted by relevance
201 #define AI_NUMERICSERV 0x00000008 /* prevent service name resolution */ macro205 (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | \
93 hints.ai_flags |= AI_NUMERICSERV; in main()
682 # define AI_NUMERICSERV 0 macro
318 hints.ai_flags = AI_NUMERICHOST|AI_NUMERICSERV; in is_addr()349 hints.ai_flags = AI_NUMERICHOST|AI_NUMERICSERV; in resolve_addr()
324 /* Define to 1 if you have the declaration of `AI_NUMERICSERV', and to 0 if
2601 AC_CHECK_DECLS(AI_NUMERICSERV, , ,
15436 configure:18250: checking whether AI_NUMERICSERV is declared
1319 if (ai->ai_flags & AI_NUMERICSERV) in get_port()