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
52 public InetAddress[] getaddrinfo(String node, StructAddrinfo hints) throws GaiException; in getaddrinfo()
61 …public InetAddress[] getaddrinfo(String node, StructAddrinfo hints) throws GaiException { return o… in getaddrinfo()
55 public native InetAddress[] getaddrinfo(String node, StructAddrinfo hints) throws GaiException; in getaddrinfo()
617 addrinfo hints; in Posix_getaddrinfo() local