Home
last modified time | relevance | path

Searched refs:PKT_LI_VN_MODE (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/tests/
HDpacketProcessing.c113 testpkt.p.li_vn_mode = PKT_LI_VN_MODE(LEAP_NOWARNING, NTP_VERSION, in setUp()
281 testpkt.p.li_vn_mode = PKT_LI_VN_MODE(LEAP_NOWARNING, in test_ServerVersionTooOld()
299 testpkt.p.li_vn_mode = PKT_LI_VN_MODE(LEAP_NOWARNING, in test_ServerVersionTooNew()
317 testpkt.p.li_vn_mode = PKT_LI_VN_MODE(LEAP_NOWARNING, in test_NonWantedMode()
364 testpkt.p.li_vn_mode = PKT_LI_VN_MODE(LEAP_NOTINSYNC, in test_RejectUnsyncedServer()
399 testpkt.p.li_vn_mode = PKT_LI_VN_MODE(LEAP_NOWARNING, in test_AcceptNoSentPacketBroadcastMode()
HDutilities.c122 expected.li_vn_mode = PKT_LI_VN_MODE(LEAP_NOWARNING, in test_SetLiVnMode1()
137 expected.li_vn_mode = PKT_LI_VN_MODE(LEAP_NOTINSYNC, in test_SetLiVnMode2()
157 testpkt.li_vn_mode = PKT_LI_VN_MODE(LEAP_NOWARNING, in test_PktOutput()
/freebsd-11-stable/contrib/ntp/ntpd/
HDntpsim.c298 xpkt.li_vn_mode = PKT_LI_VN_MODE(LEAP_NOWARNING, NTP_VERSION, in simulate_server()
HDntp_proto.c4072 xpkt.li_vn_mode = PKT_LI_VN_MODE(sys_leap, peer->version, in peer_xmit()
4542 xpkt.li_vn_mode = PKT_LI_VN_MODE(LEAP_NOTINSYNC, in fast_xmit()
4577 xpkt.li_vn_mode = PKT_LI_VN_MODE(xmt_leap, in fast_xmit()
4817 xpkt.li_vn_mode = PKT_LI_VN_MODE(sys_leap, pool->version, in pool_xmit()
HDntp_control.c1233 rpkt.li_vn_mode = PKT_LI_VN_MODE(sys_leap, res_version, in process_control()
1440 PKT_LI_VN_MODE( in ctl_flushpkt()
/freebsd-11-stable/contrib/ntp/include/
HDntp.h602 #define PKT_LI_VN_MODE(l, v, m) ((((l) & 3) << 6) | VN_MODE((v), (m))) macro
/freebsd-11-stable/contrib/ntp/ntpdate/
HDntpdate.c693 xpkt.li_vn_mode = PKT_LI_VN_MODE(LEAP_NOTINSYNC, in transmit()
/freebsd-11-stable/contrib/ntp/ntpq/
HDntpq.c1315 qpkt.li_vn_mode = PKT_LI_VN_MODE(0, pktversion, MODE_CONTROL); in sendrequest()
/freebsd-11-stable/contrib/ntp/
HDCommitLog152609 PKT_LI_VN_MODE.