1226 |
|
* used in the hash. |
1227 |
|
*/ |
1228 |
|
void |
1229 |
< |
count_ip_hash(int *number_ips_stored, unsigned long *mem_ips_stored) |
1229 |
> |
count_ip_hash(unsigned int *number_ips_stored, uint64_t *mem_ips_stored) |
1230 |
|
{ |
1231 |
|
struct ip_entry *ptr; |
1232 |
|
int i; |
2943 |
|
* output - sendq for this client as found from its class |
2944 |
|
* side effects - NONE |
2945 |
|
*/ |
2946 |
< |
unsigned long |
2946 |
> |
unsigned int |
2947 |
|
get_sendq(struct Client *client_p) |
2948 |
|
{ |
2949 |
< |
unsigned long sendq = DEFAULT_SENDQ; |
2949 |
> |
unsigned int sendq = DEFAULT_SENDQ; |
2950 |
|
dlink_node *ptr; |
2951 |
|
struct ConfItem *conf; |
2952 |
|
struct ConfItem *class_conf; |