Searched refs:GET_BE_U_6 (Results 1 – 3 of 3) sorted by relevance
386 len -= 2; bp += 2; ns_corr = GET_BE_U_6(bp); ND_PRINT(", NS correction : %"PRIu64, ns_corr); in ptp_print_2()494 secs = GET_BE_U_6(bp); in ptp_print_timestamp()516 secs = GET_BE_U_6(bp); in ptp_print_timestamp_identity()550 secs = GET_BE_U_6(bp); in ptp_print_announce_msg()
229 seqno = GET_BE_U_6(dhx->dccph_seq); in dccp_seqno()250 ackno = GET_BE_U_6(ackp + 2); in dccp_print_ack_no()
874 #define GET_BE_U_6(p) get_be_u_6(ndo, (const u_char *)(p)) macro