Home
last modified time | relevance | path

Searched refs:ACTION_OLD_HOSTNAME (Results 1 – 3 of 3) sorted by relevance

/external/dnsmasq/src/
Dhelper.c113 else if (data.action == ACTION_OLD || data.action == ACTION_OLD_HOSTNAME) in create_helper()
231 if (data.action == ACTION_OLD_HOSTNAME && hostname) { in create_helper()
Dlease.c463 queue_script(ACTION_OLD_HOSTNAME, lease, lease->old_hostname, now); in do_script_run()
490 queue_script(ACTION_OLD_HOSTNAME, lease, lease->old_hostname, now); in do_script_run()
Ddnsmasq.h395 #define ACTION_OLD_HOSTNAME 2 macro