OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:beacon_wakeup
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
route.h
87
wakeup_t *NULLABLE
beacon_wakeup
;
member in struct:interface
route.c
195
if (interface->
beacon_wakeup
!= NULL) {
196
ioloop_wakeup_release(interface->
beacon_wakeup
);
395
if (interface->
beacon_wakeup
== NULL) {
396
interface->
beacon_wakeup
= ioloop_wakeup_create();
397
if (interface->
beacon_wakeup
== NULL) {
405
ioloop_cancel_wake_event(interface->
beacon_wakeup
);
414
ioloop_add_wake_event(interface->
beacon_wakeup
, interface, interface_beacon, NULL, interval);
1660
if (interface->
beacon_wakeup
!= NULL) {
1661
ioloop_cancel_wake_event(interface->
beacon_wakeup
);
Completed in 70 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026