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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6d.h162 ospf6_timeval_string (struct timeval *tv, char *buf, int size);
H A Dospf6_spf.c1245 ospf6_timeval_string (&spf_tree->runtime_min, rmin, sizeof (rmin));
1246 ospf6_timeval_string (&spf_tree->runtime_max, rmax, sizeof (rmax));
1247 ospf6_timeval_string (&runtime_avg, ravg, sizeof (ravg));
1251 ospf6_timeval_string (&spf_tree->interval_min, imin, sizeof (imin));
1252 ospf6_timeval_string (&spf_tree->interval_max, imax, sizeof (imax));
1253 ospf6_timeval_string (&interval_avg, iavg, sizeof (iavg));
1257 ospf6_timeval_string (&last_updated, last_updated_string,
H A Dospf6_top.c188 ospf6_timeval_string (&running, running_time, sizeof (running_time));
H A Dospf6d.c107 ospf6_timeval_string (struct timeval *tv, char *buf, int size)
106 ospf6_timeval_string (struct timeval *tv, char *buf, int size) function

Completed in 102 milliseconds