Home
last modified time | relevance | path

Searched refs:auth_seq (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_request.h136 u_char auth_seq; /* key, sequence number */ member
180 u_char auth_seq; /* key, sequence number */ member
223 #define INFO_IS_AUTH(auth_seq) (((auth_seq) & 0x80) != 0) argument
224 #define INFO_SEQ(auth_seq) ((auth_seq)&0x7f) argument
/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std7 offsetof(auth_seq) = 1
28 offsetof(auth_seq) = 1
H A Dntpdc.c737 if (INFO_IS_AUTH(rpkt.auth_seq)) { in getresponse()
807 seq = INFO_SEQ(rpkt.auth_seq); in getresponse()
925 qpkt.auth_seq = AUTH_SEQ(0, 0); in sendrequest()
947 qpkt.auth_seq = AUTH_SEQ(1, 0); in sendrequest()
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c261 rpkt.auth_seq = AUTH_SEQ(0, 0); in req_ack()
327 rpkt.auth_seq = AUTH_SEQ(0, seqno); in more_pkt()
384 rpkt.auth_seq = AUTH_SEQ(0, seqno); in flush_pkt()
448 || (++ec, INFO_SEQ(inpkt->auth_seq) != 0) in process_private()
586 if (!INFO_IS_AUTH(inpkt->auth_seq) || !info_auth_keyid in process_private()
589 INFO_IS_AUTH(inpkt->auth_seq), in process_private()
595 INFO_IS_AUTH(inpkt->auth_seq), in process_private()
/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c14 (int) offsetof(struct req_pkt, auth_seq));
56 (int) offsetof(struct resp_pkt, auth_seq));