Searched refs:MODE_CONTROL (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-ntp.c | 140 #define MODE_CONTROL 6 /* control message */ macro 162 { MODE_CONTROL, "Control Message" }, 442 case MODE_CONTROL: in ntp_print()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp.h | 425 * function. MODE_CONTROL and MODE_PRIVATE can appear in packets, 437 #define MODE_CONTROL 6 /* control mode */ 433 #define MODE_CONTROL global() macro
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_util.c | 751 if (MODE_CONTROL == mode || MODE_PRIVATE == mode) in record_raw_stats()
|
H A D | ntp_proto.c | 712 if (hismode == MODE_CONTROL) { in receive() 2377 #if 0 /* At this point, MODE_CONTROL is overloaded by MODE_BCLIENT */ in receive() 2378 case MODE_CONTROL: /* control mode */ in receive()
|
H A D | ntp_control.c | 1228 MODE_CONTROL); in process_control() 1437 MODE_CONTROL); in ctl_flushpkt()
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq.c | 1081 if (PKT_MODE(rpkt.li_vn_mode) != MODE_CONTROL) { in getresponse() 1344 qpkt.li_vn_mode = PKT_LI_VN_MODE(0, pktversion, MODE_CONTROL); in sendrequest()
|
/freebsd/contrib/ntp/ |
H A D | NEWS | 3751 In contrast, ntpq uses NTP mode 6 (MODE_CONTROL), while routine NTP time 7517 In contrast, ntpq uses NTP mode 6 (MODE_CONTROL), while routine NTP time
|