Searched refs:pr_type (Results 26 - 29 of 29) sorted by relevance

12

/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dcontent_filter.c1915 so->so_proto->pr_type != SOCK_STREAM ||
2043 msg_attached.cfs_sock_type = so->so_proto->pr_type;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_event.c2905 .pr_type = SOCK_RAW,
H A Duipc_socket.c576 if (prp->pr_type != type)
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/
H A Dnet.py1805 out_string += "\ttype " + str(int(pr.pr_type)) + ", protocol " + str(int(pr.pr_protocol)) + ", protosw " + hex(pr) + "\n"

Completed in 98 milliseconds

12