Searched refs:AVAHI_PROTO_INET6 (Results 1 - 25 of 37) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A Daddress.h34 /** Protocol family specification, takes the values AVAHI_PROTO_INET, AVAHI_PROTO_INET6, AVAHI_PROTO_UNSPEC */
43 AVAHI_PROTO_INET6 = 1, /**< IPv6 */ enumerator in enum:__anon1523
59 #define AVAHI_PROTO_VALID(protocol) (((protocol) == AVAHI_PROTO_INET) || ((protocol) == AVAHI_PROTO_INET6) || ((protocol) == AVAHI_PROTO_UNSPEC))
H A Daddress.c42 else if (a->proto == AVAHI_PROTO_INET6)
81 assert(a->proto == AVAHI_PROTO_INET6);
116 ret_addr->proto = AVAHI_PROTO_INET6;
132 if (proto == AVAHI_PROTO_INET6)
143 return AVAHI_PROTO_INET6;
152 if (proto == AVAHI_PROTO_INET6)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Daddress.h34 /** Protocol family specification, takes the values AVAHI_PROTO_INET, AVAHI_PROTO_INET6, AVAHI_PROTO_UNSPEC */
43 AVAHI_PROTO_INET6 = 1, /**< IPv6 */ enumerator in enum:__anon6025
59 #define AVAHI_PROTO_VALID(protocol) (((protocol) == AVAHI_PROTO_INET) || ((protocol) == AVAHI_PROTO_INET6) || ((protocol) == AVAHI_PROTO_UNSPEC))
H A Daddress.c42 else if (a->proto == AVAHI_PROTO_INET6)
81 assert(a->proto == AVAHI_PROTO_INET6);
116 ret_addr->proto = AVAHI_PROTO_INET6;
132 if (proto == AVAHI_PROTO_INET6)
143 return AVAHI_PROTO_INET6;
152 if (proto == AVAHI_PROTO_INET6)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-gobject/
H A Dga-enums.h31 GA_PROTOCOL_INET6 = AVAHI_PROTO_INET6, /**< IPv6 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A Dga-enums.h31 GA_PROTOCOL_INET6 = AVAHI_PROTO_INET6, /**< IPv6 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Daddr-util.c72 if (a->proto != AVAHI_PROTO_INET6)
H A Dresolve-host-name.c79 a.proto = AVAHI_PROTO_INET6;
260 if (aprotocol == AVAHI_PROTO_INET6 || aprotocol == AVAHI_PROTO_UNSPEC) {
H A Diface.c76 (a->interface->protocol == AVAHI_PROTO_INET6 && m->server->config.publish_aaaa_on_ipv4) ? AVAHI_PROTO_UNSPEC : a->interface->protocol;
185 if ((i->protocol == AVAHI_PROTO_INET6 && i->monitor->server->fd_ipv6 < 0) ||
215 if (i->protocol == AVAHI_PROTO_INET6)
405 avahi_interface_new(m, hw, AVAHI_PROTO_INET6);
578 else if (i->protocol == AVAHI_PROTO_INET6 && i->monitor->server->fd_ipv6 >= 0)
779 assert(a->proto == AVAHI_PROTO_INET6);
H A Dresolve-service.c117 a.proto = AVAHI_PROTO_INET6;
231 if (r->address_protocol == AVAHI_PROTO_INET6 || r->address_protocol == AVAHI_PROTO_UNSPEC) {
H A Diface-linux.c216 if ((raddr.proto == AVAHI_PROTO_INET6 && RTA_PAYLOAD(a) != 16) ||
H A Dresolve-address.c198 AVAHI_CHECK_VALIDITY_RETURN_NULL(server, address->proto == AVAHI_PROTO_INET || address->proto == AVAHI_PROTO_INET6, AVAHI_ERR_INVALID_PROTOCOL);
H A Dserver.c821 } else if (j->protocol == AVAHI_PROTO_INET6 && s->fd_legacy_unicast_ipv6 >= 0)
851 if (address->proto == AVAHI_PROTO_INET6 && s->fd_legacy_unicast_ipv6 >= 0) {
1036 dest.proto = src.proto = AVAHI_PROTO_INET6;
1185 avahi_address_parse("::1", AVAHI_PROTO_INET6, &a);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Daddr-util.c72 if (a->proto != AVAHI_PROTO_INET6)
H A Dresolve-host-name.c79 a.proto = AVAHI_PROTO_INET6;
260 if (aprotocol == AVAHI_PROTO_INET6 || aprotocol == AVAHI_PROTO_UNSPEC) {
H A Diface.c73 (a->interface->protocol == AVAHI_PROTO_INET6 && m->server->config.publish_aaaa_on_ipv4) ? AVAHI_PROTO_UNSPEC : a->interface->protocol;
179 if ((i->protocol == AVAHI_PROTO_INET6 && i->monitor->server->fd_ipv6 < 0) ||
209 if (i->protocol == AVAHI_PROTO_INET6)
399 avahi_interface_new(m, hw, AVAHI_PROTO_INET6);
572 else if (i->protocol == AVAHI_PROTO_INET6 && i->monitor->server->fd_ipv6 >= 0)
773 assert(a->proto == AVAHI_PROTO_INET6);
H A Dresolve-service.c117 a.proto = AVAHI_PROTO_INET6;
231 if (r->address_protocol == AVAHI_PROTO_INET6 || r->address_protocol == AVAHI_PROTO_UNSPEC) {
H A Diface-linux.c211 if ((raddr.proto == AVAHI_PROTO_INET6 && RTA_PAYLOAD(a) != 16) ||
H A Dresolve-address.c198 AVAHI_CHECK_VALIDITY_RETURN_NULL(server, address->proto == AVAHI_PROTO_INET || address->proto == AVAHI_PROTO_INET6, AVAHI_ERR_INVALID_PROTOCOL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Dstatic-hosts.c141 (h->address.proto == AVAHI_PROTO_INET6 && config->publish_aaaa_on_ipv4) ? AVAHI_PROTO_UNSPEC : h->address.proto;
H A Dsimple-protocol.c305 if (!(c->host_name_resolver = avahi_s_host_name_resolver_new(avahi_server, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, arg, c->afquery = AVAHI_PROTO_INET6, AVAHI_LOOKUP_USE_MULTICAST, host_name_resolver_callback, c)))
339 if (!(c->dns_server_browser = avahi_s_dns_server_browser_new(avahi_server, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, NULL, AVAHI_DNS_SERVER_RESOLVE, c->afquery = AVAHI_PROTO_INET6, AVAHI_LOOKUP_USE_MULTICAST, dns_server_browser_callback, c)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-utils/
H A Davahi-resolve.c212 c->proto = AVAHI_PROTO_INET6;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dstatic-hosts.c141 (h->address.proto == AVAHI_PROTO_INET6 && config->publish_aaaa_on_ipv4) ? AVAHI_PROTO_UNSPEC : h->address.proto;
H A Dsimple-protocol.c305 if (!(c->host_name_resolver = avahi_s_host_name_resolver_new(avahi_server, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, arg, c->afquery = AVAHI_PROTO_INET6, AVAHI_LOOKUP_USE_MULTICAST, host_name_resolver_callback, c)))
339 if (!(c->dns_server_browser = avahi_s_dns_server_browser_new(avahi_server, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, NULL, AVAHI_DNS_SERVER_RESOLVE, c->afquery = AVAHI_PROTO_INET6, AVAHI_LOOKUP_USE_MULTICAST, dns_server_browser_callback, c)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Davahi-resolve.c212 c->proto = AVAHI_PROTO_INET6;

Completed in 207 milliseconds

12