Searched refs:htonll (Results 1 – 11 of 11) sorted by relevance
74 # if !defined (ntohll) || !defined(htonll)76 # define htonll(x) (x) macro79 # define htonll(x) ((((uint64_t)htonl(x)) << 32) + htonl((uint64_t)(x) >> 32)) macro85 # define htobe64(x) htonll(x)104 # define htobe64(x) htonll(x)
19 #ifndef htonll21 #define htonll(x) __bswap_64(x) macro24 #define htonll(x) (x) macro
78 # define htobe64(x) htonll(x)
405 msg->samples[i].ts = htonll(msg->samples[i].ts); in hton_ptp_results()653 res_offset.offset = htonll(*offset); in ptp_clock_server()654 res_offset.ts = htonll(*timestamp); in ptp_clock_server()
993 msg->trace_req.trace_id = htonll(trace_id); in make_trace_req()1323 msg->trace_resp.trace_id = htonll(trace_id); in make_trace_resp()
23 #define htonll(x) ntohll(x) macro
230 #define htonll(x) ((1==htonl(1)) ? (x) : ((uint64_t)htonl((x) & 0xFFFFFFFF) << 32) | htonl((x) >> 3… macro
79 #define htonll cpu_to_be64 macro
1108 *(__be64 *)&p[opt->offset] = htonll((u64)val); in rxclass_get_val()1221 *(__be64 *)&p[opt->moffset] = ~htonll((u64)val); in rxclass_get_mask()
377 *val = htonll(v); in get_be64()
108 mask = htonll(0xffffffffffffULL << (16 + 48 - bits)); in flower_parse_eth_addr()