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

/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/libevent/
H A Dhash.h48 void *hash_start(hash_table *tab, void **cursor);
H A Dhash.c166 * %FUNCTION: hash_start
176 hash_start(hash_table *tab, void **cursor) function
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/
H A Dtunnel.c486 for (ses = hash_start(&tunnel->sessions_by_my_id, &cursor);
1118 for (ses = hash_start(&tunnel->sessions_by_my_id, &cursor);
1280 for (ses = hash_start(&tunnel->sessions_by_my_id, &cursor);
1681 for (tunnel = hash_start(&tunnels_by_my_id, &cursor);
1731 for (ses = hash_start(&tunnel->sessions_by_my_id, &cursor);
1870 for (tunnel = hash_start(&tunnels_by_my_id, &cursor);
1922 return hash_start(&tunnels_by_my_id, cursor);
1963 return hash_start(&tunnel->sessions_by_my_id, cursor);
H A Dpeer.c361 for (candidate = hash_start(&all_peers, &cursor);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/xmon/
H A Dxmon.c1014 static unsigned hash_start; variable
1024 hash_start = 0;
1027 scanhex(&hash_start);
1030 seg_start = hash_start;
1031 for (seg = hash_start >> 28; seg <= hash_end >> 28; ++seg) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/xmon/
H A Dxmon.c1406 static unsigned long hash_start; variable
1416 hash_start = 0;
1419 scanhex(&hash_start);
1422 seg_start = hash_start;
1423 for (seg = hash_start >> 28; seg <= hash_end >> 28; ++seg) {

Completed in 54 milliseconds