Home
last modified time | relevance | path

Searched refs:info_if_stats (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c842 (int) sizeof(struct info_if_stats));
844 (int) offsetof(struct info_if_stats, unaddr));
846 (int) offsetof(struct info_if_stats, unbcast));
848 (int) offsetof(struct info_if_stats, unmask));
850 (int) offsetof(struct info_if_stats, v6_flag));
852 (int) offsetof(struct info_if_stats, name));
854 (int) offsetof(struct info_if_stats, flags));
856 (int) offsetof(struct info_if_stats, last_ttl));
858 (int) offsetof(struct info_if_stats, num_mcast));
860 (int) offsetof(struct info_if_stats, received));
[all …]
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c2713 struct info_if_stats **ifsp = (struct info_if_stats **)data; in fill_info_if_stats()
2714 struct info_if_stats *ifs = *ifsp; in fill_info_if_stats()
2753 *ifsp = (struct info_if_stats *)more_pkt(); in get_if_stats()
2766 struct info_if_stats *ifs; in get_if_stats()
2770 ifs = (struct info_if_stats *)prepare_pkt(srcadr, inter, inpkt, in do_if_reload()
2771 v6sizeof(struct info_if_stats)); in do_if_reload()
2785 struct info_if_stats *ifs; in do_if_reload()
2789 ifs = (struct info_if_stats *)prepare_pkt(srcadr, inter, inpkt,
2790 v6sizeof(struct info_if_stats));
[all...]
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c3070 struct info_if_stats *ifs, in iflist()
3085 if (!checkitemsize(itemsize, sizeof(struct info_if_stats))) in iflist()
3133 struct info_if_stats *ifs; in get_if_stats()
3140 sizeof(struct info_if_stats)); in get_if_stats()
3151 struct info_if_stats *ifs; in do_if_reload()
3158 sizeof(struct info_if_stats)); in do_if_reload()
H A Dlayout.std426 sizeof(struct info_if_stats) = 136
/freebsd/contrib/ntp/include/
H A Dntp_request.h914 struct info_if_stats { struct
/freebsd/contrib/ntp/
H A DCommitLog[all...]