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

/haiku/headers/private/bluetooth/
H A DCodeHandler.h55 static void SetProtocol(uint32* code, bt_packet_t protocol) function in class:Bluetooth::CodeHandler
/haiku/src/tests/kits/net/service/
H A DUrlTest.cpp74 url.SetProtocol("\t \n");
76 url.SetProtocol("123");
86 url.SetProtocol("http");
91 url.SetProtocol("http");
100 url.SetProtocol("http");
129 url.SetProtocol("http");
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DConnection.h33 void SetProtocol(const char* protocol);
H A DConnection.cpp105 PeerAddress::SetProtocol(const char* protocol) function in class:PeerAddress
270 fAddress.SetProtocol(protocol);
/haiku/headers/os/net/
H A DNetEndpoint.h33 status_t SetProtocol(int protocol);
/haiku/src/bin/
H A Dcheckitout.cpp125 BString full = BUrl(url).SetProtocol(BString()).UrlString();
162 BString full = BUrl(url).SetProtocol(BString()).UrlString();
H A Durlwrapper.cpp240 BString full = BUrl(url).SetProtocol(BString()).UrlString();
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h211 void SetProtocol(int protocol);
252 void SetProtocol(int protocol);
/haiku/src/kits/support/
H A DUrl.cpp141 SetProtocol(relative.Protocol());
171 SetProtocol(base.Protocol());
210 SetProtocol("file");
231 BUrl::SetProtocol(const BString& protocol) function in class:BUrl
1026 SetProtocol(BString(&url_c[offset], end_protocol - offset));
1032 SetProtocol("");
1046 SetProtocol("");
/haiku/headers/os/support/
H A DUrl.h27 BUrl& SetProtocol(const BString& scheme);
/haiku/src/tests/kits/net/
H A DNetEndpointTest.cpp210 server.SetProtocol(SOCK_STREAM);
290 client.SetProtocol(SOCK_STREAM);
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp91 Bluetooth::CodeHandler::SetProtocol(&code, type);
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp1371 BNetworkServiceAddressSettings::SetProtocol(int protocol) function in class:BNetworkServiceAddressSettings
1510 address.SetProtocol(fProtocol);
1597 BNetworkServiceSettings::SetProtocol(int protocol) function in class:BNetworkServiceSettings
H A DNetEndpoint.cpp250 BNetEndpoint::SetProtocol(int protocol) function in class:BNetEndpoint

Completed in 211 milliseconds