FACT++  1.0
void service_init ( )

Definition at line 1620 of file dns.c.

References dll_init(), i, Memory::malloc(), and MAX_HASH_ENTRIES.

Referenced by handle_registration(), and main().

1621 {
1622  int i;
1623 
1624  for( i = 0; i < MAX_HASH_ENTRIES; i++ ) {
1627  }
1628 }
int i
Definition: db_dim_client.c:21
Definition: dns.c:58
void * malloc()
Definition: EventBuilder.cc:99
void dll_init(DLL *head)
Definition: dll.c:14
#define MAX_HASH_ENTRIES
Definition: dns.c:23
Definition: dim.h:530
static RED_DNS_SERVICE * Service_hash_table[MAX_HASH_ENTRIES]
Definition: dns.c:71

+ Here is the call graph for this function:

+ Here is the caller graph for this function: