Searched defs:udp_check (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd-network/
H A Dtest-dhcp-client.c151 uint16_t ip_check, udp_check; local
173 udp_check = ~dhcp_packet_checksum((uint8_t*)&discover->ip.ttl, len - 8);
174 assert_se(udp_check == 0xffff);
386 uint16_t udp_check = 0; local
399 memcpy(&test_addr_acq_ack[26], &udp_check, sizeof(udp_check));
416 uint16_t udp_check = 0; local
430 memcpy(&test_addr_acq_offer[26], &udp_check, sizeof(udp_check));

Completed in 445 milliseconds