Searched refs:PF_INET6 (Results 1 – 16 of 16) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_module.c | 132 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 D | ip_carp.c | 2211 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 D | sctputil.c | 7487 if ((ret = socreate(PF_INET6, &SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()
|
| /f-stack/freebsd/netinet6/ |
| H A D | send.c | 329 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 D | ip6_input.c | 265 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 D | in6_proto.c | 414 SYSCTL_NODE(_net, PF_INET6, inet6, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
|
| /f-stack/freebsd/security/audit/ |
| H A D | bsm_domain.c | 185 { BSM_PF_INET6, PF_INET6 },
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ksocket.c | 122 { "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 D | mac_portacl.c | 450 so->so_proto->pr_domain->dom_family != PF_INET6) in socket_check_bind()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | socket.h | 376 #define PF_INET6 AF_INET6 macro
|
| /f-stack/freebsd/sys/ |
| H A D | socket.h | 382 #define PF_INET6 AF_INET6 macro
|
| /f-stack/tools/ndp/ |
| H A D | ndp.c | 1156 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 D | pf_osfp.c | 79 if ((pd->af != PF_INET && pd->af != PF_INET6) || in pf_osfp_fingerprint()
|
| /f-stack/freebsd/net/altq/ |
| H A D | altq_subr.c | 1054 case PF_INET6: {
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_socket.c | 543 (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 D | ipfw2.c | 4109 } else if (family == PF_INET6) { in compile_rule()
|