Searched refs:iphdr_src (Results  1 – 2 of 2) sorted by relevance
| /lib/liblwip/src/core/ipv4/ | 
| D | icmp.c | 297   ip_addr_t iphdr_src;  in icmp_send_response()  local 334   ip_addr_copy(iphdr_src, iphdr->src);  in icmp_send_response() 335   ip_output(q, NULL, &iphdr_src, ICMP_TTL, 0, IP_PROTO_ICMP);  in icmp_send_response()
  | 
| /lib/liblwip/src/netif/ | 
| D | etharp.c | 643   ip_addr_t iphdr_src;  local 656   ip_addr_copy(iphdr_src, iphdr->src); 659   if (!ip_addr_netcmp(&iphdr_src, &(netif->ip_addr), &(netif->netmask))) { 668   etharp_update_arp_entry(netif, &iphdr_src, &(ethhdr->src), ETHARP_FLAG_FIND_ONLY);
  |