Searched defs:sendmsg (Results 1 – 3 of 3) sorted by relevance
| /device/soc/winnermicro/wm800/board/include/ |
| D | wm_type_def.h | 215 #define sendmsg lwip_sendmsg macro
|
| /device/soc/esp/esp32/components/esp_lwip/port/include/lwip/ |
| D | sockets.h | 667 static inline ssize_t sendmsg(int s,const struct msghdr *message,int flags) in sendmsg() function 726 #define sendmsg(s,message,flags) lwip_sendmsg(s,message,flags) macro
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| D | sockets.h | 2475 #define sendmsg(s, message, flags) lwip_sendmsg(s, message, flags) macro
|