Uses of Class
oshi.jna.platform.unix.CLibrary.Addrinfo
| Package | Description |
|---|---|
| oshi.jna.platform.unix |
Provides extensions of JNA libraries for Unix.
|
-
Uses of CLibrary.Addrinfo in oshi.jna.platform.unix
Subclasses of CLibrary.Addrinfo in oshi.jna.platform.unix Modifier and Type Class Description static classCLibrary.Addrinfo.ByReferenceMethods in oshi.jna.platform.unix with parameters of type CLibrary.Addrinfo Modifier and Type Method Description intCLibrary. getaddrinfo(java.lang.String node, java.lang.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).