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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dhash.h60 void *hash_get (struct hash *, void *, void * (*) ());
H A Dhash.c53 /* Utility function for hash_get(). When this function is specified
66 hash_get (struct hash *hash, void *data, void * (*alloc_func) ()) function
101 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.c117 return hash_get (disthash, &key, distribute_hash_alloc);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_ecommunity.c100 find = (struct ecommunity *) hash_get (ecomhash, &tmp,
149 find = (struct ecommunity *) hash_get (ecomhash, ecom, hash_alloc_intern);
H A Dbgp_advertise.c124 baa = (struct bgp_advertise_attr *) hash_get (hash, &ref, baa_hash_alloc);
H A Dbgp_attr.c97 cluster = hash_get (cluster_hash, &tmp, cluster_hash_alloc);
171 find = hash_get (cluster_hash, cluster, cluster_hash_alloc);
222 find = hash_get (transit_hash, transit, transit_hash_alloc);
426 find = (struct attr *) hash_get (attrhash, attr, bgp_attr_hash_alloc);
H A Dbgp_community.c302 find = (struct community *) hash_get (comhash, com, hash_alloc_intern);
H A Dbgp_aspath.c266 find = hash_get (ashash, aspath, hash_alloc_intern);
354 find = hash_get (ashash, &as, aspath_hash_alloc);

Completed in 138 milliseconds