Home | History | Annotate | Download | only in ping

Lines Matching refs:hold

116 	int ch, hold, packlen;
419 hold = 1;
420 if (setsockopt(icmp_sock, SOL_IP, IP_RECVERR, (char *)&hold, sizeof(hold)))
423 if (setsockopt(icmp_sock, SOL_IP, IP_RECVTTL, (char *)&hold, sizeof(hold)))
425 if (setsockopt(icmp_sock, SOL_IP, IP_RETOPTS, (char *)&hold, sizeof(hold)))
483 hold = datalen + 8;
484 hold += ((hold+511)/512)*(optlen + 20 + 16 + 64 + 160);
485 sock_setbufs(icmp_sock, hold);
651 * of the data portion are used to hold a UNIX "timeval" struct in VAX