Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ntp.c83 struct ntp_private *ntpp = (struct ntp_private *)&fragbuf.ntpp_msg; in interpret_ntp() local
117 show_mode(ntpp->rm_vn_mode & NTPMODEMASK)); in interpret_ntp()
315 (char *)(uintptr_t)ntpp->rm_vn_mode - dlc_header, 1), in interpret_ntp()
316 "Version = %hu", INFO_VERSION(ntpp->rm_vn_mode)); in interpret_ntp()
318 (char *)(uintptr_t)ntpp->rm_vn_mode - dlc_header, 1), in interpret_ntp()
319 "Mode = %hu (%s)", INFO_MODE(ntpp->rm_vn_mode), in interpret_ntp()
320 show_mode(INFO_MODE(ntpp->rm_vn_mode))); in interpret_ntp()
322 (char *)(uintptr_t)ntpp->rm_vn_mode - dlc_header, 1), in interpret_ntp()
323 "Flags = 0x%02hx", ntpp->rm_vn_mode); in interpret_ntp()
325 (char *)(uintptr_t)ntpp->rm_vn_mode - dlc_header, 1), in interpret_ntp()
[all …]
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c689 struct smb_ntrq **ntpp) in smb_nt_alloc() argument
705 *ntpp = ntp; in smb_nt_alloc()