Searched refs:scmsgp (Results 1 – 1 of 1) sorted by relevance
313 struct cmsghdr *scmsgp = NULL; in main() local867 scmsgp = (struct cmsghdr *)scmsg; in main()870 pktinfo = (struct in6_pktinfo *)(CMSG_DATA(scmsgp)); in main()872 scmsgp->cmsg_len = CMSG_LEN(sizeof(struct in6_pktinfo)); in main()873 scmsgp->cmsg_level = IPPROTO_IPV6; in main()874 scmsgp->cmsg_type = IPV6_PKTINFO; in main()875 scmsgp = CMSG_NXTHDR(&smsghdr, scmsgp); in main()890 scmsgp->cmsg_len = CMSG_LEN(sizeof(int)); in main()891 scmsgp->cmsg_level = IPPROTO_IPV6; in main()892 scmsgp->cmsg_type = IPV6_HOPLIMIT; in main()[all …]