Searched refs:MODE_SERVER (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/ntp/sntp/tests/ |
H A D | packetProcessing.c | 105 MODE_SERVER); in setUp() 139 MODE_SERVER, &testspkt.p, "UnitTest")); 151 MODE_SERVER, &testspkt.p, "UnitTest")); 182 MODE_SERVER, &testspkt.p, "UnitTest")); in test_TooShortExtensionFieldLength() 198 MODE_SERVER, &testspkt.p, "UnitTest")); in test_UnauthenticatedPacketReject() 213 MODE_SERVER, &testspkt.p, "UnitTest")); in test_CryptoNAKPacketReject() 240 MODE_SERVER, &testspkt.p, "UnitTest")); in test_AuthenticatedPacketInvalid() 271 MODE_SERVER, &testspkt.p, "UnitTest")); in test_AuthenticatedPacketUnknownKey() 295 MODE_SERVER, &testspkt.p, "UnitTest")); in test_ServerVersionTooNew() 313 MODE_SERVER, in test_NonWantedMode() [all...] |
H A D | utilities.c | 121 MODE_SERVER); in test_SetLiVnMode1() 125 MODE_SERVER); in test_SetLiVnMode1() 156 MODE_SERVER); in test_PktOutput()
|
/freebsd/contrib/tcpdump/ |
H A D | print-ntp.c | 138 #define MODE_SERVER 4 /* server */ macro 160 { MODE_SERVER, "Server" }, 437 case MODE_SERVER: in ntp_print()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_proto.c | 277 if ( hismode == MODE_SERVER in kiss_code_check() 330 if (hismode != MODE_SERVER && in valid_NAK() 961 || MODE_SERVER == hismode) { in receive() 962 if (MODE_SERVER == hismode) { in receive() 963 DPRINTF(1, ("Possibly self-induced rate limiting of MODE_SERVER from %s\n", in receive() 971 fast_xmit(rbufp, MODE_SERVER, skeyid, in receive() 1336 fast_xmit(rbufp, MODE_SERVER, skeyid, in receive() 1340 fast_xmit(rbufp, MODE_SERVER, 0, in receive() 1423 fast_xmit(rbufp, MODE_SERVER, skeyid, in receive() 2111 case MODE_SERVER in receive() [all...] |
H A D | ntpsim.c | 299 MODE_SERVER); in simulate_server()
|
H A D | ntp_peer.c | 341 if (MODE_SERVER == pkt_mode && AM_PROCPKT == *action) { in findpeer()
|
H A D | ntp_refclock.c | 285 peer->pmode = MODE_SERVER; in refclock_newpeer()
|
H A D | ntp_crypto.c | 614 if (hismode == MODE_SERVER) in crypto_recv()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp.h | 432 #define MODE_SERVER 4 /* server mode */ 428 #define MODE_SERVER global() macro
|
/freebsd/contrib/ntp/sntp/ |
H A D | main.c | 903 rpktl = process_pkt(&r_pkt, &sender, rpktl, MODE_SERVER, in sock_cb()
|
/freebsd/contrib/ntp/ntpdate/ |
H A D | ntpdate.c | 781 if ((PKT_MODE(rpkt->li_vn_mode) != MODE_SERVER in receive()
|
/freebsd/contrib/ntp/ |
H A D | ChangeLog | 2150 * from 4.2.6p5-RC2: Never send KoD rate limiting response to MODE_SERVER. 3399 * Never send KoD rate limiting response to MODE_SERVER response.
|
H A D | NEWS | 3534 * Exclude MODE_SERVER responses from KoD rate limiting 7300 * Exclude MODE_SERVER responses from KoD rate limiting
|
H A D | CommitLog | [all...] |