| Package | Description |
|---|---|
| jnr.posix |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseMsgHdr |
| Modifier and Type | Method and Description |
|---|---|
MsgHdr |
POSIX.allocateMsgHdr() |
| Modifier and Type | Method and Description |
|---|---|
int |
POSIX.recvmsg(int socket,
MsgHdr message,
int flags) |
int |
LibC.recvmsg(int socket,
MsgHdr message,
int flags) |
int |
POSIX.sendmsg(int socket,
MsgHdr message,
int flags) |
int |
LibC.sendmsg(int socket,
MsgHdr message,
int flags) |
Copyright © 2015. All Rights Reserved.