Searched refs:pr_type (Results 1 – 17 of 17) sorted by relevance
| /xnu-10063.141.1/bsd/netinet/ |
| H A D | in_proto.c | 120 .pr_type = 0, 127 .pr_type = SOCK_DGRAM, 143 .pr_type = SOCK_STREAM, 161 .pr_type = SOCK_RAW, 173 .pr_type = SOCK_RAW, 184 .pr_type = SOCK_DGRAM, 195 .pr_type = SOCK_RAW, 207 .pr_type = SOCK_RAW, 220 .pr_type = SOCK_RAW, 228 .pr_type = SOCK_RAW, [all …]
|
| H A D | mp_proto.c | 46 .pr_type = SOCK_STREAM,
|
| /xnu-10063.141.1/bsd/netinet6/ |
| H A D | in6_proto.c | 163 .pr_type = 0, 170 .pr_type = SOCK_DGRAM, 188 .pr_type = SOCK_STREAM, 208 .pr_type = SOCK_RAW, 224 .pr_type = SOCK_RAW, 238 .pr_type = SOCK_DGRAM, 252 .pr_type = SOCK_RAW, 259 .pr_type = SOCK_RAW, 266 .pr_type = SOCK_RAW, 274 .pr_type = SOCK_RAW, [all …]
|
| H A D | ip6protosw.h | 159 u_int16_t pr_type; /* socket type used for */ member
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | uipc_domain.c | 412 if (pp1->pr_type == pp->pr_type && in net_add_proto() 474 if (pp1->pr_type == opp->pr_type && in net_add_proto_old() 528 pp->pr_type = opp->pr_type; in net_add_proto_old() 582 if (pp->pr_type == type && pp->pr_protocol == protocol) { in net_del_proto() 633 if (pp->pr_type == type && pp->pr_protocol == protocol) { in net_del_proto_old() 787 if (pp->pr_type != 0 && pp->pr_type == type) { in pffindtype() 863 if ((pp->pr_protocol == protocol) && (pp->pr_type == type)) { in pffindproto_locked() 867 if (type == SOCK_RAW && pp->pr_type == SOCK_RAW && in pffindproto_locked()
|
| H A D | uipc_proto.c | 85 .pr_type = SOCK_STREAM, 94 .pr_type = SOCK_DGRAM,
|
| H A D | kern_control.c | 184 .pr_type = SOCK_DGRAM, 194 .pr_type = SOCK_STREAM,
|
| H A D | vsock_domain.c | 1483 .pr_type = SOCK_STREAM,
|
| H A D | uipc_socket.c | 663 if (prp->pr_type != type) { in socreate_internal()
|
| H A D | kern_event.c | 8233 .pr_type = SOCK_RAW,
|
| /xnu-10063.141.1/bsd/sys/ |
| H A D | protosw.h | 172 short pr_type; /* socket type used for */ member 259 u_int16_t pr_type; /* socket type used for */ member
|
| /xnu-10063.141.1/bsd/net/ |
| H A D | if_gif.c | 135 .pr_type = SOCK_RAW, 145 .pr_type = SOCK_RAW,
|
| H A D | if_stf.c | 177 .pr_type = SOCK_RAW,
|
| H A D | ndrv.c | 1108 .pr_type = SOCK_RAW,
|
| H A D | rtsock.c | 2305 .pr_type = SOCK_RAW,
|
| /xnu-10063.141.1/bsd/netkey/ |
| H A D | keysock.c | 556 .pr_type = SOCK_RAW,
|
| /xnu-10063.141.1/tools/lldbmacros/ |
| H A D | net.py | 2008 …out_string += "\ttype " + str(int(pr.pr_type)) + ", protocol " + str(int(pr.pr_protocol)) + ", pro…
|