Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_carp.c152 #define CARP_INET6 1 macro
2209 if (proto_reg[CARP_INET6] == 0) { in carp_mod_cleanup()
2212 proto_reg[CARP_INET6] = -1; in carp_mod_cleanup()
2252 proto_reg[CARP_INET6] = pf_proto_register(PF_INET6, in carp_mod_load()
2254 if (proto_reg[CARP_INET6]) { in carp_mod_load()
2256 proto_reg[CARP_INET6]); in carp_mod_load()
2258 return (proto_reg[CARP_INET6]); in carp_mod_load()