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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/bgpd/
H A Dbgp_aspath.c89 static struct hash *ashash; variable in typeref:struct:hash
344 ret = hash_release (ashash, asp);
636 find = hash_get (ashash, aspath, hash_alloc_intern);
819 find = hash_get (ashash, &as, aspath_hash_alloc);
1675 return ashash->count;
1876 ashash = hash_create_size (32768, aspath_key_make, aspath_cmp);
1882 hash_free (ashash);
1883 ashash = NULL;
1925 hash_iterate (ashash,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/bgpd/
H A Dbgp_aspath.c89 static struct hash *ashash; variable in typeref:struct:hash
344 ret = hash_release (ashash, asp);
636 find = hash_get (ashash, aspath, hash_alloc_intern);
819 find = hash_get (ashash, &as, aspath_hash_alloc);
1675 return ashash->count;
1876 ashash = hash_create_size (32768, aspath_key_make, aspath_cmp);
1882 hash_free (ashash);
1883 ashash = NULL;
1925 hash_iterate (ashash,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/bgpd/
H A Dbgp_aspath.c89 static struct hash *ashash; variable in typeref:struct:hash
344 ret = hash_release (ashash, asp);
636 find = hash_get (ashash, aspath, hash_alloc_intern);
819 find = hash_get (ashash, &as, aspath_hash_alloc);
1675 return ashash->count;
1876 ashash = hash_create_size (32768, aspath_key_make, aspath_cmp);
1882 hash_free (ashash);
1883 ashash = NULL;
1925 hash_iterate (ashash,

Completed in 124 milliseconds