Searched defs:ip_addr_set (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/core/ipv6/
H A Dip6_addr.c58 ip_addr_set(struct ip_addr *dest, struct ip_addr *src) function
/vbox/src/VBox/Devices/Network/lwip/src/include/ipv4/lwip/
H A Dip_addr.h123 #define ip_addr_set(dest, src) (dest)->addr = \ macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv4/lwip/
H A Dip4_addr.h161 /** Copy IP address - faster than ip_addr_set: no NULL check */
164 #define ip_addr_set(dest, src) ((dest)->addr = \ macro

Completed in 43 milliseconds