Searched refs:hash_create (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/usr.sbin/npppd/common/ |
H A D | hash.h | 53 hash_table *hash_create(int (*)(const void *, const void *), uint32_t (*) (const void *, int), int…
|
H A D | hash.c | 39 hash_create(int (*cmp_func) (const void *, const void *), in hash_create() function
|
/openbsd-src/usr.sbin/npppd/pppoe/ |
H A D | pppoed.c | 117 if ((_this->session_hash = hash_create( in pppoed_init() 135 if ((_this->acookie_hash = hash_create( in pppoed_init()
|
/openbsd-src/usr.sbin/npppd/l2tp/ |
H A D | l2tpd.c | 103 if ((_this->ctrl_map = hash_create(short_cmp, short_hash, in l2tpd_init()
|
/openbsd-src/usr.sbin/npppd/pptp/ |
H A D | pptpd.c | 135 _this->call_id_map = hash_create(pptp_call_cmp, pptp_call_hash, in pptpd_init()
|
/openbsd-src/usr.sbin/npppd/npppd/ |
H A D | npppd.c | 308 if ((_this->map_user_ppp = hash_create( in npppd_init() 311 log_printf(LOG_ERR, "hash_create() failed in %s(): %m", in npppd_init()
|