Searched refs:PF_INET6 (Results 26 - 47 of 47) sorted by relevance

12

/xnu-2422.115.4/bsd/kern/
H A Dkpi_mbuf.c606 case PF_INET6:
H A Dsys_generic.c2137 SOCK_DOM(sp) == PF_INET6) &&
2161 SOCK_DOM(sp) == PF_INET6) &&
/xnu-2422.115.4/bsd/net/
H A Dif_gif.c273 result = proto_register_plumber(PF_INET6, APPLE_IF_FAM_GIF,
H A Dpktap.c832 } else if (proto == PF_INET6) {
H A Ddlil.c753 case PF_INET6:
3572 case PF_INET6:
3771 } else if (!raw && proto_family == PF_INET6) {
6080 * if_proto_hash[0-2] are for PF_INET, PF_INET6 and PF_VLAN, where
6090 (void) proto_unplumb(PF_INET6, ifp);
7043 case PF_INET6:
7085 case PF_INET6:
H A Dif_vlan.c2173 error = proto_register_plumber(PF_INET6, IFNET_FAMILY_VLAN,
H A Dkpi_interface.c2456 case PF_INET6:
H A Dif_bond.c3152 error = proto_register_plumber(PF_INET6, APPLE_IF_FAM_BOND,
/xnu-2422.115.4/bsd/netinet/
H A Draw_ip.c1022 if (SOCK_CHECK_DOM(so, PF_INET6))
H A Dflow_divert.c2214 else if (SOCK_DOM(so) == PF_INET6) {
2574 && SOCK_DOM(so) != PF_INET6
2766 && SOCK_DOM(so) != PF_INET6
H A Dudp_usrreq.c2076 if (SOCK_CHECK_DOM(so, PF_INET6))
H A Dmptcp_subr.c89 * subflow socket is essentially a regular PF_INET/PF_INET6 TCP socket, and is
272 prp6 = (struct ip6protosw *)pffindproto_locked(PF_INET6,
711 case PF_INET6:
H A Dip_dummynet.c1137 proto_inject(PF_INET6, m);
H A Dtcp_subr.c1204 if (SOCK_CHECK_DOM(so, PF_INET6))
/xnu-2422.115.4/bsd/netinet6/
H A Dah_input.c938 if (proto_input(PF_INET6, m) != 0)
H A Din6.c1193 if ((error = proto_unplumb(PF_INET6, ifp)))
1434 error = ifnet_ioctl(ifp, PF_INET6, cmd, data);
1460 /* PF_INET6 wasn't previously attached */
2864 error = ifnet_ioctl(ifp, PF_INET6, SIOCSIFADDR, ia);
4205 * Handle SIOCGASSOCIDS ioctl for PF_INET6 domain.
4228 * Handle SIOCGCONNIDS ioctl for PF_INET6 domain.
4257 * Handle SIOCGCONNINFO ioctl for PF_INET6 domain.
H A Dipsec.c330 case PF_INET6:
349 case PF_INET6:
661 if (SOCK_DOM(so) != PF_INET6)
H A Dnd6.c3609 error = dlil_output(origifp, PF_INET6, m, (caddr_t)rt,
3645 error = dlil_output(ifp, PF_INET6, m, (caddr_t)rt, SA(dst), 0, adv);
H A Dicmp6.c1173 sin6.sin6_family = PF_INET6;
H A Dip6_output.c3771 dlil_output(lo_ifp, PF_INET6, copym, NULL, SA(dst), 0, NULL);
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_arg.c624 if (SOCK_CHECK_DOM(so, PF_INET6)) {
/xnu-2422.115.4/bsd/netkey/
H A Dkey.c1504 case PF_INET6:

Completed in 363 milliseconds

12