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

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Ddef.h39 #define LWIP_MIN(x , y) (x) < (y) ? (x) : (y) macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Ddef.h44 #define LWIP_MIN(x , y) (((x) < (y)) ? (x) : (y)) macro

Completed in 49 milliseconds