Searched refs:MODE_CLIENT (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/contrib/ntp/sntp/tests/ |
| HD | packetProcessing.c | 237 MODE_CLIENT); in test_ServerVersionTooOld() 254 MODE_CLIENT); in test_ServerVersionTooNew() 271 MODE_CLIENT); in test_NonWantedMode()
|
| HD | packetHandling.c | 57 TEST_ASSERT_EQUAL(MODE_CLIENT, PKT_MODE(testpkt.li_vn_mode)); in test_GenerateUnauthenticatedPacket() 91 TEST_ASSERT_EQUAL(MODE_CLIENT, PKT_MODE(testpkt.li_vn_mode)); in test_GenerateAuthenticatedPacket()
|
| /NextBSD/contrib/tcpdump/ |
| HD | print-ntp.c | 158 #define MODE_CLIENT 3 /* client */ macro 180 { MODE_CLIENT, "Client" },
|
| /NextBSD/contrib/ntp/ntpd/ |
| HD | ntp_proto.c | 588 hismode = MODE_CLIENT; in receive() 697 if (hismode == MODE_CLIENT) in receive() 1041 MODE_CLIENT, hisversion, peer2->minpoll, in receive() 1173 MODE_CLIENT, hisversion, pkt->ppoll, pkt->ppoll, in receive() 1959 && MODE_CLIENT == peer->hmode in process_packet() 3405 case MODE_CLIENT: in peer_xmit() 3824 p = findexistingpeer(rmtadr, NULL, NULL, MODE_CLIENT, 0); in pool_xmit() 3835 MODE_CLIENT); in pool_xmit()
|
| HD | ntp_peer.c | 583 case MODE_CLIENT: in peer_config() 632 (INT_MCASTIF & dstadr->flags) && MODE_CLIENT == p->hmode) { in set_peerdstadr()
|
| HD | ntpsim.c | 81 MODE_CLIENT, in create_server_associations()
|
| HD | ntp_config.c | 3669 return MODE_CLIENT; in get_correct_host_mode() 3775 MODE_CLIENT, in config_peers() 3789 ctx->hmode = MODE_CLIENT; in config_peers()
|
| /NextBSD/contrib/ntp/include/ |
| HD | ntp.h | 416 #define MODE_CLIENT 3 /* client mode */ macro
|
| /NextBSD/contrib/ntp/ntpdc/ |
| HD | ntpdc_ops.c | 472 else if (plist->hmode == MODE_CLIENT) in dopeers() 1277 doconfig(pcmd, fp, MODE_CLIENT, 0); in addserver() 1289 doconfig(pcmd, fp, MODE_CLIENT, 1); in addrefclock()
|
| /NextBSD/contrib/ntp/ntpdate/ |
| HD | ntpdate.c | 682 sys_version, MODE_CLIENT); in transmit()
|
| /NextBSD/contrib/ntp/ntpq/ |
| HD | ntpq-subs.c | 1786 case MODE_CLIENT: in doprintpeers()
|
| /NextBSD/contrib/ntp/ |
| HD | CommitLog-4.1.0 | 2164 Don't reset peer->cmmd to 0 until the end of MODE_CLIENT.
|