OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:serv_type
(Results
1 - 4
of
4
) sorted by null
/external/tcpdump/
print-radius.c
117
#define
SERV_TYPE
6
187
static const char *
serv_type
[]={ NULL,
variable
381
{ "Service-Type",
serv_type
, TAM_SIZE(
serv_type
)-1, 1, print_attr_num },
[
all
...]
/external/dnsmasq/src/
forward.c
229
type = forward->sentto->flags &
SERV_TYPE
;
292
if (type == (start->flags &
SERV_TYPE
) &&
534
if ((forward->sentto->flags &
SERV_TYPE
) == 0)
824
if (type != (last_server->flags &
SERV_TYPE
) ||
[
all
...]
dnsmasq.h
316
#define
SERV_TYPE
(SERV_HAS_DOMAIN | SERV_FOR_NODOTS)
option.c
[
all
...]
Completed in 639 milliseconds