Home
last modified time | relevance | path

Searched refs:sipaddr (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/core/lwip/src/core/ipv4/
Dautoip.c495 ip_addr_t sipaddr, dipaddr; in autoip_arp_reply() local
502 IPADDR2_COPY(&sipaddr, &hdr->sipaddr); in autoip_arp_reply()
514 if ((ip_addr_cmp(&sipaddr, &netif->autoip->llipaddr)) || in autoip_arp_reply()
526 if (ip_addr_cmp(&sipaddr, &netif->autoip->llipaddr) && in autoip_arp_reply()
/external/syslinux/core/lwip/src/netif/
Dundiif.c269 sip = (struct ip_addr *) &(arphdr->sipaddr); in snprintf_arp_hdr()
1315 struct ip_addr sipaddr, dipaddr; in undiarp_input() local
1357 memcpy(&sipaddr, hdr_ptr, sizeof(sipaddr)); in undiarp_input()
1358 hdr_ptr += sizeof(sipaddr); in undiarp_input()
1374 update_arp_entry(netif, &sipaddr, &hwaddr_remote, UNDIARP_TRY_HARD); in undiarp_input()
1378 update_arp_entry(netif, &sipaddr, &hwaddr_remote, 0); in undiarp_input()
1405 memcpy(hdr_ptr, &sipaddr, sizeof(sipaddr)); in undiarp_input()
1427 dhcp_arp_reply(netif, &sipaddr); in undiarp_input()
Detharp.c673 ip_addr_t sipaddr, dipaddr; local
725 IPADDR2_COPY(&sipaddr, &hdr->sipaddr);
741 update_arp_entry(netif, &sipaddr, &(hdr->shwaddr),
762 IPADDR2_COPY(&hdr->dipaddr, &hdr->sipaddr);
763 IPADDR2_COPY(&hdr->sipaddr, &netif->ip_addr);
806 dhcp_arp_reply(netif, &sipaddr);
1167 IPADDR2_COPY(&hdr->sipaddr, ipsrc_addr);
/external/syslinux/core/lwip/src/include/netif/
Detharp.h122 PACK_STRUCT_FIELD(struct ip_addr2 sipaddr);