Home
last modified time | relevance | path

Searched refs:CMSG_SPACE (Results 1 – 4 of 4) sorted by relevance

/components/net/sal/include/
A Dsal_socket.h266 #define CMSG_SPACE(len) (sizeof(struct cmsghdr) + CMSG_ALIGN(len)) macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dsockets.h175 #define CMSG_SPACE(length) (ALIGN_D(sizeof(struct cmsghdr)) + \ macro
/components/net/lwip/lwip-2.1.2/test/unit/api/
A Dtest_sockets.c559 u8_t cmsg_buf[CMSG_SPACE(sizeof(struct in_pktinfo))]; in test_sockets_msgapi_cmsg()
/components/net/lwip/lwip-2.1.2/src/api/
A Dsockets.c1186 if (msg->msg_controllen >= CMSG_SPACE(sizeof(struct in_pktinfo))) { in lwip_recvfrom_udp_raw()
1194 msg->msg_controllen = CMSG_SPACE(sizeof(struct in_pktinfo)); in lwip_recvfrom_udp_raw()

Completed in 16 milliseconds