Searched refs:info_restrict (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 518 (int) sizeof(struct info_restrict)); 520 (int) offsetof(struct info_restrict, addr)); 522 (int) offsetof(struct info_restrict, mask)); 524 (int) offsetof(struct info_restrict, count)); 526 (int) offsetof(struct info_restrict, flags)); 528 (int) offsetof(struct info_restrict, mflags)); 530 (int) offsetof(struct info_restrict, v6_flag)); 532 (int) offsetof(struct info_restrict, unused1)); 534 (int) offsetof(struct info_restrict, addr6)); 536 (int) offsetof(struct info_restrict, mask6));
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_request.c | 84 static void list_restrict4 (const restrict_u *, struct info_restrict **); 85 static void list_restrict6 (const restrict_u *, struct info_restrict **); 1646 struct info_restrict ** ppir in list_restrict4() 1650 struct info_restrict * pir; in list_restrict4() 1665 pir = (struct info_restrict *)more_pkt(); in list_restrict4() 1678 struct info_restrict ** ppir in list_restrict6() 1682 struct info_restrict * pir; in list_restrict6() 1696 pir = (struct info_restrict *)more_pkt(); in list_restrict6() 1713 struct info_restrict *ir; in list_restrict() 1717 ir = (struct info_restrict *)prepare_pk in list_restrict() [all...] |
/freebsd/contrib/ntp/ntpdc/ |
H A D | layout.std | 261 sizeof(struct info_restrict) = 56
|
H A D | ntpdc_ops.c | 1684 struct info_restrict *rl; in reslist() 1703 sizeof(struct info_restrict)); in reslist() 1716 if (!checkitemsize(itemsize, sizeof(struct info_restrict)) && in reslist() 1717 !checkitemsize(itemsize, v4sizeof(struct info_restrict))) in reslist()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_request.h | 653 struct info_restrict { struct
|