OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fd_ipv4
(Results
1 - 2
of
2
) sorted by null
/external/avahi/avahi-core/
internal.h
132
int
fd_ipv4
, fd_ipv6,
member in struct:AvahiServer
wide-area.c
84
int
fd_ipv4
, fd_ipv6;
member in struct:AvahiWideAreaLookupEngine
139
if (l->engine->
fd_ipv4
< 0)
142
return avahi_send_dns_packet_ipv4(l->engine->
fd_ipv4
, AVAHI_IF_UNSPEC, p, NULL, &a->data.ipv4, AVAHI_DNS_PORT);
557
if (fd == e->
fd_ipv4
)
558
p = avahi_recv_dns_packet_ipv4(e->
fd_ipv4
, NULL, NULL, NULL, NULL, NULL);
580
e->
fd_ipv4
= s->config.use_ipv4 ? avahi_open_unicast_socket_ipv4() : -1;
583
if (e->
fd_ipv4
< 0 && e->fd_ipv6 < 0) {
589
if (e->
fd_ipv4
>= 0)
590
close(e->
fd_ipv4
);
600
if (e->
fd_ipv4
>= 0
[
all
...]
Completed in 63 milliseconds