Searched refs:publish_proto (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-daemon/
H A Dstatic-hosts.c45 int publish_proto; /*0/mDNS/LLMNR*/ member in struct:StaticHost
111 static StaticHost *static_host_find(const char *host, const AvahiAddress *a, int publish_proto) { argument
119 (h->publish_proto == 0 || h->publish_proto == publish_proto))
143 if ((err = avahi_server_add_address(avahi_server, h->group, AVAHI_IF_UNSPEC, p, h->publish_proto, h->host, &h->address)) < 0) {
158 static int avahi_proto_to_value(char *publish_proto, int *value) { argument
159 assert(publish_proto);
161 if (!strcmp(publish_proto, "mDNS"))
164 else if (!strcmp(publish_proto, "LLMN
207 char *host, *ip, *publish_proto; local
[all...]
H A Dcnames.c45 int publish_proto; /*0/mDNS/LLMNR*/ member in struct:CName
135 c->publish_proto = AVAHI_PUBLISH_USE_MULTICAST;
137 if ((err = avahi_server_add_cname(avahi_server, c->group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, c->publish_proto, AVAHI_DEFAULT_TTL_HOST_NAME, c->cname)) < 0) {
209 int publish_proto; /*0/mDNS/LLMNR*/ member in struct:LLMNR_CName
299 lc->publish_proto = AVAHI_PUBLISH_USE_LLMNR;
301 if ((err = avahi_server_add_llmnr_cname(avahi_server, lc->llmnr_group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, lc->publish_proto, AVAHI_DEFAULT_TTL_HOST_NAME, lc->llmnr_cname)) < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-daemon/
H A Dstatic-hosts.c45 int publish_proto; /*0/mDNS/LLMNR*/ member in struct:StaticHost
111 static StaticHost *static_host_find(const char *host, const AvahiAddress *a, int publish_proto) { argument
119 (h->publish_proto == 0 || h->publish_proto == publish_proto))
143 if ((err = avahi_server_add_address(avahi_server, h->group, AVAHI_IF_UNSPEC, p, h->publish_proto, h->host, &h->address)) < 0) {
158 static int avahi_proto_to_value(char *publish_proto, int *value) { argument
159 assert(publish_proto);
161 if (!strcmp(publish_proto, "mDNS"))
164 else if (!strcmp(publish_proto, "LLMN
207 char *host, *ip, *publish_proto; local
[all...]
H A Dcnames.c45 int publish_proto; /*0/mDNS/LLMNR*/ member in struct:CName
135 c->publish_proto = AVAHI_PUBLISH_USE_MULTICAST;
137 if ((err = avahi_server_add_cname(avahi_server, c->group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, c->publish_proto, AVAHI_DEFAULT_TTL_HOST_NAME, c->cname)) < 0) {
209 int publish_proto; /*0/mDNS/LLMNR*/ member in struct:LLMNR_CName
299 lc->publish_proto = AVAHI_PUBLISH_USE_LLMNR;
301 if ((err = avahi_server_add_llmnr_cname(avahi_server, lc->llmnr_group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, lc->publish_proto, AVAHI_DEFAULT_TTL_HOST_NAME, lc->llmnr_cname)) < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-daemon/
H A Dstatic-hosts.c45 int publish_proto; /*0/mDNS/LLMNR*/ member in struct:StaticHost
111 static StaticHost *static_host_find(const char *host, const AvahiAddress *a, int publish_proto) { argument
119 (h->publish_proto == 0 || h->publish_proto == publish_proto))
143 if ((err = avahi_server_add_address(avahi_server, h->group, AVAHI_IF_UNSPEC, p, h->publish_proto, h->host, &h->address)) < 0) {
158 static int avahi_proto_to_value(char *publish_proto, int *value) { argument
159 assert(publish_proto);
161 if (!strcmp(publish_proto, "mDNS"))
164 else if (!strcmp(publish_proto, "LLMN
207 char *host, *ip, *publish_proto; local
[all...]
H A Dcnames.c45 int publish_proto; /*0/mDNS/LLMNR*/ member in struct:CName
135 c->publish_proto = AVAHI_PUBLISH_USE_MULTICAST;
137 if ((err = avahi_server_add_cname(avahi_server, c->group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, c->publish_proto, AVAHI_DEFAULT_TTL_HOST_NAME, c->cname)) < 0) {
209 int publish_proto; /*0/mDNS/LLMNR*/ member in struct:LLMNR_CName
299 lc->publish_proto = AVAHI_PUBLISH_USE_LLMNR;
301 if ((err = avahi_server_add_llmnr_cname(avahi_server, lc->llmnr_group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, lc->publish_proto, AVAHI_DEFAULT_TTL_HOST_NAME, lc->llmnr_cname)) < 0) {

Completed in 69 milliseconds