Searched refs:attrhash (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_attr.c288 static struct hash *attrhash; variable in typeref:struct:hash
349 return attrhash->count;
453 attrhash = hash_create (attrhash_key_make, attrhash_cmp);
459 hash_free (attrhash);
460 attrhash = NULL;
475 hash_iterate (attrhash,
547 find = (struct attr *) hash_get (attrhash, attr, bgp_attr_hash_alloc);
694 ret = hash_release (attrhash, attr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/bgpd/
H A Dbgp_attr.c288 static struct hash *attrhash; variable in typeref:struct:hash
349 return attrhash->count;
453 attrhash = hash_create (attrhash_key_make, attrhash_cmp);
459 hash_free (attrhash);
460 attrhash = NULL;
475 hash_iterate (attrhash,
547 find = (struct attr *) hash_get (attrhash, attr, bgp_attr_hash_alloc);
694 ret = hash_release (attrhash, attr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/bgpd/
H A Dbgp_attr.c288 static struct hash *attrhash; variable in typeref:struct:hash
349 return attrhash->count;
453 attrhash = hash_create (attrhash_key_make, attrhash_cmp);
459 hash_free (attrhash);
460 attrhash = NULL;
475 hash_iterate (attrhash,
547 find = (struct attr *) hash_get (attrhash, attr, bgp_attr_hash_alloc);
694 ret = hash_release (attrhash, attr);

Completed in 128 milliseconds