Lines Matching refs:alloc
459 /* Set socket buffers, "alloc" is an estimate of memory taken by single packet. */461 void sock_setbufs(int icmp_sock, int alloc)467 sndbuf = alloc;470 rcvbuf = hold = alloc * preload;