Searched refs:AVAHI_PROTO_INET (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 */
42 AVAHI_PROTO_INET = 0, /**< IPv4 */ 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.c40 if (a->proto == AVAHI_PROTO_INET)
74 if (a->proto == AVAHI_PROTO_INET) {
118 ret_addr->proto = AVAHI_PROTO_INET;
130 if (proto == AVAHI_PROTO_INET)
141 return AVAHI_PROTO_INET;
150 if (proto == AVAHI_PROTO_INET)
/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 */
42 AVAHI_PROTO_INET = 0, /**< IPv4 */ 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.c40 if (a->proto == AVAHI_PROTO_INET)
74 if (a->proto == AVAHI_PROTO_INET) {
118 ret_addr->proto = AVAHI_PROTO_INET;
130 if (proto == AVAHI_PROTO_INET)
141 return AVAHI_PROTO_INET;
150 if (proto == AVAHI_PROTO_INET)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-gobject/
H A Dga-enums.h30 GA_PROTOCOL_INET = AVAHI_PROTO_INET, /**< IPv4 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A Dga-enums.h30 GA_PROTOCOL_INET = AVAHI_PROTO_INET, /**< IPv4 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dresolve-host-name.c74 a.proto = AVAHI_PROTO_INET;
251 if (aprotocol == AVAHI_PROTO_INET || aprotocol == AVAHI_PROTO_UNSPEC) {
H A Diface.c75 p = (a->interface->protocol == AVAHI_PROTO_INET && m->server->config.publish_a_on_ipv6) ||
186 (i->protocol == AVAHI_PROTO_INET && i->monitor->server->fd_ipv4 < 0))
218 assert(i->protocol == AVAHI_PROTO_INET);
403 avahi_interface_new(m, hw, AVAHI_PROTO_INET);
576 if (i->protocol == AVAHI_PROTO_INET && i->monitor->server->fd_ipv4 >= 0)
769 if (a->proto == AVAHI_PROTO_INET) {
H A Dresolve-service.c112 a.proto = AVAHI_PROTO_INET;
225 if (r->address_protocol == AVAHI_PROTO_INET || r->address_protocol == AVAHI_PROTO_UNSPEC) {
H A Diface-linux.c217 (raddr.proto == AVAHI_PROTO_INET && RTA_PAYLOAD(a) != 4))
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.c819 if (j->protocol == AVAHI_PROTO_INET && s->fd_legacy_unicast_ipv4 >= 0) {
840 if (address->proto == AVAHI_PROTO_INET && s->fd_legacy_unicast_ipv4 >= 0) {
868 avahi_address_parse(a->proto == AVAHI_PROTO_INET ? AVAHI_IPV4_MCAST_GROUP : AVAHI_IPV6_MCAST_GROUP, a->proto, &b);
1032 dest.proto = src.proto = AVAHI_PROTO_INET;
1182 avahi_address_parse("127.0.0.1", AVAHI_PROTO_INET, &a);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dresolve-host-name.c74 a.proto = AVAHI_PROTO_INET;
251 if (aprotocol == AVAHI_PROTO_INET || aprotocol == AVAHI_PROTO_UNSPEC) {
H A Diface.c72 p = (a->interface->protocol == AVAHI_PROTO_INET && m->server->config.publish_a_on_ipv6) ||
180 (i->protocol == AVAHI_PROTO_INET && i->monitor->server->fd_ipv4 < 0))
212 assert(i->protocol == AVAHI_PROTO_INET);
397 avahi_interface_new(m, hw, AVAHI_PROTO_INET);
570 if (i->protocol == AVAHI_PROTO_INET && i->monitor->server->fd_ipv4 >= 0)
763 if (a->proto == AVAHI_PROTO_INET) {
H A Dresolve-service.c112 a.proto = AVAHI_PROTO_INET;
225 if (r->address_protocol == AVAHI_PROTO_INET || r->address_protocol == AVAHI_PROTO_UNSPEC) {
H A Diface-linux.c212 (raddr.proto == AVAHI_PROTO_INET && RTA_PAYLOAD(a) != 4))
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-compat-howl/
H A Dcompat.c657 AVAHI_PROTO_INET,
673 AVAHI_PROTO_INET,
911 if (!(data->object = avahi_domain_browser_new(self->client, ifindex, AVAHI_PROTO_INET, NULL, AVAHI_DOMAIN_BROWSER_BROWSE, 0, domain_browser_callback, data))) {
1020 if (!(data->object = avahi_service_resolver_new(self->client, ifindex, AVAHI_PROTO_INET, name, type, domain, AVAHI_PROTO_INET, 0, service_resolver_callback, data))) {
1112 if (!(data->object = avahi_service_browser_new(self->client, ifindex, AVAHI_PROTO_INET, type, domain, 0, service_browser_callback, data))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/
H A Dcompat.c657 AVAHI_PROTO_INET,
673 AVAHI_PROTO_INET,
911 if (!(data->object = avahi_domain_browser_new(self->client, ifindex, AVAHI_PROTO_INET, NULL, AVAHI_DOMAIN_BROWSER_BROWSE, 0, domain_browser_callback, data))) {
1020 if (!(data->object = avahi_service_resolver_new(self->client, ifindex, AVAHI_PROTO_INET, name, type, domain, AVAHI_PROTO_INET, 0, service_resolver_callback, data))) {
1112 if (!(data->object = avahi_service_browser_new(self->client, ifindex, AVAHI_PROTO_INET, type, domain, 0, service_browser_callback, data))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Dstatic-hosts.c140 p = (h->address.proto == AVAHI_PROTO_INET && config->publish_a_on_ipv6) ||
H A Dsimple-protocol.c299 if (!(c->host_name_resolver = avahi_s_host_name_resolver_new(avahi_server, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, arg, c->afquery = AVAHI_PROTO_INET, AVAHI_LOOKUP_USE_MULTICAST, host_name_resolver_callback, c)))
331 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_INET, 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.c209 c->proto = AVAHI_PROTO_INET;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dstatic-hosts.c140 p = (h->address.proto == AVAHI_PROTO_INET && config->publish_a_on_ipv6) ||
H A Dsimple-protocol.c299 if (!(c->host_name_resolver = avahi_s_host_name_resolver_new(avahi_server, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, arg, c->afquery = AVAHI_PROTO_INET, AVAHI_LOOKUP_USE_MULTICAST, host_name_resolver_callback, c)))
331 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_INET, 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.c209 c->proto = AVAHI_PROTO_INET;

Completed in 239 milliseconds

12