| Package | Description |
|---|---|
| org.aoju.bus.health.common.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 © 2020. All rights reserved.