Searched refs:conf_restrict (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 540 (int) sizeof(struct conf_restrict)); 542 (int) offsetof(struct conf_restrict, addr)); 544 (int) offsetof(struct conf_restrict, mask)); 546 (int) offsetof(struct conf_restrict, flags)); 548 (int) offsetof(struct conf_restrict, mflags)); 550 (int) offsetof(struct conf_restrict, v6_flag)); 552 (int) offsetof(struct conf_restrict, addr6)); 554 (int) offsetof(struct conf_restrict, mask6));
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_request.c | 144 { REQ_RESADDFLAGS, AUTH, v4sizeof(struct conf_restrict), 145 sizeof(struct conf_restrict), do_resaddflags }, 146 { REQ_RESSUBFLAGS, AUTH, v4sizeof(struct conf_restrict), 147 sizeof(struct conf_restrict), do_ressubflags }, 148 { REQ_UNRESTRICT, AUTH, v4sizeof(struct conf_restrict), 149 sizeof(struct conf_restrict), do_unrestrict }, 1787 struct conf_restrict cr; in do_restrict()
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | layout.std | 272 sizeof(struct conf_restrict) = 60
|
H A D | ntpdc_ops.c | 1838 struct conf_restrict cres; in do_restrict() 1858 sendsize = sizeof(struct conf_restrict); in do_restrict() 1860 sendsize = v4sizeof(struct conf_restrict); in do_restrict()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_request.h | 669 struct conf_restrict { struct
|