ai_socktype       654 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c         hints.ai_socktype = SOCK_STREAM;
ai_socktype       912 opal/mca/btl/tcp/btl_tcp_component.c         hints.ai_socktype = SOCK_STREAM;
ai_socktype       491 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 	hint.ai_socktype = SOCK_STREAM;
ai_socktype       654 opal/mca/event/libevent2022/libevent/evutil.c 	if (hints->ai_socktype == 0 && hints->ai_protocol == 0) {
ai_socktype       659 opal/mca/event/libevent2022/libevent/evutil.c 		tmp.ai_socktype = SOCK_STREAM; tmp.ai_protocol = IPPROTO_TCP;
ai_socktype       663 opal/mca/event/libevent2022/libevent/evutil.c 		tmp.ai_socktype = SOCK_DGRAM; tmp.ai_protocol = IPPROTO_UDP;
ai_socktype       683 opal/mca/event/libevent2022/libevent/evutil.c 	res->ai_socktype = hints->ai_socktype;
ai_socktype       771 opal/mca/event/libevent2022/libevent/evutil.c 	if (!hints->ai_protocol && hints->ai_socktype) {
ai_socktype       772 opal/mca/event/libevent2022/libevent/evutil.c 		if (hints->ai_socktype == SOCK_DGRAM)
ai_socktype       774 opal/mca/event/libevent2022/libevent/evutil.c 		else if (hints->ai_socktype == SOCK_STREAM)
ai_socktype       779 opal/mca/event/libevent2022/libevent/evutil.c 	if (!hints->ai_socktype && hints->ai_protocol) {
ai_socktype       781 opal/mca/event/libevent2022/libevent/evutil.c 			hints->ai_socktype = SOCK_DGRAM;
ai_socktype       783 opal/mca/event/libevent2022/libevent/evutil.c 			hints->ai_socktype = SOCK_STREAM;
ai_socktype       786 opal/mca/event/libevent2022/libevent/evutil.c 			hints->ai_socktype = SOCK_STREAM;
ai_socktype      1106 opal/mca/event/libevent2022/libevent/evutil.c 	hints.ai_socktype = SOCK_STREAM;
ai_socktype      1168 opal/mca/event/libevent2022/libevent/evutil.c 		if (ai->ai_socktype || ai->ai_protocol)
ai_socktype      1174 opal/mca/event/libevent2022/libevent/evutil.c 		ai->ai_socktype = SOCK_STREAM;
ai_socktype      1176 opal/mca/event/libevent2022/libevent/evutil.c 		ai_new->ai_socktype = SOCK_DGRAM;
ai_socktype      1243 opal/mca/event/libevent2022/libevent/evutil.c 	need_np_hack = need_numeric_port_hack() && servname && !hints.ai_socktype
ai_socktype      3873 opal/mca/event/libevent2022/libevent/http.c 	hints.ai_socktype = SOCK_STREAM;
ai_socktype       520 opal/mca/event/libevent2022/libevent/include/event2/util.h 	int     ai_socktype;  /* SOCK_xxx */
ai_socktype      1125 opal/mca/event/libevent2022/libevent/test/regress_dns.c 		hints.ai_socktype = SOCK_STREAM;
ai_socktype      1226 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	hints.ai_socktype = SOCK_STREAM;
ai_socktype      1288 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	hints.ai_socktype = SOCK_DGRAM;
ai_socktype      1310 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	hints.ai_socktype = SOCK_STREAM;
ai_socktype      1331 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	hints.ai_socktype = SOCK_STREAM;
ai_socktype      1352 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	hints.ai_socktype = SOCK_STREAM;
ai_socktype      1376 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	hints.ai_socktype = SOCK_STREAM;
ai_socktype       142 opal/mca/event/libevent2022/libevent/test/regress_http.c 	ai.ai_socktype = SOCK_STREAM;
ai_socktype       777 opal/mca/event/libevent2022/libevent/test/regress_util.c 		tt_int_op(ai->ai_socktype, ==, socktype);
ai_socktype       889 opal/mca/event/libevent2022/libevent/test/regress_util.c 	hints.ai_socktype = SOCK_STREAM;
ai_socktype       991 opal/mca/event/libevent2022/libevent/test/regress_util.c 	hints.ai_socktype = SOCK_STREAM;
ai_socktype       999 opal/mca/event/libevent2022/libevent/test/regress_util.c 	hints.ai_socktype = SOCK_STREAM;
ai_socktype      1014 opal/mca/event/libevent2022/libevent/test/regress_util.c 	hints.ai_socktype = SOCK_STREAM;
ai_socktype      1022 opal/mca/event/libevent2022/libevent/test/regress_util.c 		tt_int_op(ai->ai_socktype, ==, SOCK_STREAM);
ai_socktype       182 opal/mca/pmix/pmix4x/pmix/src/util/pif.c     hints.ai_socktype = SOCK_STREAM;
ai_socktype       243 opal/mca/pmix/pmix4x/pmix/src/util/pif.c     hints.ai_socktype = SOCK_STREAM;
ai_socktype       175 opal/util/if.c     hints.ai_socktype = SOCK_STREAM;
ai_socktype       235 opal/util/if.c     hints.ai_socktype = SOCK_STREAM;