Home
last modified time | relevance | path

Searched refs:IPPROTO_CARP (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dip_carp.c227 SYSCTL_NODE(_net_inet, IPPROTO_CARP, carp, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
1248 ip->ip_p = IPPROTO_CARP; in carp_send_ad_locked()
1300 ip6->ip6_nxt = IPPROTO_CARP; in carp_send_ad_locked()
1387 ip->ip_p = IPPROTO_CARP; in vrrp_send_ad_locked()
1461 ip6->ip6_nxt = IPPROTO_CARP; in vrrp_send_ad_locked()
2839 (void)ipproto_unregister(IPPROTO_CARP); in carp_mod_cleanup()
2843 (void)ip6proto_unregister(IPPROTO_CARP); in carp_mod_cleanup()
2888 err = ip6proto_register(IPPROTO_CARP, carp6_input, NULL); in carp_mod_load()
2897 err = ipproto_register(IPPROTO_CARP, carp_input, NULL); in carp_mod_load()
H A Din.h244 #define IPPROTO_CARP 112 /* CARP */ macro
/freebsd/contrib/libpcap/
H A Dgencode.c5523 #ifndef IPPROTO_CARP in gen_proto_abbrev_internal()
5524 #define IPPROTO_CARP 112 in gen_proto_abbrev_internal() macro
5528 b1 = gen_proto(cstate, IPPROTO_CARP, Q_IP, Q_DEFAULT); in gen_proto_abbrev_internal()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c1758 case IPPROTO_CARP: in ipfw_chk()