Searched refs:pr_type (Results 1 – 17 of 17) sorted by relevance
| /xnu-12377.1.9/bsd/netinet/ |
| H A D | in_proto.c | 119 .pr_type = 0, 126 .pr_type = SOCK_DGRAM, 142 .pr_type = SOCK_STREAM, 160 .pr_type = SOCK_RAW, 172 .pr_type = SOCK_RAW, 183 .pr_type = SOCK_DGRAM, 194 .pr_type = SOCK_RAW, 206 .pr_type = SOCK_RAW, 219 .pr_type = SOCK_RAW, 227 .pr_type = SOCK_RAW, [all …]
|
| H A D | mp_proto.c | 46 .pr_type = SOCK_STREAM,
|
| /xnu-12377.1.9/bsd/netinet6/ |
| H A D | in6_proto.c | 166 .pr_type = 0, 173 .pr_type = SOCK_DGRAM, 189 .pr_type = SOCK_STREAM, 207 .pr_type = SOCK_RAW, 221 .pr_type = SOCK_RAW, 235 .pr_type = SOCK_DGRAM, 249 .pr_type = SOCK_RAW, 256 .pr_type = SOCK_RAW, 263 .pr_type = SOCK_RAW, 271 .pr_type = SOCK_RAW, [all …]
|
| H A D | ip6protosw.h | 159 u_int16_t pr_type; /* socket type used for */ member
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | uipc_domain.c | 414 if (pp1->pr_type == pp->pr_type && in net_add_proto() 476 if (pp1->pr_type == opp->pr_type && in net_add_proto_old() 530 pp->pr_type = opp->pr_type; in net_add_proto_old() 583 if (pp->pr_type == type && pp->pr_protocol == protocol) { in net_del_proto() 634 if (pp->pr_type == type && pp->pr_protocol == protocol) { in net_del_proto_old() 788 if (pp->pr_type != 0 && pp->pr_type == type) { in pffindtype() 864 if ((pp->pr_protocol == protocol) && (pp->pr_type == type)) { in pffindproto_locked() 868 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 | vsock_domain.c | 1592 .pr_type = SOCK_STREAM, 1600 .pr_type = SOCK_STREAM,
|
| H A D | kern_control.c | 189 .pr_type = SOCK_DGRAM, 199 .pr_type = SOCK_STREAM,
|
| H A D | uipc_socket.c | 499 if (prp->pr_type != type) { in socreate_internal()
|
| H A D | kern_event.c | 8621 .pr_type = SOCK_RAW,
|
| /xnu-12377.1.9/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-12377.1.9/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 | 1144 .pr_type = SOCK_RAW,
|
| H A D | rtsock.c | 2479 .pr_type = SOCK_RAW,
|
| /xnu-12377.1.9/bsd/netkey/ |
| H A D | keysock.c | 557 .pr_type = SOCK_RAW,
|
| /xnu-12377.1.9/tools/lldbmacros/ |
| H A D | net.py | 1965 …out_string += "\ttype " + str(int(pr.pr_type)) + ", protocol " + str(int(pr.pr_protocol)) + ", pro…
|