Searched refs:pr_type (Results 1 – 20 of 20) sorted by relevance
| /xnu-8792.81.2/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-8792.81.2/bsd/netinet6/ |
| H A D | in6_proto.c | 162 .pr_type = 0, 169 .pr_type = SOCK_DGRAM, 187 .pr_type = SOCK_STREAM, 207 .pr_type = SOCK_RAW, 223 .pr_type = SOCK_RAW, 237 .pr_type = SOCK_DGRAM, 251 .pr_type = SOCK_RAW, 258 .pr_type = SOCK_RAW, 265 .pr_type = SOCK_RAW, 273 .pr_type = SOCK_RAW, [all …]
|
| H A D | ip6protosw.h | 159 u_int16_t pr_type; /* socket type used for */ member
|
| /xnu-8792.81.2/bsd/kern/ |
| H A D | uipc_domain.c | 404 if (pp1->pr_type == pp->pr_type && in net_add_proto() 466 if (pp1->pr_type == opp->pr_type && in net_add_proto_old() 520 pp->pr_type = opp->pr_type; in net_add_proto_old() 574 if (pp->pr_type == type && pp->pr_protocol == protocol) { in net_del_proto() 625 if (pp->pr_type == type && pp->pr_protocol == protocol) { in net_del_proto_old() 779 if (pp->pr_type != 0 && pp->pr_type == type) { in pffindtype() 855 if ((pp->pr_protocol == protocol) && (pp->pr_type == type)) { in pffindproto_locked() 859 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 | 186 .pr_type = SOCK_DGRAM, 196 .pr_type = SOCK_STREAM,
|
| H A D | vsock_domain.c | 1419 .pr_type = SOCK_STREAM,
|
| H A D | socket_flows.c | 128 #define SOFLOW_IS_UDP(so) (so && so->so_proto && so->so_proto->pr_type == SOCK_DGRAM && so->so_prot…
|
| H A D | uipc_socket.c | 650 if (prp->pr_type != type) { in socreate_internal() 1827 …if (so->so_proto && so->so_proto->pr_type == SOCK_STREAM && so->so_proto->pr_protocol == IPPROTO_T… in soconnectxlocked()
|
| H A D | kern_event.c | 7987 .pr_type = SOCK_RAW,
|
| /xnu-8792.81.2/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
|
| H A D | socketvar.h | 705 #define SOCK_TYPE(so) ((so)->so_proto->pr_type) 996 #define IS_TCP(so) (so != NULL && so->so_proto != NULL && so->so_proto->pr_type == SOCK_STREAM && s… 997 #define IS_UDP(so) (so != NULL && so->so_proto != NULL && so->so_proto->pr_type == SOCK_DGRAM && so…
|
| /xnu-8792.81.2/bsd/net/ |
| H A D | if_gif.c | 133 .pr_type = SOCK_RAW, 143 .pr_type = SOCK_RAW,
|
| H A D | if_stf.c | 175 .pr_type = SOCK_RAW,
|
| H A D | content_filter.c | 558 …ine IS_ICMP(so) (so && so->so_proto && (so->so_proto->pr_type == SOCK_RAW || so->so_proto->pr_type… 560 #define IS_RAW(so) (so && so->so_proto && so->so_proto->pr_type == SOCK_RAW && so->so_proto->pr_p… 581 so->so_proto->pr_type != SOCK_STREAM || \ 2216 sock_info->cfs_sock_type = sock->so_proto->pr_type; in cfil_ctl_getopt() 3278 msg_attached->cfs_sock_type = so->so_proto->pr_type; in cfil_dispatch_attach_event() 5671 stat.cfs_sock_type = so->so_proto->pr_type; in sysctl_cfil_sock_list()
|
| H A D | ndrv.c | 1108 .pr_type = SOCK_RAW,
|
| H A D | rtsock.c | 2242 .pr_type = SOCK_RAW,
|
| /xnu-8792.81.2/bsd/netkey/ |
| H A D | keysock.c | 556 .pr_type = SOCK_RAW,
|
| /xnu-8792.81.2/tools/lldbmacros/ |
| H A D | net.py | 2094 …out_string += "\ttype " + str(int(pr.pr_type)) + ", protocol " + str(int(pr.pr_protocol)) + ", pro…
|