HomeSort by: relevance | last modified time | path
    Searched defs:interface_handler (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-relay.c 372 static bool interface_handler(void *context, const char *filename, char **hunks, int num_hunks, int lineno) function
442 { "interface", 3, 3, interface_handler }, // interface <name> <domain>
443 { "nopush", 3, 3, interface_handler }, // nopush <name> <domain>
dnssd-proxy.c 4390 interface_handler(void * UNUSED context, const char * UNUSED filename, char **hunks, int UNUSED num_hunks, function
4534 { "interface", 3, 3, interface_handler }, // interface <name> <domain>
4535 { "nopush", 3, 3, interface_handler }, // nopush <name> <domain>

Completed in 25 milliseconds