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

/barrelfish-master/include/lwip2/lwip/
H A Ddef.h76 #define lwip_ntohs(x) (x) macro
87 #define lwip_ntohs(x) lwip_htons(x) macro
/barrelfish-master/include/
H A Darranet_impl.h192 #define lwip_ntohs(x) LWIP_PLATFORM_HTONS(x) macro

Completed in 33 milliseconds