HomeSort by relevance Sort by last modified time
    Searched defs:action_str (Results 1 - 2 of 2) sorted by null

  /external/dnsmasq/src/
dbus.c 398 char *action_str, *addr, *mac = daemon->namebuff; local
413 action_str = "DhcpLeaseDeleted";
415 action_str = "DhcpLeaseAdded";
417 action_str = "DhcpLeaseUpdated";
423 if (!(message = dbus_message_new_signal(DNSMASQ_PATH, DNSMASQ_SERVICE, action_str)))
helper.c 113 char *p, *action_str, *hostname = NULL; local
122 action_str = "del";
124 action_str = "add";
126 action_str = "old";
282 action_str, daemon->dhcp_buff, inet_ntoa(data.addr), hostname, (char*)NULL);

Completed in 408 milliseconds