Searched refs:pr_protocol (Results 1 - 20 of 20) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_domain.c146 dp->dom_name, pr->pr_protocol);
232 pp1->pr_protocol == pp->pr_protocol) {
261 pp1->pr_protocol == protocol)
437 if ((pr->pr_protocol == protocol) && (pr->pr_type == type))
441 pr->pr_protocol == 0 && maybe == (struct protosw *)0)
460 if (pr->pr_protocol == protocol) {
510 if (pr->pr_protocol == protocol && pr->pr_sysctl) {
H A Dsocket_info.c78 si->soi_protocol = so->so_proto->pr_protocol;
116 protocol = so->so_proto->pr_protocol;
203 if (so->so_proto->pr_protocol == SYSPROTO_EVENT) {
213 } else if (so->so_proto->pr_protocol == SYSPROTO_CONTROL) {
H A Duipc_socket2.c1896 xso->xso_protocol = so->so_proto->pr_protocol;
1927 xso->xso_protocol = so->so_proto->pr_protocol;
H A Dkpi_socket.c1054 *outProtocol = sock->so_proto->pr_protocol;
H A Dkern_event.c2739 .pr_protocol = SYSPROTO_EVENT,
H A Duipc_socket.c4259 so->so_type, so->so_proto->pr_protocol,
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6protosw.h157 short pr_protocol; /* protocol number */ member in struct:ip6protosw
H A Draw_ip6.c372 if ((error = ip6_setpktopts(control, &opt, NULL, so->so_proto->pr_protocol)) != 0)
382 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6) {
505 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6 ||
512 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6)
592 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6) {
H A Dip6_input.c328 pr->pr_protocol && pr->pr_protocol != IPPROTO_RAW) {
329 ip6_protox[pr->pr_protocol] = pr;
H A Dip6_output.c1861 uproto = (int)so->so_proto->pr_protocol;
2568 } else if (so->so_proto->pr_protocol ==
2577 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6)
2640 if ((error = ip6_setpktopts(m, opt, NULL, so->so_proto->pr_protocol)) != 0) {
H A Dip6_mroute.c471 "ip6_mrouter_init: so_type = %d, pr_protocol = %d\n",
472 so->so_type, so->so_proto->pr_protocol);
476 so->so_proto->pr_protocol != IPPROTO_ICMPV6)
H A Din6_mcast.c1789 if (inp->inp_socket->so_proto->pr_protocol == IPPROTO_DIVERT ||
2830 if (inp->inp_socket->so_proto->pr_protocol == IPPROTO_DIVERT ||
H A Dicmp6.c3111 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6) {
/darwin-on-arm/xnu/bsd/sys/
H A Dprotosw.h126 short pr_protocol; /* protocol number */ member in struct:protosw
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_mroute.c562 log(LOG_DEBUG,"ip_mrouter_init: so_type = %d, pr_protocol = %d\n",
563 so->so_type, so->so_proto->pr_protocol);
566 so->so_proto->pr_protocol != IPPROTO_IGMP) return EOPNOTSUPP;
1932 printf("ip_rsvp_vif_init: so_type = %d, pr_protocol = %d\n",
1933 so->so_type, so->so_proto->pr_protocol);
1935 if (so->so_type != SOCK_RAW || so->so_proto->pr_protocol != IPPROTO_RSVP)
1974 printf("ip_rsvp_vif_done: so_type = %d, pr_protocol = %d\n",
1975 so->so_type, so->so_proto->pr_protocol);
1978 so->so_proto->pr_protocol != IPPROTO_RSVP)
2013 if (so->so_type != SOCK_RAW || so->so_proto->pr_protocol !
[all...]
H A Din_pcblist.c117 xso->xso_protocol = so->so_proto->pr_protocol;
H A Dip_input.c440 pr->pr_protocol && pr->pr_protocol != IPPROTO_RAW)
441 ip_protox[pr->pr_protocol] = pr;
2810 so->so_proto->pr_protocol != IPPROTO_RSVP)
H A Din_pcb.c987 inp, so, so->so_proto->pr_protocol);
998 panic("in_pcbdetach so=%p prot=%x couldn't set to STOPUSING\n", so, so->so_proto->pr_protocol);
H A Din_mcast.c1857 if (inp->inp_socket->so_proto->pr_protocol == IPPROTO_DIVERT ||
2885 if (inp->inp_socket->so_proto->pr_protocol == IPPROTO_DIVERT ||
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_arg.c614 so->so_proto->pr_protocol;
634 so->so_proto->pr_protocol;

Completed in 261 milliseconds