Searched defs:getnameinfo (Results 1 – 4 of 4) sorted by relevance
73 public String getnameinfo(InetAddress address, int flags) throws GaiException; in getnameinfo() method
81 …public String getnameinfo(InetAddress address, int flags) throws GaiException { return os.getnamei… in getnameinfo() method in ForwardingOs
75 public native String getnameinfo(InetAddress address, int flags) throws GaiException; in getnameinfo() method in Posix
166 …/** @hide */ public static String getnameinfo(InetAddress address, int flags) throws GaiException … in getnameinfo() method in Os