Searched refs:conf_sys_flags (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_request.c | 139 { REQ_SET_SYS_FLAG, AUTH, sizeof(struct conf_sys_flags), 140 sizeof(struct conf_sys_flags), set_sys_flag }, 141 { REQ_CLR_SYS_FLAG, AUTH, sizeof(struct conf_sys_flags), 142 sizeof(struct conf_sys_flags), clr_sys_flag }, 1520 struct conf_sys_flags *sf; in setclr_flags() 1529 sf = (struct conf_sys_flags *)&inpkt->u; in setclr_flags()
|
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 512 (int) sizeof(struct conf_sys_flags)); 514 (int) offsetof(struct conf_sys_flags, flags));
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | layout.std | 258 sizeof(struct conf_sys_flags) = 4
|
H A D | ntpdc_ops.c | 1575 struct conf_sys_flags sys; in doset() 1613 sizeof(struct conf_sys_flags), (char *)&sys, &items, in doset() 1614 &itemsize, &dummy, 0, sizeof(struct conf_sys_flags)); in doset()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_request.h | 634 struct conf_sys_flags { struct
|