OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:icmp_cksum
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/include/netinet/
ip_icmp.h
71
uint16_t
icmp_cksum
; /* ones complement cksum of struct */
member in struct:icmp
/external/toybox/toys/pending/
traceroute.c
126
send_icmp4->
icmp_cksum
= 0;
127
send_icmp4->
icmp_cksum
= in_cksum((uint16_t *) send_icmp4, TT.msg_len);
128
if (send_icmp4->
icmp_cksum
== 0) send_icmp4->
icmp_cksum
= 0xffff;
/external/tcpdump/
print-icmp.c
53
uint16_t
icmp_cksum
; /* ones complement cksum of struct */
member in struct:icmp
567
icmp_sum = EXTRACT_16BITS(&dp->
icmp_cksum
);
/external/iputils/
rdisc.c
123
u_short
icmp_cksum
; /* ones complement cksum of struct */
member in struct:icmp_ra
599
rap->
icmp_cksum
= 0;
617
rap->
icmp_cksum
= in_cksum( (u_short *)rap, packetlen );
[
all
...]
/external/dnsmasq/src/
dnsmasq.c
[
all
...]
Completed in 751 milliseconds