Searched refs:MDNS_WANT_V4 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dmdns.h7 #define MDNS_WANT_V4 (1 << 0) macro
12 #define MDNS_WANT_DEFAULT (MDNS_WANT_V4 | MDNS_WANT_V6 | MDNS_WANT_V6LL)
H A Dmdns_avahi.c395 else if (!ll && !(rb_data->mb->flags & MDNS_WANT_V4))
676 if (mb->flags & (MDNS_WANT_V4 | MDNS_WANT_V4LL))
H A Dremote_pairing.c955 ret = mdns_browse("_touch-remote._tcp", MDNS_WANT_V4, touch_remote_cb);
H A Dplayer.c3961 mdns_flags = MDNS_WANT_V4 | MDNS_WANT_V6 | MDNS_WANT_V6LL;
3963 mdns_flags = MDNS_WANT_V4;

Completed in 113 milliseconds