Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dinit.c79 fprintf(stderr, zwrong_ver, pname, NUM_TO_VER(opts->structVersion)); in validate_struct()
H A Dautoopts.h128 #define NUM_TO_VER(n) ((n) >> 12), ((n) >> 7) & 0x001F, (n) & 0x007F macro