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

/freebsd-10-stable/sys/netinet/
H A Dip_carp.c149 #define CARP_INET 0 macro
2081 if (proto_reg[CARP_INET] == 0) {
2084 proto_reg[CARP_INET] = -1;
2147 proto_reg[CARP_INET] = pf_proto_register(PF_INET, &in_carp_protosw);
2148 if (proto_reg[CARP_INET]) {
2150 proto_reg[CARP_INET]);
2152 return (proto_reg[CARP_INET]);

Completed in 61 milliseconds