Lines Matching defs:temp_socket
173 SOCKET temp_socket;
192 temp_socket = t_open(name,O_RDWR,NULL);
194 if (temp_socket == INVALID_SOCKET){
205 fprintf(where,"create_xti_endpoint: socket %d obtained...\n",temp_socket);
210 if ((opt_req = (struct t_optmgmt *)t_alloc(temp_socket,T_OPTMGMT,T_ALL)) ==
229 if ((opt_ret = (struct t_optmgmt *) t_alloc(temp_socket,T_OPTMGMT,T_ALL)) ==
294 if (t_optmgmt(temp_socket,opt_req,opt_ret) == -1) {
347 if (t_optmgmt(temp_socket,opt_req,opt_ret) == -1) {
432 if (t_optmgmt(temp_socket,opt_req,opt_ret) == -1) {
448 return(temp_socket);