Home | History | Annotate | Download | only in iputils

Lines Matching full:hold

122 	int ch, hold, packlen;
482 hold = 1;
483 if (setsockopt(icmp_sock, SOL_IP, IP_RECVERR, (char *)&hold, sizeof(hold)))
486 if (setsockopt(icmp_sock, SOL_IP, IP_RECVTTL, (char *)&hold, sizeof(hold)))
488 if (setsockopt(icmp_sock, SOL_IP, IP_RETOPTS, (char *)&hold, sizeof(hold)))
546 hold = datalen + 8;
547 hold += ((hold+511)/512)*(optlen + 20 + 16 + 64 + 160);
548 sock_setbufs(icmp_sock, hold);
715 * of the data portion are used to hold a UNIX "timeval" struct in VAX