Home | History | Annotate | Download | only in netperf

Lines Matching refs:server_sock

642 	  if ((server_sock=accept(server_control,
667 /* Pass the server_sock as stdin for the new process. */
669 si.hStdInput = (HANDLE)server_sock;
682 snprintf(&cmdline[strlen(cmdline)], sizeof(cmdline) - strlen(cmdline), " -I %x", (int)(UINT_PTR)server_sock);
708 /* And close the server_sock since the child will own it. */
710 close(server_sock);
728 close(server_sock);
774 /* for the server_sock ("I#"). */
902 /*+*+SAF server_sock = (HANDLE)atoi(optarg); */
957 server_sock = (SOCKET)GetStdHandle(STD_INPUT_HANDLE);
1005 server_sock = 0;
1007 if ( (server_sock = socket(TCPIP$C_AUXS, SOCK_STREAM, 0)) == INVALID_SOCKET )