Searched refs:pex (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-mgr.h139 tr_isPex( const tr_pex * pex )
141 return pex && tr_address_is_valid( &pex->addr );
202 const tr_pex * pex,
H A Dannouncer.h51 const struct tr_pex * pex; member in struct:__anon7318
H A Dannouncer-http.c26 #include "peer-mgr.h" /* pex */
128 tr_pex * pex = tr_new0( tr_pex, len ); local
150 pex[n].addr = addr;
151 pex[n].port = htons( (uint16_t)port );
156 return pex;
176 tr_free( data->response.pex );
267 response->pex = tr_peerMgrCompactToPex( raw, rawlen,
270 response->pex = listToPex( tmp, &response->pex_count );
H A Dannouncer-common.h202 /* number of items in the 'pex' field */
206 struct tr_pex * pex; member in struct:__anon7310
H A Dpeer-msgs.c142 * in with this peer, such as active requests, pex messages, and so on.
196 tr_pex * pex; member in struct:tr_peermsgs
810 /* decide if we want to advertise pex support */
859 tr_pex pex; local
862 memset( &pex, 0, sizeof( tr_pex ) );
881 pex.flags |= ADDED_F_ENCRYPTION_FLAG;
884 /* check supported messages for utorrent pex */
920 pex.port = htons( (uint16_t)i );
921 fireClientGotPort( msgs, pex.port );
929 pex
1045 tr_pex * pex; local
1066 tr_pex * pex; local
2047 tr_pex * pex = vpex; local
2060 tr_pex * pex = vpex; local
2072 tr_pex * pex = vpex; local
[all...]
H A Dresume.c21 #include "peer-mgr.h" /* pex */
94 tr_pex * pex; local
96 count = tr_peerMgrGetPeers( (tr_torrent*) tor, &pex, TR_AF_INET, TR_PEERS_INTERESTING, MAX_REMEMBERED_PEERS );
98 tr_bencDictAddRaw( dict, KEY_PEERS, pex, sizeof( tr_pex ) * count );
99 tr_free( pex );
101 count = tr_peerMgrGetPeers( (tr_torrent*) tor, &pex, TR_AF_INET6, TR_PEERS_INTERESTING, MAX_REMEMBERED_PEERS );
103 tr_bencDictAddRaw( dict, KEY_PEERS6, pex, sizeof( tr_pex ) * count );
105 tr_free( pex );
117 tr_pex pex; local
118 memcpy( &pex, bu
[all...]
H A Dtr-dht.c524 tr_pex * pex; local
526 pex = tr_peerMgrCompactToPex(data, data_len, NULL, 0, &n);
528 pex = tr_peerMgrCompact6ToPex(data, data_len, NULL, 0, &n);
530 tr_peerMgrAddPex( tor, TR_PEER_FROM_DHT, pex+i, -1 );
531 tr_free(pex);
H A Dpeer-mgr.c2127 const tr_pex * pex, int8_t seedProbability )
2129 if( tr_isPex( pex ) ) /* safeguard against corrupt data */
2134 if( !tr_sessionIsAddressBlocked( t->manager->session, &pex->addr ) )
2135 if( tr_address_is_valid_for_peers( &pex->addr, pex->port ) )
2136 ensureAtomExists( t, &pex->addr, pex->port, pex->flags, seedProbability, from );
2164 tr_pex * pex = tr_new0( tr_pex, n ); local
2168 pex[
2126 tr_peerMgrAddPex( tr_torrent * tor, uint8_t from, const tr_pex * pex, int8_t seedProbability ) argument
2189 tr_pex * pex = tr_new0( tr_pex, n ); local
2213 tr_pex * pex = tr_new0( tr_pex, n ); local
2328 tr_pex * pex; local
[all...]
H A Dannouncer.c519 const tr_pex * pex, int n )
526 e.pex = pex;
1033 "pex:%zu "
1136 response->pex, response->pex_count );
518 publishPeersPex( tr_tier * tier, int seeds, int leechers, const tr_pex * pex, int n ) argument
H A Dannouncer-udp.c358 tr_free( req->response.pex );
398 resp->pex = tr_peerMgrCompactToPex( evbuffer_pullup( buf, -1 ),
H A Dtorrent.c517 tr_peerMgrAddPex( tor, TR_PEER_FROM_TRACKER, &event->pex[i], seedProbability );
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk.c946 struct pte *pex; local
950 pex = &ptes[ext];
951 pex->ext_pointer = pex->part_table;
953 p = pex->part_table;
2112 struct pte *pex = &ptes[ext_index]; local
2113 ullong e_last = get_start_sect(pex->part_table) +
2114 get_nr_sects(pex->part_table) - 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/easycap/
H A Deasycap_main.c1019 void *pex, *pad; local
1078 pex = peasycap->field_buffer[kex][0].pgo; rex = PAGE_SIZE;
1156 rc = redaub(peasycap, pad, pex, much, more, \
1169 pex += much; rex -= much;
1172 pex = peasycap->field_buffer[kex][mex].pgo;
1272 rc = redaub(peasycap, pad, pex, much, more, \
1279 pex += much; rex -= much;
1282 pex = peasycap->field_buffer[kex][mex].pgo;
1308 pex = peasycap->field_buffer[kex][mex].pgo;
1316 pex
1433 redaub(struct easycap *peasycap, void *pad, void *pex, int much, int more, \ __u8 mask, __u8 margin, bool isuy) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin[all...]

Completed in 314 milliseconds