Home
last modified time | relevance | path

Searched refs:msg_control (Results 1 – 3 of 3) sorted by relevance

/lib/lwip/lwip/src/include/lwip/
A Dsockets.h141 void *msg_control; member
169 (struct cmsghdr *)(mhdr)->msg_control : \
176 (u8_t *)((mhdr)->msg_control) + (mhdr)->msg_controllen) ? \
/lib/lwip/lwip/src/api/
A Dsockets.c1195 if (msg->msg_control) { in lwip_recvfrom_udp_raw()
1263 msg.msg_control = NULL; in lwip_recvfrom()
1306 msg.msg_control = NULL; in lwip_readv()
1483 LWIP_UNUSED_ARG(msg->msg_control); in lwip_sendmsg()
1800 msg.msg_control = NULL; in lwip_writev()
/lib/lwip/lwip/test/unit/api/
A Dtest_sockets.c580 msg.msg_control = cmsg_buf; in test_sockets_msgapi_cmsg()

Completed in 15 milliseconds