ai_socktype       268 daemons/execd/remoted_tls.c     fd = socket(addr->ai_family, addr->ai_socktype, addr->ai_protocol);
ai_socktype       317 daemons/execd/remoted_tls.c     hints.ai_socktype = SOCK_STREAM;
ai_socktype      1080 lib/common/remote.c     hints.ai_socktype = SOCK_STREAM;
ai_socktype       226 maint/gnulib/lib/getaddrinfo.c       hints->ai_socktype != SOCK_STREAM && hints->ai_socktype != SOCK_DGRAM)
ai_socktype       246 maint/gnulib/lib/getaddrinfo.c         (hints && hints->ai_socktype == SOCK_DGRAM) ? "udp" : "tcp";
ai_socktype       365 maint/gnulib/lib/getaddrinfo.c   tmp->ai_socktype = (hints) ? hints->ai_socktype : 0;
ai_socktype        66 maint/gnulib/lib/netdb.in.h   int ai_socktype;              /* Socket type.  */
ai_socktype        83 maint/gnulib/tests/test-getaddrinfo.c   hints.ai_socktype = SOCK_STREAM;
ai_socktype       128 maint/gnulib/tests/test-getaddrinfo.c       dbgprintf ("\tsocktype %x\n", ai->ai_socktype + 0u);