HomeSort by: relevance | last modified time | path
    Searched refs:conf_sys_flags (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
ntp_request.c 141 { REQ_SET_SYS_FLAG, AUTH, sizeof(struct conf_sys_flags),
142 sizeof(struct conf_sys_flags), set_sys_flag },
143 { REQ_CLR_SYS_FLAG, AUTH, sizeof(struct conf_sys_flags),
144 sizeof(struct conf_sys_flags), clr_sys_flag },
1522 struct conf_sys_flags *sf;
1531 sf = (struct conf_sys_flags *)&inpkt->u;
  /src/external/bsd/ntp/dist/include/
ntp_request.h 136 struct conf_sys_flags { struct
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc_ops.c 1577 struct conf_sys_flags sys;
1615 sizeof(struct conf_sys_flags), (char *)&sys, &items,
1616 &itemsize, &dummy, 0, sizeof(struct conf_sys_flags));

Completed in 21 milliseconds