Home
last modified time | relevance | path

Searched defs:msghdr (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dsockets.h163 struct msghdr { struct
164 void *msg_name;
165 socklen_t msg_namelen;
166 struct iovec *msg_iov;
167 int msg_iovlen;
168 void *msg_control;
169 socklen_t msg_controllen;
170 int msg_flags;
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dsockets.h154 struct msghdr { struct
155 void *msg_name;
156 socklen_t msg_namelen;
157 struct iovec *msg_iov;
158 int msg_iovlen;
159 void *msg_control;
160 socklen_t msg_controllen;
161 int msg_flags;

Completed in 6 milliseconds