Home
last modified time | relevance | path

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

/components/net/sal/include/
A Dsal_socket.h267 #define CMSG_LEN(len) (sizeof(struct cmsghdr) + (len)) macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dsockets.h178 #define CMSG_LEN(length) (ALIGN_D(sizeof(struct cmsghdr)) + \ macro
/components/net/lwip/lwip-2.1.2/src/api/
A Dsockets.c1191 chdr->cmsg_len = CMSG_LEN(sizeof(struct in_pktinfo)); in lwip_recvfrom_udp_raw()

Completed in 13 milliseconds