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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
icmp.c 686 omr_prefix_t *thread_prefixes = omr_watcher_prefixes_get(route_state->omr_watcher); local
689 for (struct omr_prefix *prefix = thread_prefixes; prefix != NULL; prefix = prefix->next) {
state-machine.h 155 omr_prefix_t *NULLABLE thread_prefixes; member in struct:state_machine_event
route.c 2263 omr_prefix_t *thread_prefixes = omr_watcher_prefixes_get(route_state->omr_watcher); local
2266 for (prefix = thread_prefixes; prefix != NULL; prefix = prefix->next) {
2289 omr_prefix_t *thread_prefixes = omr_watcher_prefixes_get(route_state->omr_watcher); local
2292 for (prefix = thread_prefixes; prefix != NULL; prefix = prefix->next) {
srp-mdns-proxy.c 442 omr_prefix_t *thread_prefixes = omr_watcher_prefixes_get(route_state->omr_watcher); local
443 for (struct omr_prefix *prefix = thread_prefixes; prefix != NULL; prefix = prefix->next) {

Completed in 25 milliseconds