hash_ent
struct entry *hash_ent, *exp_ent;
hash_ent = k5_hashtab_get(hash_table, req.data, req.length);
assert_non_null(hash_ent);
assert_true(data_eq(hash_ent->req_packet, req));
assert_true(data_eq(hash_ent->reply_packet, rep));
struct entry *hash_ent, *exp_ent;
hash_ent = k5_hashtab_get(hash_table, req.data, req.length);
assert_non_null(hash_ent);
assert_true(data_eq(hash_ent->req_packet, req));
assert_int_equal(hash_ent->reply_packet.length, 0);
hash = hash_ent(&ent, AF_INET, cfg->mask4, cfg->size4);
hash = hash_ent(&ent, AF_INET6, cfg->mask6, cfg->size6);
hash = hash_ent(ent, AF_INET, cfg->mask4, cfg->size4);
hash = hash_ent(ent, AF_INET6, cfg->mask6, cfg->size6);
hash = hash_ent(ent, AF_INET, cfg->mask4, cfg->size4);
hash = hash_ent(ent, AF_INET6, cfg->mask6, cfg->size6);
nhash = hash_ent(ent, af, mlen, new_size);
nhash = hash_ent(ent, af, mlen, new_size);
static uint32_t hash_ent(struct chashentry *ent, int af, int mlen,