HomeSort by: relevance | last modified time | path
    Searched refs:MIN_MAC_LEN (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ntp/dist/include/
ntp.h 567 #define MIN_MAC_LEN (1 * sizeof(u_int32)) /* crypto_NAK */
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 1179 if (maclen >= (int)MIN_MAC_LEN) {
  /src/external/bsd/ntp/dist/ntpd/
ntp_control.c 1276 maclen >= MIN_MAC_LEN && maclen <= MAX_MAC_LEN &&
ntp_proto.c 867 if (has_mac % 4 != 0 || has_mac < (int)MIN_MAC_LEN) {

Completed in 40 milliseconds