Home
last modified time | relevance | path

Searched refs:MODE_CLIENT (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/ntp/sntp/tests/
HDpacketProcessing.c237 MODE_CLIENT); in test_ServerVersionTooOld()
254 MODE_CLIENT); in test_ServerVersionTooNew()
271 MODE_CLIENT); in test_NonWantedMode()
HDpacketHandling.c57 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/
HDprint-ntp.c158 #define MODE_CLIENT 3 /* client */ macro
180 { MODE_CLIENT, "Client" },
/NextBSD/contrib/ntp/ntpd/
HDntp_proto.c588 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()
HDntp_peer.c583 case MODE_CLIENT: in peer_config()
632 (INT_MCASTIF & dstadr->flags) && MODE_CLIENT == p->hmode) { in set_peerdstadr()
HDntpsim.c81 MODE_CLIENT, in create_server_associations()
HDntp_config.c3669 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/
HDntp.h416 #define MODE_CLIENT 3 /* client mode */ macro
/NextBSD/contrib/ntp/ntpdc/
HDntpdc_ops.c472 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/
HDntpdate.c682 sys_version, MODE_CLIENT); in transmit()
/NextBSD/contrib/ntp/ntpq/
HDntpq-subs.c1786 case MODE_CLIENT: in doprintpeers()
/NextBSD/contrib/ntp/
HDCommitLog-4.1.02164 Don't reset peer->cmmd to 0 until the end of MODE_CLIENT.