OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:udp_targ
(Results
1 - 1
of
1
) sorted by null
/external/android-clat/
translate.c
406
struct udphdr *
udp_targ
= out[pos].iov_base;
local
408
memcpy(
udp_targ
, udp, sizeof(struct udphdr));
414
if (
udp_targ
->check) {
415
udp_targ
->check = ip_checksum_adjust(udp->check, old_sum, new_sum);
421
udp_targ
->check = 0; // Checksum field must be 0 when calculating checksum.
422
udp_targ
->check = packet_checksum(new_sum, out, pos);
427
if (!
udp_targ
->check) {
428
udp_targ
->check = 0xffff;
Completed in 72 milliseconds