Searched refs:sipaddr (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/ |
A D | autoip.c | 467 ip4_addr_t sipaddr, dipaddr; in autoip_arp_reply() local 474 IPADDR2_COPY(&sipaddr, &hdr->sipaddr); in autoip_arp_reply() 484 if ((ip4_addr_cmp(&sipaddr, &autoip->llipaddr)) || in autoip_arp_reply() 496 if (ip4_addr_cmp(&sipaddr, &autoip->llipaddr) && in autoip_arp_reply()
|
A D | etharp.c | 664 ip4_addr_t sipaddr, dipaddr; local 695 IPADDR2_COPY(&sipaddr, &hdr->sipaddr); 711 etharp_update_arp_entry(netif, &sipaddr, &(hdr->shwaddr), 732 IPADDR2_COPY(&hdr->dipaddr, &hdr->sipaddr); 733 IPADDR2_COPY(&hdr->sipaddr, netif_ip4_addr(netif)); 775 dhcp_arp_reply(netif, &sipaddr); 1183 IPADDR2_COPY(&hdr->sipaddr, ipsrc_addr);
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/prot/ |
A D | etharp.h | 64 PACK_STRUCT_FLD_S(struct ip4_addr2 sipaddr);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/prot/ |
A D | etharp.h | 64 PACK_STRUCT_FLD_S(struct ip4_addr2 sipaddr);
|
Completed in 6 milliseconds