1IPC_PARSE_VERSION(9) Kernel IPC facilities IPC_PARSE_VERSION(9)
23
4
NAME
6ipc_parse_version - IPC call version
7
SYNOPSIS
9int ipc_parse_version(int * cmd);
10
ARGUMENTS
12cmd
13pointer to command
14
DESCRIPTION
16Return IPC_64 for new style IPC and IPC_OLD for old style IPC. The cmd
17value is turned from an encoding command and version into just the
18command code.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 IPC_PARSE_VERSION(9)