Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd-network/
Ddhcp-packet.c65 uint64_t *buf_64 = (uint64_t*)buf; in dhcp_packet_checksum() local
66 uint64_t *end_64 = buf_64 + (len / sizeof(uint64_t)); in dhcp_packet_checksum()
71 while (buf_64 < end_64) { in dhcp_packet_checksum()
72 sum += *buf_64; in dhcp_packet_checksum()
73 if (sum < *buf_64) in dhcp_packet_checksum()
77 buf_64++; in dhcp_packet_checksum()
85 memcpy(&buf_tail, buf_64, len % sizeof(uint64_t)); in dhcp_packet_checksum()