Home
last modified time | relevance | path

Searched refs:htonll (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/net/lib/ptp/
Dtlv.c292 current_ds->offset_from_tt = htonll(current_ds->offset_from_tt); in tlv_mgmt_pre_send()
293 current_ds->mean_delay = htonll(current_ds->mean_delay); in tlv_mgmt_pre_send()
315 port_ds->mean_link_delay = htonll(port_ds->mean_link_delay); in tlv_mgmt_pre_send()
Dmsg.c95 header->correction = htonll(header->correction); in msg_header_pre_send()
/Zephyr-latest/include/zephyr/net/
Dnet_ip.h140 #define htonll(x) sys_cpu_to_be64(x) macro
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_md.c91 hdr->correction_field = htonll(hdr->correction_field << 16); in gptp_md_follow_up_prepare()