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 |
LibC.recvmsg(int socket,
MsgHdr message,
int flags) |
int |
POSIX.recvmsg(int socket,
MsgHdr message,
int flags) |
int |
LibC.sendmsg(int socket,
MsgHdr message,
int flags) |
int |
POSIX.sendmsg(int socket,
MsgHdr message,
int flags) |
Copyright © 2017. All rights reserved.