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

/haiku/src/bin/network/ping/
H A Dping6.c292 int ip6optlen = 0; local
643 ip6optlen += rthlen;
915 ip6optlen += CMSG_SPACE(sizeof(struct in6_pktinfo));
918 ip6optlen += CMSG_SPACE(sizeof(int));
921 if (ip6optlen) {
922 if ((scmsg = (char *)malloc(ip6optlen)) == NULL)
925 smsghdr.msg_controllen = ip6optlen;

Completed in 93 milliseconds