Home
last modified time | relevance | path

Searched refs:pm_hash_key_t (Results 1 – 5 of 5) sorted by relevance

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dutil.h156 extern void hash_init_key(pm_hash_key_t *);
158 extern int hash_alloc_key(pm_hash_key_t *, u_int16_t);
159 extern int hash_dup_key(pm_hash_key_t *, pm_hash_key_t *);
160 extern void hash_destroy_key(pm_hash_key_t *);
164 extern pm_hash_key_t *hash_serial_get_key(pm_hash_serial_t *);
166 extern u_int16_t hash_key_get_len(pm_hash_key_t *);
167 extern u_char *hash_key_get_val(pm_hash_key_t *);
168 extern int hash_key_cmp(pm_hash_key_t *, pm_hash_key_t *);
H A Dpmacct.h218 } pm_hash_key_t; typedef
221 pm_hash_key_t key;
H A Dutil.c2702 void hash_init_key(pm_hash_key_t *key) in hash_init_key()
2709 int hash_alloc_key(pm_hash_key_t *key, u_int16_t key_len) in hash_alloc_key()
2730 int hash_dup_key(pm_hash_key_t *dst, pm_hash_key_t *src) in hash_dup_key()
2741 void hash_destroy_key(pm_hash_key_t *key) in hash_destroy_key()
2746 memset(key, 0, sizeof(pm_hash_key_t)); in hash_destroy_key()
2780 pm_hash_key_t *hash_serial_get_key(pm_hash_serial_t *serial) in hash_serial_get_key()
2787 u_int16_t hash_key_get_len(pm_hash_key_t *key) in hash_key_get_len()
2794 u_char *hash_key_get_val(pm_hash_key_t *key) in hash_key_get_val()
2824 int hash_key_cmp(pm_hash_key_t *a, pm_hash_key_t *b) in hash_key_cmp()
H A Dpretag.h218 pm_hash_key_t hash_key[ID_TABLE_INDEX_DEPTH];
H A Dpretag.c1073 pm_hash_key_t *hash_key; in pretag_index_fill()
1162 pm_hash_key_t *hash_key; in pretag_index_destroy()
1196 pm_hash_key_t *hash_key; in pretag_index_lookup()