Searched refs:hash_get (Results 1 - 25 of 35) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dhash.h66 extern void *hash_get (struct hash *, void *, void * (*) (void *));
H A Dhash.c55 /* Utility function for hash_get(). When this function is specified
114 hash_get (struct hash *hash, void *data, void * (*alloc_func) (void *)) function
160 return hash_get (hash, data, NULL);
H A Dif_rmap.c106 return (struct if_rmap *) hash_get (ifrmaphash, &key, if_rmap_hash_alloc);
H A Ddistribute.c113 return hash_get (disthash, &key, (void * (*) (void *))distribute_hash_alloc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dhash.h66 extern void *hash_get (struct hash *, void *, void * (*) (void *));
H A Dhash.c55 /* Utility function for hash_get(). When this function is specified
114 hash_get (struct hash *hash, void *data, void * (*alloc_func) (void *)) function
160 return hash_get (hash, data, NULL);
H A Dif_rmap.c106 return (struct if_rmap *) hash_get (ifrmaphash, &key, if_rmap_hash_alloc);
H A Ddistribute.c113 return hash_get (disthash, &key, (void * (*) (void *))distribute_hash_alloc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dhash.h66 extern void *hash_get (struct hash *, void *, void * (*) (void *));
H A Dhash.c55 /* Utility function for hash_get(). When this function is specified
114 hash_get (struct hash *hash, void *data, void * (*alloc_func) (void *)) function
160 return hash_get (hash, data, NULL);
H A Dif_rmap.c106 return (struct if_rmap *) hash_get (ifrmaphash, &key, if_rmap_hash_alloc);
H A Ddistribute.c113 return hash_get (disthash, &key, (void * (*) (void *))distribute_hash_alloc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/bgpd/
H A Dbgp_advertise.c130 baa = (struct bgp_advertise_attr *) hash_get (hash, &ref, baa_hash_alloc);
H A Dbgp_community.c305 find = (struct community *) hash_get (comhash, com, hash_alloc_intern);
H A Dbgp_ecommunity.c198 find = (struct ecommunity *) hash_get (ecomhash, ecom, hash_alloc_intern);
H A Dbgp_attr.c111 cluster = hash_get (cluster_hash, &tmp, cluster_hash_alloc);
179 find = hash_get (cluster_hash, cluster, cluster_hash_alloc);
235 find = hash_get (transit_hash, transit, transit_hash_alloc);
547 find = (struct attr *) hash_get (attrhash, attr, bgp_attr_hash_alloc);
H A Dbgp_aspath.c636 find = hash_get (ashash, aspath, hash_alloc_intern);
819 find = hash_get (ashash, &as, aspath_hash_alloc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/bgpd/
H A Dbgp_advertise.c130 baa = (struct bgp_advertise_attr *) hash_get (hash, &ref, baa_hash_alloc);
H A Dbgp_community.c305 find = (struct community *) hash_get (comhash, com, hash_alloc_intern);
H A Dbgp_ecommunity.c198 find = (struct ecommunity *) hash_get (ecomhash, ecom, hash_alloc_intern);
H A Dbgp_attr.c111 cluster = hash_get (cluster_hash, &tmp, cluster_hash_alloc);
179 find = hash_get (cluster_hash, cluster, cluster_hash_alloc);
235 find = hash_get (transit_hash, transit, transit_hash_alloc);
547 find = (struct attr *) hash_get (attrhash, attr, bgp_attr_hash_alloc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/bgpd/
H A Dbgp_advertise.c130 baa = (struct bgp_advertise_attr *) hash_get (hash, &ref, baa_hash_alloc);
H A Dbgp_community.c305 find = (struct community *) hash_get (comhash, com, hash_alloc_intern);
H A Dbgp_ecommunity.c198 find = (struct ecommunity *) hash_get (ecomhash, ecom, hash_alloc_intern);
H A Dbgp_attr.c111 cluster = hash_get (cluster_hash, &tmp, cluster_hash_alloc);
179 find = hash_get (cluster_hash, cluster, cluster_hash_alloc);
235 find = hash_get (transit_hash, transit, transit_hash_alloc);
547 find = (struct attr *) hash_get (attrhash, attr, bgp_attr_hash_alloc);

Completed in 125 milliseconds

12