Searched refs:PF_INET6 (Results 1 - 25 of 29) sorted by relevance

12

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dsocket.c56 } else if (strcmp("PF_INET6", name) == 0) {
57 return (PF_INET6);
/darwin-on-arm/xnu/bsd/net/
H A Dif_utun.c169 if ((result = proto_register_plumber(PF_INET6, utun_family,
173 printf("utun_register_control - proto_register_plumber(PF_INET6, %d) failed: %d\n",
280 else if (protocol == PF_INET6) {
320 else if (protocol == PF_INET6) {
352 if (protocol != PF_INET && protocol != PF_INET6) {
388 protocol == PF_INET ? "PF_INET" : "PF_INET6", result);
704 case PF_INET6:
H A Dif_stf.c266 if (protocol_family != PF_INET6)
318 error = proto_register_plumber(PF_INET6, APPLE_IF_FAM_STF,
H A Dether_if_module.c629 if ((error = proto_register_plumber(PF_INET6, APPLE_IF_FAM_ETHERNET,
631 printf("proto_register_plumber failed for PF_INET6 error=%d\n", error);
H A Dkpi_protocol.c90 case PF_INET6:
H A Dif_gif.c256 result = proto_register_plumber(PF_INET6, APPLE_IF_FAM_GIF,
H A Dif_llreach.c582 iflri->iflri_netproto = PF_INET6;
H A Dif_loop.c593 if ((error = proto_register_plumber(PF_INET6,
H A Dpf_osfp.c96 if ((pd->af != PF_INET && pd->af != PF_INET6) ||
H A Ddlil.c604 case PF_INET6:
3109 case PF_INET6:
3308 } else if (!raw && proto_family == PF_INET6) {
5462 * if_proto_hash[0-3] are for PF_INET, PF_INET6, PF_APPLETALK
5472 (void) proto_unplumb(PF_INET6, ifp);
H A Dif_vlan.c2184 error = proto_register_plumber(PF_INET6, IFNET_FAMILY_VLAN,
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_domain.c182 { BSM_PF_INET6, PF_INET6 },
H A Daudit_arg.c626 if (INP_CHECK_SOCKAF(so, PF_INET6)) {
/darwin-on-arm/xnu/bsd/netinet6/
H A Desp_input.c586 if (!(sav->utun_in_fn(sav->utun_pcb, &m, ifamily == AF_INET ? PF_INET : PF_INET6))) {
593 if (proto_input(ifamily == AF_INET ? PF_INET : PF_INET6, m) != 0)
1049 if (!(sav->utun_in_fn(sav->utun_pcb, &m, PF_INET6))) {
1056 if (proto_input(PF_INET6, m) != 0)
1156 if (!(sav->utun_in_fn(sav->utun_pcb, &m, PF_INET6))) {
H A Din6_proto.c352 /* Initialize the PF_INET6 domain, and add in the pre-defined protos */
457 SYSCTL_NODE(_net, PF_INET6, inet6, CTLFLAG_RW | CTLFLAG_LOCKED, 0,
H A Din6_ifattach.c488 proto_plumb(PF_INET6, ifp);
725 if ((error = proto_plumb(PF_INET6, ifp))) {
H A Dip6_input.c320 pr = (struct ip6protosw *)pffindproto_locked(PF_INET6, IPPROTO_RAW, SOCK_RAW);
327 if (pr->pr_domain->dom_family == PF_INET6 &&
444 proto_register_input(PF_INET6, ip6_proto_input, NULL, 0);
H A Dip6_mroute.c1562 error = dlil_output(ifp, PF_INET6, mb_copy,
1895 dlil_output(lo_ifp, PF_INET6, m, 0, (struct sockaddr *)&dst, 0, NULL);
H A Din6.c785 if ((error = proto_unplumb(PF_INET6, ifp)))
1124 /* PF_INET6 wasn't previously attached */
1317 error = ifnet_ioctl(ifp, PF_INET6, cmd, data);
2583 (error = ifnet_ioctl(ifp, PF_INET6, SIOCSIFADDR, ia))) {
H A Dah_input.c936 if (proto_input(PF_INET6, m) != 0)
H A Dnd6.c3328 error = dlil_output(origifp, PF_INET6, m, (caddr_t)rt,
3363 error = dlil_output(ifp, PF_INET6, m, (caddr_t)rt,
/darwin-on-arm/xnu/bsd/netinet/
H A Dkpi_ipfilter.c231 proto = PF_INET6;
H A Dip_dummynet.c1139 proto_inject(PF_INET6, m);
/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h540 #define PF_INET6 AF_INET6 macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c598 case PF_INET6:

Completed in 801 milliseconds

12