Symbol: hash_ent
crypto/krb5/src/kdc/t_replay.c
451
struct entry *hash_ent, *exp_ent;
crypto/krb5/src/kdc/t_replay.c
456
hash_ent = k5_hashtab_get(hash_table, req.data, req.length);
crypto/krb5/src/kdc/t_replay.c
457
assert_non_null(hash_ent);
crypto/krb5/src/kdc/t_replay.c
458
assert_true(data_eq(hash_ent->req_packet, req));
crypto/krb5/src/kdc/t_replay.c
459
assert_true(data_eq(hash_ent->reply_packet, rep));
crypto/krb5/src/kdc/t_replay.c
472
struct entry *hash_ent, *exp_ent;
crypto/krb5/src/kdc/t_replay.c
477
hash_ent = k5_hashtab_get(hash_table, req.data, req.length);
crypto/krb5/src/kdc/t_replay.c
478
assert_non_null(hash_ent);
crypto/krb5/src/kdc/t_replay.c
479
assert_true(data_eq(hash_ent->req_packet, req));
crypto/krb5/src/kdc/t_replay.c
480
assert_int_equal(hash_ent->reply_packet.length, 0);
sys/netpfil/ipfw/ip_fw_table_algo.c
1486
hash = hash_ent(&ent, AF_INET, cfg->mask4, cfg->size4);
sys/netpfil/ipfw/ip_fw_table_algo.c
1504
hash = hash_ent(&ent, AF_INET6, cfg->mask6, cfg->size6);
sys/netpfil/ipfw/ip_fw_table_algo.c
1583
hash = hash_ent(ent, AF_INET, cfg->mask4, cfg->size4);
sys/netpfil/ipfw/ip_fw_table_algo.c
1596
hash = hash_ent(ent, AF_INET6, cfg->mask6, cfg->size6);
sys/netpfil/ipfw/ip_fw_table_algo.c
1662
hash = hash_ent(ent, AF_INET, cfg->mask4, cfg->size4);
sys/netpfil/ipfw/ip_fw_table_algo.c
1679
hash = hash_ent(ent, AF_INET6, cfg->mask6, cfg->size6);
sys/netpfil/ipfw/ip_fw_table_algo.c
1816
nhash = hash_ent(ent, af, mlen, new_size);
sys/netpfil/ipfw/ip_fw_table_algo.c
1837
nhash = hash_ent(ent, af, mlen, new_size);
sys/netpfil/ipfw/ip_fw_table_algo.c
979
static uint32_t hash_ent(struct chashentry *ent, int af, int mlen,