Lines Matching refs:ntpp

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()
327 getflag(ntpp->rm_vn_mode, RESP_BIT, "response", in interpret_ntp()
330 (char *)(uintptr_t)ntpp->rm_vn_mode - dlc_header, 1), in interpret_ntp()
332 getflag(ntpp->rm_vn_mode, MORE_BIT, "more", "no more")); in interpret_ntp()
333 (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()
346 (char *)(uintptr_t)ntpp->implementation - dlc_header, in interpret_ntp()
347 1), "Implementation = %hu", ntpp->implementation); in interpret_ntp()
348 (void) sprintf(get_line((char *)(uintptr_t)ntpp->request - in interpret_ntp()
349 dlc_header, 1), "Request = %hu", ntpp->request); in interpret_ntp()
351 (char *)(uintptr_t)ntpp->err_nitems - dlc_header, 1), in interpret_ntp()
352 "Error = %hu", INFO_ERR(ntpp->err_nitems)); in interpret_ntp()
354 (char *)(uintptr_t)ntpp->err_nitems - dlc_header, 1), in interpret_ntp()
355 "Items = %hu", INFO_NITEMS(ntpp->err_nitems)); in interpret_ntp()
357 (char *)(uintptr_t)ntpp->mbz_itemsize - dlc_header, 1), in interpret_ntp()
358 "Item size = %hu", INFO_ITEMSIZE(ntpp->mbz_itemsize)); in interpret_ntp()