| Package | Description |
|---|---|
| oshi.jna.platform.unix |
Provides extensions of JNA libraries for Unix.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CLibrary.Addrinfo.ByReference |
| Modifier and Type | Method and Description |
|---|---|
int |
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).
|
Copyright © 2010–2018 oshi. All rights reserved.