Searched refs:SetPort (Results 1 - 25 of 26) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestHandler.cpp17 // SetPort
19 RequestHandler::SetPort(RequestPort* port) function in class:RequestHandler
H A DRequestPort.cpp167 handler->SetPort(this);
/haiku/headers/private/userlandfs/private/
H A DRequestHandler.h18 void SetPort(RequestPort* port);
/haiku/headers/private/app/
H A DLinkReceiver.h29 void SetPort(port_id port);
H A DLinkSender.h24 void SetPort(port_id port);
H A DServerLink.h104 fSender->SetPort(port);
184 fReceiver->SetPort(port);
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DNetAddress.h28 void SetPort(uint16 port);
/haiku/headers/os/net/
H A DNetworkAddress.h75 void SetPort(uint16 port);
76 status_t SetPort(const char* service);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DConnection.h39 void SetPort(uint16 port);
H A DConnection.cpp169 PeerAddress::SetPort(uint16 port) function in class:PeerAddress
278 fAddress.SetPort(port);
667 address.SetPort(port);
721 address.SetPort(port);
/haiku/src/kits/app/
H A DServerLink.cpp58 fSender->SetPort(sender);
59 fReceiver->SetPort(receiver);
H A DLinkSender.cpp58 LinkSender::SetPort(port_id port) function in class:BPrivate::LinkSender
H A DLinkReceiver.cpp69 LinkReceiver::SetPort(port_id port) function in class:BPrivate::LinkReceiver
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp272 local.SetPort(port);
359 localWildcard.SetPort(AddressModule()->get_port(local));
490 newAddress.SetPort(port);
/haiku/headers/os/support/
H A DUrl.h32 BUrl& SetPort(int port);
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp379 endpoint->LocalAddress().SetPort(port);
484 newAddress.SetPort(htons(allocedPort));
598 local.SetPort(AddressModule()->get_port(localAddress));
785 source.SetPort(header.source_port);
786 destination.SetPort(header.destination_port);
815 source.SetPort(header.source_port);
816 destination.SetPort(header.destination_port);
/haiku/src/kits/network/libnetapi/
H A DNetworkAddress.cpp350 SetPort(port);
364 SetPort(port);
518 BNetworkAddress::SetPort(uint16 port) function in class:BNetworkAddress
964 SetPort(port);
981 SetPort(port);
H A DNetworkSettings.cpp1340 fAddress.SetPort(data.GetInt32("port", servicePort));
1625 BNetworkServiceSettings::SetPort(int port) function in class:BNetworkServiceSettings
/haiku/headers/private/net/
H A DAddressUtilities.h104 status_t SetPort(uint16 port) function in class:SocketAddress
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h256 void SetPort(int port);
/haiku/src/tests/kits/net/libnetapi/
H A DNetworkAddressTest.cpp86 wildcard.SetPort(555);
/haiku/src/tests/kits/net/service/
H A DUrlTest.cpp104 url.SetPort(8080);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DNetAddress.cpp58 // SetPort
60 NetAddress::SetPort(uint16 port) function in class:NetAddress
/haiku/src/kits/support/
H A DUrl.cpp276 BUrl::SetPort(int port) function in class:BUrl
1280 SetPort(atoi(&authority_c[offset]));
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp382 addr.SetPort(port);

Completed in 132 milliseconds

12