Home
last modified time | relevance | path

Searched refs:hismode (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/ntp/ntpd/
HDntp_proto.c156 static int kiss_code_check(u_char hisleap, u_char hisstratum, u_char hismode, u_int32 refid);
218 u_char hismode, in kiss_code_check() argument
223 if ( hismode == MODE_SERVER in kiss_code_check()
474 u_char hismode; /* packet mode */ in receive() local
527 hismode = (int)PKT_MODE(pkt->li_vn_mode); in receive()
533 if (hismode == MODE_PRIVATE) { in receive()
542 if (hismode == MODE_CONTROL) { in receive()
586 if (hismode == MODE_UNSPEC) { in receive()
588 hismode = MODE_CLIENT; in receive()
690 || MODE_BROADCAST == hismode in receive()
[all …]
HDntp_crypto.c433 int hismode; /* packet mode */ in crypto_recv() local
449 hismode = (int)PKT_MODE((&rbufp->recv_pkt)->li_vn_mode); in crypto_recv()
578 } else if (hismode == MODE_ACTIVE || hismode == in crypto_recv()
608 if (hismode == MODE_SERVER) in crypto_recv()
853 if (hismode == MODE_ACTIVE || hismode == in crypto_recv()