MCPcopy Create free account
hub / github.com/F-Stack/f-stack / carp_delroute

Function carp_delroute

freebsd/netinet/ip_carp.c:1083–1090  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1081}
1082
1083static void
1084carp_delroute(struct carp_softc *sc)
1085{
1086 struct ifaddr *ifa;
1087
1088 CARP_FOREACH_IFA(sc, ifa)
1089 carp_ifa_delroute(ifa);
1090}
1091
1092static void
1093carp_ifa_delroute(struct ifaddr *ifa)

Callers 2

carp_input_cFunction · 0.85
carp_ioctlFunction · 0.85

Calls 1

carp_ifa_delrouteFunction · 0.85

Tested by

no test coverage detected