Home
last modified time | relevance | path

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

/xnu-10002.1.13/tests/
H A Dreply_port_defense_client.c34 .flags = MPO_PROVISIONAL_REPLY_PORT | MPO_INSERT_SEND_RIGHT, in alloc_provisional_reply_port()
/xnu-10002.1.13/osfmk/mach/
H A Dport.h441 #define MPO_PROVISIONAL_REPLY_PORT 0x4000 /* Designate port as a provisional reply port. */ macro
/xnu-10002.1.13/osfmk/ipc/
H A Dmach_port.c2610 MPO_PROVISIONAL_ID_PROT_OPTOUT | MPO_PROVISIONAL_REPLY_PORT); in mach_port_construct()
2640 if (options->flags & MPO_PROVISIONAL_REPLY_PORT) { in mach_port_construct()