Searched refs:CMSG_FIRSTHDR (Results 1 – 3 of 3) sorted by relevance
167 #define CMSG_FIRSTHDR(mhdr) \ macro173 (((cmsg) == NULL) ? CMSG_FIRSTHDR(mhdr) : \
599 cmsg = CMSG_FIRSTHDR(&msg); in test_sockets_msgapi_cmsg()
1203 struct cmsghdr *chdr = CMSG_FIRSTHDR(msg); /* This will always return a header!! */ in lwip_recvfrom_udp_raw()
Completed in 16 milliseconds