Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/
H A Dprotosw.h326 #define PR_IMPLOPCL 0x20 /* implied open/close */ macro
343 PR_IMPLOPCL|PR_LASTHDR|PR_PROTOLOCK|PR_PCBLOCK|PR_DISPOSE)
/xnu-12377.81.4/bsd/kern/
H A Duipc_socket.c2407 (so->so_proto->pr_flags & PR_IMPLOPCL) && in sosend()