Package | Description |
---|---|
jnr.posix |
Modifier and Type | Class and Description |
---|---|
class |
BaseMsgHdr |
Modifier and Type | Field and Description |
---|---|
static jnr.ffi.mapper.ToNativeConverter<MsgHdr,jnr.ffi.Pointer> |
BaseNativePOSIX.MsgHdrConverter |
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 |
BaseNativePOSIX.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) |
int |
BaseNativePOSIX.sendmsg(int socket,
MsgHdr message,
int flags) |
Copyright © 2015. All rights reserved.