Searched defs:hints (Results 1 – 5 of 5) sorted by relevance
265 StructAddrinfo hints = new StructAddrinfo(); in parseNumericAddressNoThrow() local398 StructAddrinfo hints = new StructAddrinfo(); in lookupHostByName() local
55 …public InetAddress[] getaddrinfo(String node, StructAddrinfo hints) throws GaiException { return o… in getaddrinfo()
46 public InetAddress[] getaddrinfo(String node, StructAddrinfo hints) throws GaiException; in getaddrinfo()
49 public native InetAddress[] getaddrinfo(String node, StructAddrinfo hints) throws GaiException; in getaddrinfo()
551 addrinfo hints; in Posix_getaddrinfo() local