ai_socktype       140 lib/replace/getaddrinfo.c 	ai->ai_socktype = hints->ai_socktype;
ai_socktype       267 lib/replace/getaddrinfo.c 		hints.ai_socktype = SOCK_STREAM;
ai_socktype       276 lib/replace/getaddrinfo.c 	if (hints.ai_socktype == 0) {
ai_socktype       277 lib/replace/getaddrinfo.c 		hints.ai_socktype = SOCK_STREAM;
ai_socktype       329 lib/replace/system/network.h 	int			ai_socktype;
ai_socktype        42 lib/util/util_net.c 	hints.ai_socktype = SOCK_STREAM;
ai_socktype       204 nsswitch/winbind_krb5_locator.c 	ret = cbfunc(cbdata, out->ai_socktype, out->ai_addr);
ai_socktype       384 nsswitch/winbind_krb5_locator.c 	aihints.ai_socktype = socktype;
ai_socktype      1311 source3/libsmb/namequery.c 	hints.ai_socktype = SOCK_STREAM;
ai_socktype        60 source3/modules/vfs_smb_traffic_analyzer.c 	hints.ai_socktype = SOCK_STREAM;
ai_socktype       316 source3/utils/net_lookup.c 	hints.ai_socktype = SOCK_DGRAM;
ai_socktype       569 source4/heimdal/lib/krb5/changepw.c 	    sock = socket (a->ai_family, a->ai_socktype | SOCK_CLOEXEC, a->ai_protocol);
ai_socktype       330 source4/heimdal/lib/krb5/krbhst.c 	hints->ai_socktype = SOCK_DGRAM;
ai_socktype       334 source4/heimdal/lib/krb5/krbhst.c 	hints->ai_socktype = SOCK_STREAM;
ai_socktype       282 source4/heimdal/lib/krb5/send_to_kdc.c     hints.ai_socktype = SOCK_STREAM;
ai_socktype       291 source4/heimdal/lib/krb5/send_to_kdc.c 	s = socket (a->ai_family, a->ai_socktype, a->ai_protocol | SOCK_CLOEXEC);
ai_socktype       414 source4/heimdal/lib/krb5/send_to_kdc.c 		 fd = socket (a->ai_family, a->ai_socktype | SOCK_CLOEXEC, a->ai_protocol);
ai_socktype        68 source4/heimdal/lib/roken/getaddrinfo.c 	*socktype = hints->ai_socktype;
ai_socktype       123 source4/heimdal/lib/roken/getaddrinfo.c     a->ai_socktype  = socktype;
ai_socktype       281 source4/libcli/resolve/dns_ex.c 	hints.ai_socktype = SOCK_STREAM;