Searched refs:OPT_NOWILD (Results 1 – 7 of 7) sorted by relevance
/external/dnsmasq/src/ |
D | dnsmasq.c | 134 if (!(daemon->options & OPT_NOWILD)) in main() 137 daemon->options |= OPT_NOWILD; in main() 164 if (daemon->options & OPT_NOWILD) in main() 452 if (!(daemon->options & OPT_NOWILD)) in main() 1009 if (daemon->options & OPT_NOWILD) in check_dns_listeners()
|
D | forward.c | 386 …send_from(udpfd, daemon->options & OPT_NOWILD, (char *)header, plen, udpaddr, dst_addr, dst_iface); in forward_query() 566 send_from(forward->fd, daemon->options & OPT_NOWILD, daemon->packet, nn, in reply_query() 606 if (listen->family == AF_INET && (daemon->options & OPT_NOWILD)) in receive_query() 642 if (!(daemon->options & OPT_NOWILD)) in receive_query() 718 send_from(listen->fd, daemon->options & OPT_NOWILD, (char *)header, in receive_query()
|
D | bpf.c | 107 if (!(daemon->options & OPT_NOWILD) && IN6_IS_ADDR_LINKLOCAL(addr)) in iface_enumerate()
|
D | network.c | 834 (daemon->options & OPT_NOWILD)) in pre_allocate_sfds() 1009 if (was_wild) daemon->options |= OPT_NOWILD; in set_interfaces()
|
D | dnsmasq.h | 175 #define OPT_NOWILD (1u<<13) macro
|
D | dhcp.c | 57 if (daemon->options & OPT_NOWILD) in dhcp_init()
|
D | option.c | 293 { 'z', OPT_NOWILD, NULL, gettext_noop("Bind only to interfaces in use."), NULL },
|