[][src]Module nc::ipc

Structs

ipc_kludge_t

These are used to wrap system calls. See architecture code for ugly details..

ipc_perm_t

Obsolete, used only for backwards compatibility and libc5 compiles

Constants

DIPC

Used by the DIPC package, try and avoid reusing it

IPC_64
IPC_CREAT

resource get request flags create if key is nonexistent

IPC_DIPC

these fields are used by the DIPC package so the kernel as standard should avoid using them if possible make it distributed

IPC_EXCL

fail if key exists

IPC_INFO

see ipcs

IPC_NOWAIT

return error on wait

IPC_OLD

Version flags for semctl, msgctl, and shmctl commands These are passed as bitflags or-ed with the actual command

IPC_OWN

this machine is the DIPC owner

IPC_PRIVATE
IPC_RMID

Control commands used with semctl, msgctl and shmctl see also specific commands in sem.h, msg.h and shm.h remove resource

IPC_SET

set ipc_perm options

IPC_STAT

get ipc_perm options

MSGCTL
MSGGET
MSGRCV
MSGSND
SEMCTL
SEMGET
SEMOP
SEMTIMEDOP
SHMAT
SHMCTL
SHMDT
SHMGET