Home
last modified time | relevance | path

Searched refs:lwip_ntohl (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Ddef.h107 #define lwip_ntohl ntohl macro
110 #define lwip_ntohl(x) ((u32_t)(x)) macro
112 u32_t lwip_ntohl(u32_t x);
114 #define ntohl lwip_ntohl
H A Ddhcp.h97 (_host) = (dhcp_num_t)(lwip_ntohl(_ip) & (~lwip_ntohl(_mask))); \
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/prot/
H A Dip6.h210 #define IP6H_V(hdr) ((lwip_ntohl((hdr)->_v_tc_fl) >> 28) & 0x0f)
211 #define IP6H_TC(hdr) ((lwip_ntohl((hdr)->_v_tc_fl) >> 20) & 0xff)
212 #define IP6H_FL(hdr) (lwip_ntohl((hdr)->_v_tc_fl) & 0x000fffff)
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_net_api.h289 #define ntohl(x) lwip_ntohl(x)
294 #define lwip_ntohl(x) LWIP_PLATFORM_HTONL(x) macro

Completed in 4 milliseconds