Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntp_crypto.h111 #define NTP_MAXEXTEN 2048 /* maximum extension field size */ macro
H A Dntp.h130 #define NTP_MAXEXTEN 2048 /* max extension field size */ macro
595 u_int32 exten[(NTP_MAXEXTEN + MAX_MAC_LEN) / sizeof(u_int32)];
/freebsd/contrib/ntp/sntp/
H A Dmain.c93 char buf[LEN_PKT_NOMAC + NTP_MAXEXTEN + MAX_MAC_LEN];
/freebsd/contrib/ntp/
H A DChangeLog4220 * Bump NTP_MAXEXTEN from 1024 to 2048, update values for some field lengths.
H A DCommitLog[all...]