Searched defs:cmsg (Results 1 – 10 of 10) sorted by relevance
110 struct cmsghdr *cmsg; in sendtosocket() local166 struct cmsghdr *cmsg; in receivefromsocket() local
139 static void flush_cmsg(struct cmsghdr *cmsg) in flush_cmsg()216 struct cmsghdr *cmsg; in flush_errqueue_recv() local339 struct cmsghdr *cmsg; in send_udp_sendmmsg() local396 struct cmsghdr *cmsg; in send_udp_segment() local
140 struct cmsghdr *cmsg; in printpacket() local
220 struct cmsghdr *cmsg; in recv_msg() local
183 struct cmsghdr *cmsg; in do_recv() local
485 struct cmsghdr *cmsg; in do_test() local
363 struct cmsghdr *cmsg; in do_recvmsg_completion() local
1120 struct cmsghdr *cmsg; in TEST_F() local
103 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg)) argument104 #define CMSG_NXTHDR(mhdr, cmsg) cmsg_nxthdr((mhdr), (cmsg)) argument108 #define CMSG_DATA(cmsg) \ argument110 #define CMSG_USER_DATA(cmsg) \ argument119 #define CMSG_OK(mhdr, cmsg) ((cmsg)->cmsg_len >= sizeof(struct cmsghdr) && \ argument123 #define for_each_cmsghdr(cmsg, msg) \ argument
1229 int init_pktinfo(int domain, struct cmsghdr *cmsg) in init_pktinfo()