Searched refs:PKT_LI_VN_MODE (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/contrib/ntp/sntp/tests/ |
| HD | packetProcessing.c | 113 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()
|
| HD | utilities.c | 122 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/ |
| HD | ntpsim.c | 298 xpkt.li_vn_mode = PKT_LI_VN_MODE(LEAP_NOWARNING, NTP_VERSION, in simulate_server()
|
| HD | ntp_proto.c | 4072 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()
|
| HD | ntp_control.c | 1233 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/ |
| HD | ntp.h | 602 #define PKT_LI_VN_MODE(l, v, m) ((((l) & 3) << 6) | VN_MODE((v), (m))) macro
|
| /freebsd-11-stable/contrib/ntp/ntpdate/ |
| HD | ntpdate.c | 693 xpkt.li_vn_mode = PKT_LI_VN_MODE(LEAP_NOTINSYNC, in transmit()
|
| /freebsd-11-stable/contrib/ntp/ntpq/ |
| HD | ntpq.c | 1315 qpkt.li_vn_mode = PKT_LI_VN_MODE(0, pktversion, MODE_CONTROL); in sendrequest()
|
| /freebsd-11-stable/contrib/ntp/ |
| HD | CommitLog | 152609 PKT_LI_VN_MODE.
|