Searched refs:cmsgp (Results 1 – 1 of 1) sorted by relevance
405 struct cmsghdr *cmsgp; in process_cmsg() local431 cmsgp = CMSG_FIRSTHDR(msg); in process_cmsg()432 while (cmsgp != NULL) { in process_cmsg()434 "processing cmsg %p", cmsgp); in process_cmsg()454 timevalp = CMSG_DATA(cmsgp); in process_cmsg()477 cmsgp = CMSG_NXTHDR(msg, cmsgp); in process_cmsg()503 struct cmsghdr *cmsgp; in build_msghdr_send() local584 cmsgp->cmsg_type = IPV6_PKTINFO; in build_msghdr_send()629 cmsgp->cmsg_level = IPPROTO_IP; in build_msghdr_send()630 cmsgp->cmsg_type = IP_TOS; in build_msghdr_send()[all …]