Uses of Class
oshi.jna.platform.unix.CLibrary.Addrinfo
Packages that use CLibrary.Addrinfo
-
Uses of CLibrary.Addrinfo in oshi.jna.platform.unix
Subclasses of CLibrary.Addrinfo in oshi.jna.platform.unixMethods in oshi.jna.platform.unix with parameters of type CLibrary.AddrinfoModifier and TypeMethodDescriptionint
CLibrary.getaddrinfo
(String node, String service, CLibrary.Addrinfo hints, com.sun.jna.ptr.PointerByReference res) Given node and service, which identify an Internet host and a service, getaddrinfo() returns one or more addrinfo structures, each of which contains an Internet address that can be specified in a call to bind(2) or connect(2).