Home
last modified time | relevance | path

Searched refs:VN_MODE (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_monitor.c360 mon->vn_mode = VN_MODE(version, mode); in ntp_monitor()
486 mon->vn_mode = VN_MODE(version, mode); in ntp_monitor()
/netbsd/external/bsd/ntp/dist/include/
H A Dntp.h603 #define VN_MODE(v, m) ((((v) & 7) << 3) | ((m) & 0x7)) macro
604 #define PKT_LI_VN_MODE(l, v, m) ((((l) & 3) << 6) | VN_MODE((v), (m)))
/netbsd/external/bsd/ntp/dist/
H A DCommitLog152607 add VN_MODE() for MRU list, which doesn't store LI but does now
152608 combine version and mode in one octet. use VN_MODE() in