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

/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dstandalone.c23 static struct hash* s_p_ip_count_hash; variable in typeref:struct:hash
73 s_p_ip_count_hash = hash_alloc(256, s_ipaddr_size,
208 (unsigned int*)hash_lookup_entry(s_p_ip_count_hash, p_raw_addr);
222 hash_free_entry(s_p_ip_count_hash, p_raw_addr);
286 (unsigned int*)hash_lookup_entry(s_p_ip_count_hash, p_ipaddr);
291 hash_add_entry(s_p_ip_count_hash, p_ipaddr, (void*)&count);

Completed in 50 milliseconds