Home
last modified time | relevance | path

Searched refs:mc_fmt (Results 1 – 2 of 2) sorted by relevance

/src/contrib/ntp/ntpq/
H A Dntpq-subs.c3447 const char mc_fmt[] = "mc.%u"; /* mcast count */ in ifstats() local
3514 if (1 == sscanf(tag, mc_fmt, &ui) && in ifstats()
/src/contrib/ntp/ntpd/
H A Dntp_control.c4236 const char mc_fmt[] = "mc.%u"; /* mcast count */ in send_ifstats_entry() local
4304 snprintf(tag, sizeof(tag), mc_fmt, ifnum); in send_ifstats_entry()