OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:icmp_targ
(Results
1 - 1
of
1
) sorted by null
/external/android-clat/
translate.c
283
struct icmphdr *
icmp_targ
= out[pos].iov_base;
local
287
memset(
icmp_targ
, 0, sizeof(struct icmphdr));
290
icmp_targ
->type = icmp_type;
291
icmp_targ
->code = icmp6_to_icmp_code(icmp6->icmp6_type, icmp6->icmp6_code);
303
icmp_targ
->un.echo.id = icmp6->icmp6_id;
304
icmp_targ
->un.echo.sequence = icmp6->icmp6_seq;
313
icmp_targ
->checksum = 0; // Checksum field must be 0 when calculating checksum.
314
icmp_targ
->checksum = packet_checksum(0, out, pos);
Completed in 72 milliseconds