Searched refs:ntohll (Results 1 – 8 of 8) sorted by relevance
32 static uint64_t ntohll(uint64_t x) in ntohll() function37 static uint64_t ntohll(uint64_t x) in ntohll() function104 tv.tv_sec = ntohll(timestamp->sec); in nfnlmsg_log_msg_parse()105 tv.tv_usec = ntohll(timestamp->usec); in nfnlmsg_log_msg_parse()
32 static uint64_t ntohll(uint64_t x) in ntohll() function37 static uint64_t ntohll(uint64_t x) in ntohll() function104 tv.tv_sec = ntohll(timestamp->sec); in nfnlmsg_queue_msg_parse()105 tv.tv_usec = ntohll(timestamp->usec); in nfnlmsg_queue_msg_parse()
34 static uint64_t ntohll(uint64_t x) in ntohll() function43 static uint64_t ntohll(uint64_t x) in ntohll() function288 ntohll(nla_get_u64(tb[CTA_COUNTERS_PACKETS]))); in ct_parse_counters()294 ntohll(nla_get_u64(tb[CTA_COUNTERS_BYTES]))); in ct_parse_counters()329 ntohll(nla_get_u64(tb[CTA_TIMESTAMP_START])), in ct_parse_timestamp()330 ntohll(nla_get_u64(tb[CTA_TIMESTAMP_STOP]))); in ct_parse_timestamp()
47 #define ntohll macro64 #ifndef ntohll67 ntohll(uint64_t x) in ntohll() function74 #define ntohll(x) (x) macro157 replay = ntohll(replay); in dhcp_auth_validate()
80 fprintf(fp, "id %llu ", ntohll(rta_getattr_u64(tb[LWTUNNEL_IP_ID]))); in print_encap_ip()126 fprintf(fp, "id %llu ", ntohll(rta_getattr_u64(tb[LWTUNNEL_IP6_ID]))); in print_encap_ip6()
80 # define be64toh(x) ntohll(x)
207 #define ntohll(x) ((1==ntohl(1)) ? (x) : ((uint64_t)ntohl((x) & 0xFFFFFFFF) << 32) | ntohl((x) >> 3… macro
219 rd->rmt_us[i].buf = ntohll(rd->recv_buf.rmt_us[i].buf); in client_recv()