Searched refs:ntpp (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ntp.c | 83 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 D | smb_rq.c | 689 struct smb_ntrq **ntpp) in smb_nt_alloc() argument 705 *ntpp = ntp; in smb_nt_alloc()
|