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

/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv4/lwip/
H A Dip4_addr.h42 /* This is the aligned version of ip_addr_t,
48 /* This is the packed version of ip_addr_t,
62 /** ip_addr_t uses a struct for convenience only, so that the same defines can
63 * operate both on ip_addr_t as well as on ip_addr_p_t. */
64 typedef struct ip_addr ip_addr_t; typedef in typeref:struct:ip_addr
86 extern const ip_addr_t ip_addr_any;
87 extern const ip_addr_t ip_addr_broadcast;
92 #define IP_ADDR_ANY ((ip_addr_t *)&ip_addr_any)
93 #define IP_ADDR_BROADCAST ((ip_addr_t *)&ip_addr_broadcast)
158 #define IPADDR2_COPY(dest, src) SMEMCPY(dest, src, sizeof(ip_addr_t))
[all...]

Completed in 50 milliseconds