Lines Matching defs:one
441 For those options taking two parms, at least one must be specified;\n\
442 specifying one value without a comma will set both parms to that\n\
595 first being the one for Solaris below. The need for this kludge
635 /* there exists at least one platform - Solaris 10 - that does not
636 seem to completely honor the ai_protocol and/or ai_socktype one
863 int one;
957 IPPROT_UDP, and while HP-UX, and I suspect no-one else on the
991 one = 1;
995 (char *)&one,
996 sizeof(one)) == SOCKET_ERROR) {
1019 int one = 1;
1023 (char *)&one,
1024 sizeof(one)) == SOCKET_ERROR) {
1098 one = 1;
1102 (char *)&one,
1103 sizeof(one)) == SOCKET_ERROR) {
1296 /* what we want is to have a buffer space that is at least one */
1311 /* with links like fddi, one can send > 32 bits worth of bytes */
1397 /* option, or used one with an argument of 0). If the socket buffer */
1411 /* of memory that is at least one send-size greater than our socket */
1426 /* writing one anyway :) raj 11/94 */
1993 /* what we want is to have a buffer space that is at least one */
2008 /* with links like fddi, one can recv > 32 bits worth of bytes */
2092 /* option, or used one with an argument of 0). If the socket buffer */
2106 /* of memory that is at least one recv-size greater than our socket */
2121 /* writing one anyway :) raj 11/94 */
2702 /* what we want is to have a buffer space that is at least one */
2728 /* with links like fddi, one can send > 32 bits worth of bytes */
2825 /* option, or used one with an argument of 0). If the socket buffer */
2839 /* of memory that is at least one send-size greater than our socket */
2854 /* writing one anyway :) raj 11/94 */
3470 /* what we want is to have a buffer space that is at least one */
3485 /* with links like fddi, one can send > 32 bits worth of bytes */
3598 int one = 1;
3602 (char *)&one,
3603 sizeof(one)) == SOCKET_ERROR) {
3617 /* option, or used one with an argument of 0). If the socket buffer */
3634 that is at least one send-size greater than our socket buffer
3654 writing one anyway :) raj 11/94 */
4234 /* implemented as one routine. I could break things-out somewhat, but */
4370 /* more realistic - this way one could conceivably go with a */
4572 implemented as one routine. I could break things-out somewhat, but
4705 /* more realistic - this way one could conceivably go with a */
5264 /* will not do that just yet... One other question is whether or not */
5275 /* the request will be sent at one shot. */
5315 /* but only if we are actually going to display one. raj
5364 bookkeeping accordingly. there is one less request
5365 outstanding and we can put one more out there than before. */
5690 outstanding at any one time. otherwise we will
5942 /* set up the timer to call us after test_time. one of these days, */
5974 /* side. that could be a select with a one second timeout, but then */
6439 /* user did not specify one, it will be 0.0, and we will do a */
6902 /* test, but will not do that just yet... One other question is */
8216 /* there will be a ++ before the first call to bind, so subtract one */
8252 /* will not do that just yet... One other question is whether or not */
8281 /* but I'm guessing that in this one case at least, it is much */
9109 int one = 1;
9305 /* there will be a ++ before the first call to bind, so subtract one */
9336 /* will not do that just yet... One other question is whether or not */
9363 /* the remote netserver's port number. One thing that I might */
9368 one = 1;
9370 (char *)&one, sock_opt_len) == SOCKET_ERROR) {
9383 /* but I'm guessing that in this one case at least, it is much */
10025 /* this to avoid needing "double reads" - one for the message */
10026 /* length, and one for the rest of the message raj 3/95 */
10437 /* will not do that just yet... One other question is whether or not */
10442 /* the request will be sent at one shot. */
11385 /* there will be a ++ before the first call to bind, so subtract one */
11421 /* will not do that just yet... One other question is whether or not */
11451 /* but I'm guessing that in this one case at least, it is much */
12326 printf("No default port known for the %s test, please set one yourself\n",test_name);
12356 printf("No default port known for the %s test, please set one yourself\n",test_name);