44 |
|
ch = ch - 'a' + 10; \ |
45 |
|
} while (0); |
46 |
|
|
47 |
+ |
/* Hashtable stuff...now external as it's used in m_stats.c */ |
48 |
+ |
dlink_list atable[ATABLE_SIZE]; |
49 |
+ |
|
50 |
|
/* The mask parser/type determination code... */ |
51 |
|
|
52 |
|
/* int try_parse_v6_netmask(const char *, struct irc_ssaddr *, int *); |
341 |
|
} |
342 |
|
} |
343 |
|
|
341 |
– |
/* Hashtable stuff...now external as it's used in m_stats.c */ |
342 |
– |
dlink_list atable[ATABLE_SIZE]; |
343 |
– |
|
344 |
|
/* unsigned long hash_ipv4(struct irc_ssaddr*) |
345 |
|
* Input: An IP address. |
346 |
|
* Output: A hash value of the IP address. |