Searched refs:utp_socket (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-io.c595 struct UTPSocket * utp_socket)
604 assert( (socket < 0) == (utp_socket != NULL) );
623 io->utp_socket = utp_socket;
631 dbgmsg( io, "socket is %d, utp_socket is %p", socket, utp_socket );
641 UTP_SetSockopt( utp_socket, SO_RCVBUF, UTP_READ_BUFFER_SIZE );
643 UTP_SetCallbacks( utp_socket,
648 UTP_Connect( utp_socket );
662 struct UTPSocket * utp_socket )
587 tr_peerIoNew( tr_session * session, tr_bandwidth * parent, const tr_address * addr, tr_port port, const uint8_t * torrentHash, bool isIncoming, bool isSeed, int socket, struct UTPSocket * utp_socket) argument
681 struct UTPSocket * utp_socket = NULL; local
[all...]
H A Dpeer-io.h93 struct UTPSocket *utp_socket; member in struct:tr_peerIo
139 struct UTPSocket * utp_socket );
H A Dpeer-mgr.h179 struct UTPSocket *utp_socket );
H A Dpeer-mgr.c2026 if( io->utp_socket )
2080 struct UTPSocket * utp_socket )
2095 UTP_Close( utp_socket );
2102 UTP_Close( utp_socket );
2109 io = tr_peerIoNewIncoming( session, &session->bandwidth, addr, port, socket, utp_socket );
2741 stat->isUTP = peer->io->utp_socket != NULL;
H A Dhandshake.c1125 if( io->utp_socket && !io->isIncoming && handshake->state == AWAITING_YB ) {

Completed in 43 milliseconds