Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_carp.c151 #define CARP_INET 0 macro
2201 if (proto_reg[CARP_INET] == 0) { in carp_mod_cleanup()
2204 proto_reg[CARP_INET] = -1; in carp_mod_cleanup()
2269 proto_reg[CARP_INET] = pf_proto_register(PF_INET, &in_carp_protosw); in carp_mod_load()
2270 if (proto_reg[CARP_INET]) { in carp_mod_load()
2272 proto_reg[CARP_INET]); in carp_mod_load()
2274 return (proto_reg[CARP_INET]); in carp_mod_load()