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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6protosw.h126 short pr_protocol; /* protocol number */ member in struct:ip6protosw
H A Draw_ip6.c320 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6) {
401 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6 ||
408 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6)
444 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6) {
H A Dip6_input.c237 pr->pr_protocol && pr->pr_protocol != IPPROTO_RAW) {
238 ip6_protox[pr->pr_protocol] = pr;
H A Dip6_mroute.c442 "ip6_mrouter_init: so_type = %d, pr_protocol = %d\n",
443 so->so_type, so->so_proto->pr_protocol);
447 so->so_proto->pr_protocol != IPPROTO_ICMPV6)
H A Dicmp6.c2892 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6) {
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_domain.c212 pp1->pr_protocol == pp->pr_protocol) {
241 pp1->pr_protocol == protocol)
418 if ((pr->pr_protocol == protocol) && (pr->pr_type == type))
422 pr->pr_protocol == 0 && maybe == (struct protosw *)0)
441 if (pr->pr_protocol == protocol) {
490 if (pr->pr_protocol == protocol && pr->pr_sysctl) {
H A Dsocket_info.c77 si->soi_protocol = so->so_proto->pr_protocol;
115 protocol = so->so_proto->pr_protocol;
200 if (so->so_proto->pr_protocol == SYSPROTO_EVENT) {
210 } else if (so->so_proto->pr_protocol == SYSPROTO_CONTROL) {
H A Dkpi_socket.c862 *outProtocol = sock->so_proto->pr_protocol;
H A Dkern_audit.c2386 so->so_proto->pr_protocol;
H A Duipc_socket2.c1757 xso->xso_protocol = so->so_proto->pr_protocol;
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dprotosw.h120 short pr_protocol; /* protocol number */ member in struct:protosw
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_mroute.c572 log(LOG_DEBUG,"ip_mrouter_init: so_type = %d, pr_protocol = %d\n",
573 so->so_type, so->so_proto->pr_protocol);
576 so->so_proto->pr_protocol != IPPROTO_IGMP) return EOPNOTSUPP;
1924 printf("ip_rsvp_vif_init: so_type = %d, pr_protocol = %d\n",
1925 so->so_type, so->so_proto->pr_protocol);
1927 if (so->so_type != SOCK_RAW || so->so_proto->pr_protocol != IPPROTO_RSVP)
1966 printf("ip_rsvp_vif_done: so_type = %d, pr_protocol = %d\n",
1967 so->so_type, so->so_proto->pr_protocol);
1970 so->so_proto->pr_protocol != IPPROTO_RSVP)
2005 if (so->so_type != SOCK_RAW || so->so_proto->pr_protocol !
[all...]
H A Dip_input.c364 pr->pr_protocol && pr->pr_protocol != IPPROTO_RAW)
365 ip_protox[pr->pr_protocol] = pr;
2459 so->so_proto->pr_protocol != IPPROTO_RSVP)
H A Din_pcb.c812 inp, so, so->so_proto->pr_protocol);
823 panic("in_pcbdetach so=%p prot=%x couldn't set to STOPUSING\n", so, so->so_proto->pr_protocol);

Completed in 131 milliseconds