Searched refs:gTCPModule (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp93 struct net_protocol_module_info *gTCPModule; variable in typeref:struct:net_protocol_module_info
294 socket->first_protocol = gTCPModule->init_protocol(socket);
302 socket->first_info = gTCPModule;
309 socket->first_protocol->module = gTCPModule;
727 gTCPModule->close(protocol);
728 if (gTCPModule->free(protocol) == B_OK)
729 gTCPModule->uninit_protocol(protocol);
981 return gTCPModule->receive_data(buffer);
1788 status = get_module("network/protocols/tcp/v1", (module_info **)&gTCPModule);

Completed in 39 milliseconds