Lines Matching refs:cd
349 const struct ntp_control_data *cd, u_int length) in ntp_control_print() argument
357 control = GET_U_1(cd->control); in ntp_control_print()
366 sequence = GET_BE_U_2(cd->sequence); in ntp_control_print()
369 status = GET_BE_U_2(cd->status); in ntp_control_print()
372 assoc = GET_BE_U_2(cd->assoc); in ntp_control_print()
375 offset = GET_BE_U_2(cd->offset); in ntp_control_print()
378 count = GET_BE_U_2(cd->count); in ntp_control_print()
384 ND_TCHECK_LEN(cd->data, count); in ntp_control_print()
391 ND_TCHECK_LEN(cd, length); in ntp_control_print()
400 struct ntp_control_data cd; member
449 ntp_control_print(ndo, &bp->cd, length); in ntp_print()