OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SERV_LITERAL_ADDRESS
(Results
1 - 5
of
5
) sorted by null
/external/dnsmasq/src/
forward.c
134
else if (serv->flags &
SERV_LITERAL_ADDRESS
)
165
else if (serv->flags &
SERV_LITERAL_ADDRESS
)
294
!(start->flags &
SERV_LITERAL_ADDRESS
))
483
if (!(server->flags & (
SERV_LITERAL_ADDRESS
| SERV_NO_ADDR)) &&
532
if (!(last_server->flags & (
SERV_LITERAL_ADDRESS
| SERV_HAS_DOMAIN | SERV_FOR_NODOTS | SERV_NO_ADDR)) &&
network.c
650
if (!(srv->flags & (
SERV_LITERAL_ADDRESS
| SERV_NO_ADDR)) &&
677
if (!(new->flags & (
SERV_LITERAL_ADDRESS
| SERV_NO_ADDR)))
728
else if (!(new->flags &
SERV_LITERAL_ADDRESS
))
cache.c
1143
if (!(serv->flags & (SERV_NO_ADDR |
SERV_LITERAL_ADDRESS
| SERV_COUNTED)))
1148
if (!(serv1->flags & (SERV_NO_ADDR |
SERV_LITERAL_ADDRESS
| SERV_COUNTED)) && sockaddr_isequal(&serv->addr, &serv1->addr))
[
all
...]
dnsmasq.h
309
#define
SERV_LITERAL_ADDRESS
4 /* addr is the answer, not the server */
option.c
[
all
...]
Completed in 70 milliseconds