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

Function nd6_dad_stoptimer

freebsd/netinet6/nd6_nbr.c:1214–1219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1212}
1213
1214static void
1215nd6_dad_stoptimer(struct dadq *dp)
1216{
1217
1218 callout_drain(&dp->dad_timer_ch);
1219}
1220
1221static void
1222nd6_dad_rele(struct dadq *dp)

Callers 1

nd6_dad_stopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected