Searched defs:IP4_ADDR (Results 1 - 2 of 2) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | ip4_addr.h | 107 #define IP4_ADDR(ipaddr, a, b, c, d) (ipaddr)->addr = PP_HTONL(LWIP_MAKEU32(a, b, c, d)) macro
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_net_api.h | 277 #define IP4_ADDR(ipaddr, a, b, c, d) \
macro
|
Completed in 19 milliseconds