Home
last modified time | relevance | path

Searched refs:PORT_MARK_REPLY_PORT (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.41.9/osfmk/ipc/
H A Dipc_port.h328 #define PORT_MARK_REPLY_PORT 0x01 macro
333 … ip_is_reply_port(port) (((port)->ip_reply_port_semantics) == PORT_MARK_REPLY_PORT)
337 …ine ip_mark_reply_port(port) ((port)->ip_reply_port_semantics = PORT_MARK_REPLY_PORT)