Uses of Class
oshi.jna.platform.unix.CLibrary.Addrinfo
-
Uses of CLibrary.Addrinfo in oshi.jna.platform.unix
Modifier 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).