Home
last modified time | relevance | path

Searched refs:PF_INET6 (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_module.c132 error = pf_proto_register(PF_INET6, &sctp6_stream_protosw); in sctp_module_load()
135 error = pf_proto_register(PF_INET6, &sctp6_seqpacket_protosw); in sctp_module_load()
161 (void)pf_proto_unregister(PF_INET6, IPPROTO_SCTP, SOCK_STREAM); in sctp_module_unload()
162 (void)pf_proto_unregister(PF_INET6, IPPROTO_SCTP, SOCK_SEQPACKET); in sctp_module_unload()
H A Dip_carp.c2211 pf_proto_unregister(PF_INET6, IPPROTO_CARP, SOCK_RAW); in carp_mod_cleanup()
2252 proto_reg[CARP_INET6] = pf_proto_register(PF_INET6, in carp_mod_load()
H A Dsctputil.c7487 if ((ret = socreate(PF_INET6, &SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()
/f-stack/freebsd/netinet6/
H A Dsend.c329 error = pf_proto_register(PF_INET6, &send_protosw); in send_modevent()
356 error = pf_proto_unregister(PF_INET6, IPPROTO_SEND, SOCK_RAW); in send_modevent()
H A Dip6_input.c265 pr = pffindproto(PF_INET6, IPPROTO_RAW, SOCK_RAW); in ip6_init()
278 if (pr->pr_domain->dom_family == PF_INET6 && in ip6_init()
308 pr = pffindproto(PF_INET6, IPPROTO_RAW, SOCK_RAW); in ip6proto_register()
319 if (pr->pr_domain->dom_family == PF_INET6 && in ip6proto_register()
338 pr = pffindproto(PF_INET6, IPPROTO_RAW, SOCK_RAW); in ip6proto_unregister()
H A Din6_proto.c414 SYSCTL_NODE(_net, PF_INET6, inet6, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
/f-stack/freebsd/security/audit/
H A Dbsm_domain.c185 { BSM_PF_INET6, PF_INET6 },
/f-stack/freebsd/netgraph/
H A Dng_ksocket.c122 { "inet6", PF_INET6 },
298 case PF_INET6: /* XXX implement this someday */ in ng_ksocket_sockaddr_parse()
360 case PF_INET6: /* XXX implement this someday */ in ng_ksocket_sockaddr_unparse()
/f-stack/freebsd/security/mac_portacl/
H A Dmac_portacl.c450 so->so_proto->pr_domain->dom_family != PF_INET6) in socket_check_bind()
/f-stack/tools/compat/include/sys/
H A Dsocket.h376 #define PF_INET6 AF_INET6 macro
/f-stack/freebsd/sys/
H A Dsocket.h382 #define PF_INET6 AF_INET6 macro
/f-stack/tools/ndp/
H A Dndp.c1156 int mib[] = { CTL_NET, PF_INET6, IPPROTO_ICMPV6, ICMPV6CTL_ND6_DRLIST }; in rtrlist()
1214 int mib[] = { CTL_NET, PF_INET6, IPPROTO_ICMPV6, ICMPV6CTL_ND6_PRLIST }; in plist()
/f-stack/freebsd/netpfil/pf/
H A Dpf_osfp.c79 if ((pd->af != PF_INET && pd->af != PF_INET6) || in pf_osfp_fingerprint()
/f-stack/freebsd/net/altq/
H A Daltq_subr.c1054 case PF_INET6: {
/f-stack/freebsd/kern/
H A Duipc_socket.c543 (prp->pr_domain->dom_family == PF_INET6) || in socreate()
3071 (so->so_proto->pr_domain->dom_family == PF_INET6) ||
/f-stack/tools/ipfw/
H A Dipfw2.c4109 } else if (family == PF_INET6) { in compile_rule()