Searched refs:IPPROTO_CARP (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | ip_carp.c | 221 SYSCTL_NODE(_net_inet, IPPROTO_CARP, carp, CTLFLAG_RW | CTLFLAG_MPSAFE, 0, 960 ip->ip_p = IPPROTO_CARP; in carp_send_ad_locked() 1011 ip6->ip6_nxt = IPPROTO_CARP; in carp_send_ad_locked() 2173 .pr_protocol = IPPROTO_CARP, 2187 .pr_protocol = IPPROTO_CARP, 2202 (void)ipproto_unregister(IPPROTO_CARP); in carp_mod_cleanup() 2203 pf_proto_unregister(PF_INET, IPPROTO_CARP, SOCK_RAW); in carp_mod_cleanup() 2210 (void)ip6proto_unregister(IPPROTO_CARP); in carp_mod_cleanup() 2211 pf_proto_unregister(PF_INET6, IPPROTO_CARP, SOCK_RAW); in carp_mod_cleanup() 2260 err = ip6proto_register(IPPROTO_CARP); in carp_mod_load() [all …]
|
| H A D | in.h | 247 #define IPPROTO_CARP 112 /* CARP */ macro
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | in.h | 230 #define IPPROTO_CARP 112 /* CARP */ macro
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw2.c | 1670 case IPPROTO_CARP: in ipfw_chk()
|