Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ntp.c333 (void) sprintf(get_line((char *)(uintptr_t)ntpp->auth_seq - in interpret_ntp()
335 "Authentication and sequence = 0x%02x", ntpp->auth_seq); in interpret_ntp()
336 (void) sprintf(get_line((char *)(uintptr_t)ntpp->auth_seq - in interpret_ntp()
339 getflag(ntpp->auth_seq, AUTH_BIT, "authenticated", in interpret_ntp()
341 (void) sprintf(get_line((char *)(uintptr_t)ntpp->auth_seq - in interpret_ntp()
344 INFO_SEQ(ntpp->auth_seq)); in interpret_ntp()
H A Dntp.h506 uchar_t auth_seq; /* key, sequence number */ member
520 #define INFO_SEQ(auth_seq) ((auth_seq) & 0x7f) argument