OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allow_point_to_point
(Results
1 - 5
of
5
) sorted by null
/external/avahi/avahi-core/
core.h
66
int
allow_point_to_point
; /**< Enable publishing on POINTOPOINT interfaces */
member in struct:AvahiServerConfig
iface-pfroute.c
85
(m->server->config.
allow_point_to_point
|| !(ifm->ifm_flags & IFF_POINTOPOINT));
432
(m->server->config.
allow_point_to_point
|| !(flags & IFF_POINTOPOINT));
iface-linux.c
109
(m->server->config.
allow_point_to_point
|| !(ifinfomsg->ifi_flags & IFF_POINTOPOINT));
server.c
[
all
...]
/external/avahi/avahi-daemon/
main.c
658
c->server_config.
allow_point_to_point
= is_yes(p->value);
[
all
...]
Completed in 5035 milliseconds