21#define kIPCRemoteSeparator ":"
24#define kIPCRemoteInvalid "00:00"
26#define kIPCHeaderMagic (0x4950434)
#define _Output
Definition CompilerHint.h:15
#define _Input
Definition CompilerHint.h:14
BOOL operator!=(const Kernel::Types::PciDeviceKind &lhs, Kernel::UChar rhs)
Definition Database.h:37
BOOL operator==(const Kernel::Types::PciDeviceKind &lhs, Kernel::UChar rhs)
Definition Database.h:41
UPS inline definitions.
Definition Device.h:12
@ kIPCLockFree
Definition IPC.h:59
@ kIPCLockUsed
Definition IPC.h:60
@ kIPCLockInvalid
Definition IPC.h:58
struct IPC_ADDR IPC_ADDR
Definition IPC.h:47
__SIZE_TYPE__ SizeT
Definition Config.h:60
constexpr auto kIPCMsgSize
Definition IPC.h:55
BOOL ipc_sanitize_packet(_Input IPC_MSG *pckt_in)
Sanitize packet function.
__UINT8_TYPE__ UInt8
Definition Config.h:55
__UINT32_TYPE__ UInt32
Definition Config.h:44
@ kIPCBigEndian
Definition IPC.h:51
@ kIPCMixedEndian
Definition IPC.h:52
@ kIPCLittleEndian
Definition IPC.h:50
BOOL ipc_construct_packet(_Output _Input IPC_MSG **pckt_in)
Construct packet function.
__UINT64_TYPE__ UInt64
Definition Config.h:48
bool Bool
Definition Config.h:50
128-bit IPC address.
Definition IPC.h:33
UInt64 UserProcessID
Definition IPC.h:34
UInt64 UserProcessTeam
Definition IPC.h:35
IPC connection header, message cannot be greater than 6K.
Definition IPC.h:64
static Bool Pass(IPC_MSG *self, IPC_MSG *target)
Passes the message to target, could be anything, HTTP packet, JSON or whatever.
Definition IPCMessage.cc:103
UInt8 IpcData[kIPCMsgSize]
Definition IPC.h:73
UInt32 IpcHeaderMagic
Definition IPC.h:65
UInt32 IpcCRC32
Definition IPC.h:70
IPC_ADDR IpcTo
Definition IPC.h:69
UInt8 IpcEndianess
Definition IPC.h:66
UInt32 IpcMsg
Definition IPC.h:71
SizeT IpcPacketSize
Definition IPC.h:67
IPC_ADDR IpcFrom
Definition IPC.h:68
UInt32 IpcMsgSz
Definition IPC.h:72
UInt32 IpcLock
Definition IPC.h:74