Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsandbox.c122 struct icmp_hdr *icmpr; in sb_eth_send() local
130 icmpr = (struct icmp_hdr *)&ipr->udp_src; in sb_eth_send()
143 icmpr->type = ICMP_ECHO_REPLY; in sb_eth_send()
144 icmpr->checksum = 0; in sb_eth_send()
145 icmpr->checksum = compute_ip_checksum(icmpr, in sb_eth_send()
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Drcar_i2c.c31 u32 icmpr; member