Searched refs:pr_type (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_proto.c83 .pr_type = SOCK_STREAM,
93 .pr_type = SOCK_DGRAM,
H A Duipc_domain.c231 { if (pp1->pr_type == pp->pr_type &&
260 { if (pp1->pr_type == type &&
392 if (pr->pr_type && pr->pr_type == type) {
437 if ((pr->pr_protocol == protocol) && (pr->pr_type == type))
440 if (type == SOCK_RAW && pr->pr_type == SOCK_RAW &&
H A Dsocket_info.c115 type = so->so_proto->pr_type;
H A Dkpi_socket.c1078 sock->so_proto->pr_type == SOCK_STREAM) {
H A Dkern_event.c2737 .pr_type = SOCK_RAW,
H A Duipc_socket.c566 if (prp->pr_type != type)
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6protosw.h155 short pr_type; /* socket type used for */ member in struct:ip6protosw
H A Din6_mcast.c1790 (inp->inp_socket->so_proto->pr_type != SOCK_RAW &&
1791 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM)) {
2831 (inp->inp_socket->so_proto->pr_type != SOCK_RAW &&
2832 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM))
/darwin-on-arm/xnu/bsd/sys/
H A Dprotosw.h124 short pr_type; /* socket type used for */ member in struct:protosw
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h633 #define INP_SOCKTYPE(so) so->so_proto->pr_type
H A Din_mcast.c1858 (inp->inp_socket->so_proto->pr_type != SOCK_RAW &&
1859 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM)) {
2886 (inp->inp_socket->so_proto->pr_type != SOCK_RAW &&
2887 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM))
H A Din_pcb.c2181 if (so->so_proto->pr_type == SOCK_STREAM)

Completed in 70 milliseconds