Searched refs:ipr (Results 1 – 5 of 5) sorted by relevance
122 struct ip_udp_hdr *ipr; in sandbox_eth_ping_req_to_reply() local149 ipr->ip_sum = 0; in sandbox_eth_ping_req_to_reply()150 ipr->ip_off = 0; in sandbox_eth_ping_req_to_reply()153 ipr->ip_sum = compute_ip_checksum(ipr, IP_HDR_SIZE); in sandbox_eth_ping_req_to_reply()217 struct ip_udp_hdr *ipr; in sandbox_eth_recv_ping_req() local232 ipr->ip_hl_v = 0x45; in sandbox_eth_recv_ping_req()234 ipr->ip_off = htons(IP_FLAGS_DFRAG); in sandbox_eth_recv_ping_req()235 ipr->ip_p = IPPROTO_ICMP; in sandbox_eth_recv_ping_req()236 ipr->ip_sum = 0; in sandbox_eth_recv_ping_req()238 net_write_ip(&ipr->ip_dst, net_ip); in sandbox_eth_recv_ping_req()[all …]
12 int ipr; /* interrupt pending register */ member
25 u32 ipr; member
38 u32 ipr; member
238 (CONFIG_SYS_INTR_BASE))->ipr)
Completed in 6 milliseconds