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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/dht/
H A Ddht.c295 static struct bucket *buckets6 = NULL; variable in typeref:struct:bucket
467 struct bucket *b = af == AF_INET ? buckets : buckets6;
484 struct bucket *p = b->af == AF_INET ? buckets : buckets6;
841 else if(b->af == AF_INET6 && buckets6->next == NULL)
1451 struct bucket *b = af == AF_INET ? buckets : buckets6;
1548 b = buckets6;
1607 if(dht_socket >= 0 || dht_socket6 >= 0 || buckets || buckets6) {
1630 buckets6 = calloc(sizeof(struct bucket), 1);
1631 if(buckets6 == NULL)
1633 buckets6
[all...]

Completed in 124 milliseconds