Searched defs:from_peer (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_server_session.cc33 bool from_peer) {
34 QuicSession::OnConnectionClosed(error, from_peer);
32 OnConnectionClosed(QuicErrorCode error, bool from_peer) argument
H A Dquic_session.cc73 QuicErrorCode error, bool from_peer) OVERRIDE {
74 session_->OnConnectionClosed(error, from_peer);
231 void QuicSession::OnConnectionClosed(QuicErrorCode error, bool from_peer) { argument
240 it->second->OnConnectionClosed(error, from_peer);
H A Dreliable_quic_stream.cc221 bool from_peer) {
220 OnConnectionClosed(QuicErrorCode error, bool from_peer) argument
H A Dquic_client_session.cc577 bool from_peer) {
579 logger_.OnConnectionClosed(error, from_peer);
580 if (from_peer) {
625 QuicSession::OnConnectionClosed(error, from_peer);
576 OnConnectionClosed(QuicErrorCode error, bool from_peer) argument
H A Dquic_connection_logger.cc238 bool from_peer,
242 dict->SetBoolean("from_peer", from_peer);
656 bool from_peer) {
659 base::Bind(&NetLogQuicOnConnectionClosedCallback, error, from_peer));
236 NetLogQuicOnConnectionClosedCallback( QuicErrorCode error, bool from_peer, NetLog::LogLevel ) argument
655 OnConnectionClosed(QuicErrorCode error, bool from_peer) argument
H A Dquic_connection.cc1786 void QuicConnection::CloseConnection(QuicErrorCode error, bool from_peer) { argument
1793 visitor_->OnConnectionClosed(error, from_peer);
/external/chromium_org/net/tools/quic/
H A Dquic_server_session.cc34 bool from_peer) {
35 QuicSession::OnConnectionClosed(error, from_peer);
33 OnConnectionClosed(QuicErrorCode error, bool from_peer) argument
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctputil.c2706 uint16_t error, struct sctp_abort_chunk *abort, uint8_t from_peer, int so_locked
2801 if (from_peer) {
3990 sctp_abort_notification(struct sctp_tcb *stcb, uint8_t from_peer, uint16_t error, argument
4019 if (from_peer) {
2705 sctp_notify_assoc_change(uint16_t state, struct sctp_tcb *stcb, uint16_t error, struct sctp_abort_chunk *abort, uint8_t from_peer, int so_locked SCTP_UNUSED ) argument

Completed in 397 milliseconds