Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/ipc/
H A Dipc_port.h360 #define ip_require_rigid_reply_port_semantics(port) (((port)->ip_reply_port_semantics) == PORT_… macro
H A Dipc_port.c3526 return ip_require_rigid_reply_port_semantics(dest_port) in ip_violates_rigid_reply_port_semantics()