Uses of Class
oshi.jna.platform.unix.CLibrary.Addrinfo
Packages that use CLibrary.Addrinfo
- 
Uses of CLibrary.Addrinfo in oshi.jna.platform.unixSubclasses of CLibrary.Addrinfo in oshi.jna.platform.unixMethods in oshi.jna.platform.unix with parameters of type CLibrary.AddrinfoModifier and TypeMethodDescriptionintCLibrary.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).