Home
last modified time | relevance | path

Searched refs:BindSocket (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/private/kernel/boot/net/
H A DUDP.h93 status_t BindSocket(UDPSocket *socket, ip_addr_t address, uint16 port);
H A DTCP.h123 status_t BindSocket(TCPSocket* socket);
/haiku/src/system/boot/loader/net/
H A DUDP.cpp165 status_t error = fUDPService->BindSocket(this, address, port); in Bind()
392 UDPService::BindSocket(UDPSocket *socket, ip_addr_t address, uint16 port) in BindSocket() function in UDPService
H A DTCP.cpp241 status_t error = fTCPService->BindSocket(this); in Connect()
825 TCPService::BindSocket(TCPSocket* socket) in BindSocket() function in TCPService