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

/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/
H A Dpeer.c23 static hash_table all_peers; variable
336 hash_init(&all_peers,
361 for (candidate = hash_start(&all_peers, &cursor);
363 candidate = hash_next(&all_peers, &cursor)) {
407 * Inserts a new peer in the all_peers table
420 hash_insert(&all_peers, peer);

Completed in 34 milliseconds