Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ntp.c85 struct ntp_private *ntpp = (struct ntp_private *)&fragbuf.ntpp_msg; in interpret_ntp() local
119 show_mode(ntpp->rm_vn_mode & NTPMODEMASK)); in interpret_ntp()
317 (char *)(uintptr_t)ntpp->rm_vn_mode - dlc_header, 1), in interpret_ntp()
318 "Version = %hu", INFO_VERSION(ntpp->rm_vn_mode)); in interpret_ntp()
320 (char *)(uintptr_t)ntpp->rm_vn_mode - dlc_header, 1), in interpret_ntp()
321 "Mode = %hu (%s)", INFO_MODE(ntpp->rm_vn_mode), in interpret_ntp()
322 show_mode(INFO_MODE(ntpp->rm_vn_mode))); in interpret_ntp()
324 (char *)(uintptr_t)ntpp->rm_vn_mode - dlc_header, 1), in interpret_ntp()
325 "Flags = 0x%02hx", ntpp->rm_vn_mode); in interpret_ntp()
327 (char *)(uintptr_t)ntpp->rm_vn_mode - dlc_header, 1), in interpret_ntp()
[all …]
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c569 struct smb_ntrq **ntpp) in smb_nt_alloc() argument
585 *ntpp = ntp; in smb_nt_alloc()