Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ntp.c138 (int)(ntp->li_vn_mode & LEAPMASK) >> 6, in interpret_ntp()
139 show_leap(ntp->li_vn_mode & LEAPMASK)); in interpret_ntp()
237 (int)(ntp->li_vn_mode & LEAPMASK) >> 6, in interpret_ntp()
238 show_leap(ntp->li_vn_mode & LEAPMASK)); in interpret_ntp()
H A Dntp.h322 #define LEAPMASK 0xc0 macro