Home | History | Annotate | Download | only in ping6

Lines Matching defs:hold

310 	int ch, hold, preload, optval, ret_ga;
744 hold = 1;
747 (void)setsockopt(s, SOL_SOCKET, SO_DEBUG, (char *)&hold,
748 sizeof(hold));
1006 hold = 48 * 1024;
1007 setsockopt(s, SOL_SOCKET, SO_RCVBUF, (char *)&hold,
1008 sizeof(hold));
1206 * of the data portion are used to hold a UNIX "timeval" struct in VAX