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

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

Completed in 157 milliseconds