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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
route.h 94 wakeup_t *NULLABLE router_solicit_wakeup; member in struct:interface
route.c 204 if (interface->router_solicit_wakeup != NULL) {
205 ioloop_wakeup_release(interface->router_solicit_wakeup);
467 if (interface->router_solicit_wakeup != NULL) {
468 ioloop_cancel_wake_event(interface->router_solicit_wakeup);
1602 ioloop_add_wake_event(interface->router_solicit_wakeup,
1610 if (interface->router_solicit_wakeup == NULL) {
1611 interface->router_solicit_wakeup = ioloop_wakeup_create();
1612 if (interface->router_solicit_wakeup == 0) {
1617 ioloop_cancel_wake_event(interface->router_solicit_wakeup);
1620 ioloop_add_wake_event(interface->router_solicit_wakeup, interface, router_solicit_callback
    [all...]

Completed in 84 milliseconds