Lines Matching refs:time_t
257 time_t ttd; /* time to die */
363 time_t mtime;
389 time_t time;
410 time_t expires; /* lease expiry */
447 time_t decline_time;
566 time_t time;
577 time_t last_resolv;
629 time_t forwardtime;
653 struct crec* cache_find_by_addr(struct crec* crecp, struct all_addr* addr, time_t now,
655 struct crec* cache_find_by_name(struct crec* crecp, char* name, time_t now, unsigned short prot);
658 struct crec* cache_insert(char* name, struct all_addr* addr, time_t now, unsigned long ttl,
661 void cache_add_dhcp_entry(char* host_name, struct in_addr* host_address, time_t ttd);
663 void dump_cache(time_t now);
671 int extract_addresses(HEADER* header, size_t qlen, char* namebuff, time_t now);
673 struct in_addr local_netmask, time_t now);
675 time_t now);
678 int check_for_local_domain(char* name, time_t now);
694 time_t dnsmasq_time(void);
722 void reply_query(int fd, int family, time_t now);
723 void receive_query(struct listener* listen, time_t now);
724 unsigned char* tcp_request(int confd, time_t now, struct in_addr local_addr, struct in_addr netmask…
726 struct frec* get_new_frec(time_t now, int* wait);
749 void dhcp_packet(time_t now);
756 int hw_len, struct dhcp_netid* netids, time_t now);
771 void lease_update_file(time_t now);
773 void lease_init(time_t now);
778 void lease_set_expires(struct dhcp_lease* lease, unsigned int len, time_t now);
783 void lease_prune(struct dhcp_lease* target, time_t now);
785 int do_script_run(time_t now);
792 time_t now, int unicast_dest, int* is_inform);
803 void clear_cache_and_reload(time_t now);
818 void queue_script(int action, struct dhcp_lease* lease, char* hostname, time_t now);