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

/haiku-fatelf/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.h51 status_t Accept(net_socket** _acceptedSocket);
H A DL2capEndpoint.cpp282 L2capEndpoint::Accept(net_socket** _acceptedSocket) argument
301 status = gSocketModule->dequeue_connected(socket, _acceptedSocket);
307 ((L2capEndpoint*)((*_acceptedSocket)->first_protocol))->fState = ESTABLISHED;
H A Dl2cap.cpp142 l2cap_accept(net_protocol* protocol, struct net_socket** _acceptedSocket) argument
144 return ((L2capEndpoint*)protocol)->Accept(_acceptedSocket);
/haiku-fatelf/headers/private/net/
H A Dnet_stack_interface.h38 socklen_t* _addressLength, net_socket** _acceptedSocket);
H A Dnet_protocol.h69 status_t (*accept)(net_protocol* self, net_socket** _acceptedSocket);
H A Dnet_socket.h99 socklen_t* _addressLength, net_socket** _acceptedSocket);
/haiku-fatelf/src/add-ons/kernel/network/protocols/unix/
H A DUnixEndpoint.h67 status_t Accept(net_socket **_acceptedSocket);
H A Dunix.cpp120 unix_accept(net_protocol *_protocol, struct net_socket **_acceptedSocket) argument
122 return ((UnixEndpoint*)_protocol)->Accept(_acceptedSocket);
H A DUnixEndpoint.cpp387 UnixEndpoint::Accept(net_socket **_acceptedSocket) argument
409 error = gSocketModule->dequeue_connected(socket, _acceptedSocket);
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dstack_interface.cpp67 socklen_t* _addressLength, net_socket** _acceptedSocket)
70 _acceptedSocket);
66 stack_interface_accept(net_socket* socket, struct sockaddr* address, socklen_t* _addressLength, net_socket** _acceptedSocket) argument
H A Dlink.cpp347 link_accept(net_protocol* protocol, struct net_socket** _acceptedSocket) argument
H A Dnet_socket.cpp969 socklen_t* _addressLength, net_socket** _acceptedSocket)
986 *_acceptedSocket = accepted;
968 socket_accept(net_socket* socket, struct sockaddr* address, socklen_t* _addressLength, net_socket** _acceptedSocket) argument
/haiku-fatelf/src/add-ons/kernel/network/protocols/icmp6/
H A Dicmp6.cpp90 icmp6_accept(net_protocol *protocol, struct net_socket **_acceptedSocket) argument
/haiku-fatelf/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.h55 status_t Accept(struct net_socket** _acceptedSocket);
H A Dtcp.cpp513 tcp_accept(net_protocol* protocol, struct net_socket** _acceptedSocket) argument
515 return ((TCPEndpoint*)protocol)->Accept(_acceptedSocket);
H A DTCPEndpoint.cpp661 TCPEndpoint::Accept(struct net_socket** _acceptedSocket) argument
687 status = gSocketModule->dequeue_connected(socket, _acceptedSocket);
690 TRACE(" Accept() returning %p", (*_acceptedSocket)->first_protocol);
/haiku-fatelf/src/tests/kits/net/tcp_shell/
H A Dtcp_shell.cpp326 socklen_t *_addressLength, net_socket **_acceptedSocket)
340 *_acceptedSocket = accepted;
810 domain_accept(net_protocol *protocol, struct net_socket **_acceptedSocket) argument
325 socket_accept(net_socket *socket, struct sockaddr *address, socklen_t *_addressLength, net_socket **_acceptedSocket) argument
/haiku-fatelf/src/add-ons/kernel/network/protocols/icmp/
H A Dicmp.cpp301 icmp_accept(net_protocol* protocol, struct net_socket** _acceptedSocket) argument
/haiku-fatelf/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp1146 udp_accept(net_protocol *protocol, struct net_socket **_acceptedSocket) argument
/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp1110 ipv4_accept(net_protocol* protocol, struct net_socket** _acceptedSocket) argument
/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp1050 ipv6_accept(net_protocol* protocol, struct net_socket** _acceptedSocket) argument

Completed in 88 milliseconds