• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/

Lines Matching refs:hardware

53 if((strcmp(a->interface->hardware->name,"eth0")==0) || (strcmp(a->interface->hardware->name,"vlan2")==0)|| (strcmp(a->interface->hardware->name,"wl0.1")==0)|| (strcmp(a->interface->hardware->name,"wl1.1")==0))
79 avahi_log_info("Registering new address record for %s on %s.%s.", t, a->interface->hardware->name, p == AVAHI_PROTO_UNSPEC ? "*" : avahi_proto_to_string(p));
81 if (avahi_server_add_address(m->server, a->entry_group, a->interface->hardware->index, p, 0, NULL, &a->address) < 0) {
102 avahi_log_info("Withdrawing address record for %s on %s.", t, a->interface->hardware->name);
179 if((strcmp(i->hardware->name,"eth0")==0)|| (strcmp(i->hardware->name,"vlan2")==0)|| (strcmp(i->hardware->name,"wl0.1")==0)|| (strcmp(i->hardware->name,"w11.1")==0))
211 i->hardware->name,
216 r = avahi_mdns_mcast_join_ipv6(i->monitor->server->fd_ipv6, &i->local_mcast_address.data.ipv6, i->hardware->index, join);
220 r = avahi_mdns_mcast_join_ipv4(i->monitor->server->fd_ipv4, &i->local_mcast_address.data.ipv4, i->hardware->index, join);
306 AVAHI_LLIST_REMOVE(AvahiInterface, by_hardware, i->hardware->interfaces, i);
322 AVAHI_LLIST_REMOVE(AvahiHwInterface, hardware, hw->monitor->hw_interfaces, hw);
340 i->hardware = hw;
398 AVAHI_LLIST_PREPEND(AvahiHwInterface, hardware, m->hw_interfaces, hw);
444 avahi_log_info("New relevant interface %s.%s for mDNS.", i->hardware->name, avahi_proto_to_string(i->protocol));
452 avahi_log_info("Interface %s.%s no longer relevant for mDNS.", i->hardware->name, avahi_proto_to_string(i->protocol));
577 avahi_send_dns_packet_ipv4(i->monitor->server->fd_ipv4, i->hardware->index, p, i->mcast_joined ? &i->local_mcast_address.data.ipv4 : NULL, a ? &a->data.ipv4 : NULL, port);
579 avahi_send_dns_packet_ipv6(i->monitor->server->fd_ipv6, i->hardware->index, p, i->mcast_joined ? &i->local_mcast_address.data.ipv6 : NULL, a ? &a->data.ipv6 : NULL, port);
631 snprintf(ln, sizeof(ln), ";;; INTERFACE %s.%s ;;;", i->hardware->name, avahi_proto_to_string(i->protocol));
646 if (!i->hardware->flags_ok)
661 if (strcasecmp((char*) l->text, i->hardware->name) == 0)
667 if (strcasecmp((char*) l->text, i->hardware->name) == 0)
704 if (idx != AVAHI_IF_UNSPEC && idx != i->hardware->index)
842 return i->hardware->index;