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

/freebsd-12-stable/sys/netinet/
H A Dip_carp.h158 extern int (*carp_attach_p)(struct ifaddr *, int);
H A Din.c372 if (vhid > 0 && carp_attach_p == NULL)
453 error = (*carp_attach_p)(&ia->ia_ifa, vhid);
H A Dip_carp.c2220 carp_attach_p = NULL;
2247 carp_attach_p = carp_attach;
/freebsd-12-stable/sys/netinet6/
H A Din6.c582 if (carp_attach_p != NULL)
583 error = (*carp_attach_p)(&ia->ia_ifa,
/freebsd-12-stable/sys/net/
H A Dif.c240 int (*carp_attach_p)(struct ifaddr *, int); variable

Completed in 89 milliseconds