Searched refs:ip6optlen (Results 1 - 1 of 1) sorted by relevance

/external/ping6/
H A Dping6.c332 int ip6optlen = 0; local
627 ip6optlen += rthlen;
870 ip6optlen += CMSG_SPACE(sizeof(struct in6_pktinfo));
873 ip6optlen += CMSG_SPACE(sizeof(int));
877 ip6optlen += CMSG_SPACE(0);
881 if (ip6optlen) {
882 if ((scmsg = (char *)malloc(ip6optlen)) == 0)
885 smsghdr.msg_controllen = ip6optlen;

Completed in 54 milliseconds