Searched refs:PR_SOCKBUF (Results 1 – 4 of 4) sorted by relevance
164 #define PR_SOCKBUF 0x100 /* private implementation of buffers */ macro
967 if ((prp->pr_flags & PR_SOCKBUF) == 0) { in socreate()1216 if ((so->so_proto->pr_flags & PR_SOCKBUF) == 0) {1354 if ((so->so_proto->pr_flags & PR_SOCKBUF) == 0) {1503 if (!(so->so_proto->pr_flags & PR_SOCKBUF)) {1865 if (!(pr->pr_flags & PR_SOCKBUF) && !SOLISTENING(so)) {
3387 .pr_flags = PR_ATOMIC | PR_ADDR | PR_CAPATTACH | PR_SOCKBUF,
972 .pr_flags = PR_ATOMIC | PR_ADDR | PR_SOCKBUF, \