Searched refs:AVAHI_BROWSER_NEW (Results 1 - 25 of 31) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A Dga-enums.h43 GA_LOOKUP_RESULT_LOCAL = AVAHI_LOOKUP_RESULT_LOCAL, /**< This record/service resides on and was announced by the local host. Only available in service and record browsers and only on AVAHI_BROWSER_NEW. */
44 GA_LOOKUP_RESULT_OUR_OWN = AVAHI_LOOKUP_RESULT_OUR_OWN, /**< This service belongs to the same local client as the browser object. Only available in avahi-client, and only for service browsers and only on AVAHI_BROWSER_NEW. */
62 GA_BROWSER_NEW = AVAHI_BROWSER_NEW, /**< The object is new on the network */
H A Dga-record-browser.c330 case AVAHI_BROWSER_NEW:
332 guint signalid = (event == AVAHI_BROWSER_NEW ? NEW : REMOVED);
H A Dga-service-browser.c306 case AVAHI_BROWSER_NEW:
309 signalid = (event == AVAHI_BROWSER_NEW ? NEW : REMOVED);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Ddbus-service-browser.c110 if (event == AVAHI_BROWSER_NEW) {
121 if (event == AVAHI_BROWSER_NEW || event == AVAHI_BROWSER_REMOVE) {
H A Ddbus-domain-browser.c114 if (event == AVAHI_BROWSER_NEW || event == AVAHI_BROWSER_REMOVE) {
H A Ddbus-service-type-browser.c114 if (event == AVAHI_BROWSER_NEW || event == AVAHI_BROWSER_REMOVE) {
H A Ddbus-record-browser.c121 if (event == AVAHI_BROWSER_NEW || event == AVAHI_BROWSER_REMOVE) {
H A Dsimple-protocol.c258 case AVAHI_BROWSER_NEW:
262 client_output_printf(c, "%c %i %u %s %u\n", event == AVAHI_BROWSER_NEW ? '>' : '<', interface, protocol, t, port);
H A Ddbus-util.c143 case AVAHI_BROWSER_NEW : return "ItemNew";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Ddefs.h274 AVAHI_LOOKUP_RESULT_LOCAL = 8, /**< This record/service resides on and was announced by the local host. Only available in service and record browsers and only on AVAHI_BROWSER_NEW. */
275 AVAHI_LOOKUP_RESULT_OUR_OWN = 16, /**< This service belongs to the same local client as the browser object. Only available in avahi-client, and only for service browsers and only on AVAHI_BROWSER_NEW. */
285 AVAHI_BROWSER_NEW, /**< The object is new on the network */ enumerator in enum:__anon1778
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dquerier-test.c49 case AVAHI_BROWSER_NEW : return "NEW";
H A Dbrowse-dns-server.c121 AVAHI_BROWSER_NEW,
158 case AVAHI_BROWSER_NEW: {
H A Dbrowse-service.c70 if (event == AVAHI_BROWSER_NEW && avahi_server_is_service_local(b->server, interface, protocol, record->data.ptr.name))
H A Dbrowse-domain.c126 b->callback(b, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, AVAHI_BROWSER_NEW, (char*) l->text, AVAHI_LOOKUP_RESULT_STATIC, b->userdata);
H A Dresolve-address.c115 case AVAHI_BROWSER_NEW:
H A Dresolve-host-name.c137 case AVAHI_BROWSER_NEW:
H A Dwide-area.c382 l->callback(e, AVAHI_BROWSER_NEW, AVAHI_LOOKUP_RESULT_WIDE_AREA, r, l->userdata);
396 l->callback(e, AVAHI_BROWSER_NEW, AVAHI_LOOKUP_RESULT_WIDE_AREA, r, l->userdata);
701 callback(e, AVAHI_BROWSER_NEW, AVAHI_LOOKUP_RESULT_WIDE_AREA|AVAHI_LOOKUP_RESULT_CACHED, c->record, userdata);
708 callback(e, AVAHI_BROWSER_NEW, AVAHI_LOOKUP_RESULT_WIDE_AREA|AVAHI_LOOKUP_RESULT_CACHED, c->record, userdata);
H A Dbrowse.c220 case AVAHI_BROWSER_NEW:
274 case AVAHI_BROWSER_NEW:
H A Dmulticast-lookup.c216 AVAHI_BROWSER_NEW,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Davahi-browse.c297 case AVAHI_BROWSER_NEW: {
389 case AVAHI_BROWSER_NEW:
452 case AVAHI_BROWSER_NEW:
458 event == AVAHI_BROWSER_NEW ? '+' : '-',
464 event == AVAHI_BROWSER_NEW ? '+' : '-',
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/examples/
H A Dclient-browse-services.c119 case AVAHI_BROWSER_NEW:
H A Dcore-browse-services.c128 case AVAHI_BROWSER_NEW:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Dbrowser.c100 db->callback(db, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, AVAHI_BROWSER_NEW, (char*) l->text, AVAHI_LOOKUP_RESULT_STATIC, db->userdata);
296 case AVAHI_BROWSER_NEW:
518 case AVAHI_BROWSER_NEW:
738 case AVAHI_BROWSER_NEW:
958 case AVAHI_BROWSER_NEW:
H A Dclient.c223 return avahi_domain_browser_event(client, AVAHI_BROWSER_NEW, message);
234 return avahi_service_type_browser_event (client, AVAHI_BROWSER_NEW, message);
245 return avahi_service_browser_event (client, AVAHI_BROWSER_NEW, message);
271 return avahi_record_browser_event (client, AVAHI_BROWSER_NEW, message);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-discover-standalone/
H A Dmain.c139 if (event == AVAHI_BROWSER_NEW) {
194 if (event != AVAHI_BROWSER_NEW)

Completed in 198 milliseconds

12