Home
last modified time | relevance | path

Searched refs:IPADDR_WORDALIGNED_COPY_TO_IP4_ADDR_T (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/prot/
Detharp.h70 #ifndef IPADDR_WORDALIGNED_COPY_TO_IP4_ADDR_T
71 #define IPADDR_WORDALIGNED_COPY_TO_IP4_ADDR_T(dest, src) SMEMCPY(dest, src, sizeof(ip4_addr_t)) macro
/third_party/lwip/src/core/ipv4/
Dautoip.c494 IPADDR_WORDALIGNED_COPY_TO_IP4_ADDR_T(&sipaddr, &hdr->sipaddr); in autoip_arp_reply()
495 IPADDR_WORDALIGNED_COPY_TO_IP4_ADDR_T(&dipaddr, &hdr->dipaddr); in autoip_arp_reply()
Detharp.c710 IPADDR_WORDALIGNED_COPY_TO_IP4_ADDR_T(&sipaddr, &hdr->sipaddr);
711 IPADDR_WORDALIGNED_COPY_TO_IP4_ADDR_T(&dipaddr, &hdr->dipaddr);