net._Ctype_struct_addrinfo.ai_socktype (field)

5 uses

	net (current package)
		d2bd86cebde3e0fc58c0894535c79a607aa00c5e131cf2d9a8cd9652c62ae01e-d#L45: 	ai_socktype	_Ctype_int
		cgo_unix.go#L72: 		hints.ai_socktype = ( /*line :69:23*/_Ciconst_SOCK_STREAM /*line :69:35*/)
		cgo_unix.go#L75: 		hints.ai_socktype = ( /*line :72:23*/_Ciconst_SOCK_DGRAM /*line :72:34*/)
		cgo_unix.go#L152: 	hints.ai_socktype = ( /*line :149:22*/_Ciconst_SOCK_STREAM /*line :149:34*/)
		cgo_unix.go#L203: 		if r.ai_socktype != ( /*line :200:23*/_Ciconst_SOCK_STREAM /*line :200:35*/) {