Searched refs:gTCPModule (Results 1 – 1 of 1) sorted by relevance
99 struct net_protocol_module_info *gTCPModule; variable300 socket->first_protocol = gTCPModule->init_protocol(socket); in socket_create()308 socket->first_info = gTCPModule; in socket_create()315 socket->first_protocol->module = gTCPModule; in socket_create()733 gTCPModule->close(protocol); in close_protocol()734 if (gTCPModule->free(protocol) == B_OK) in close_protocol()735 gTCPModule->uninit_protocol(protocol); in close_protocol()988 return gTCPModule->receive_data(buffer); in domain_receive_data()1795 status = get_module("network/protocols/tcp/v1", (module_info **)&gTCPModule); in main()