HomeSort by relevance Sort by last modified time
    Searched refs:SERV_TYPE (Results 1 - 4 of 4) sorted by null

  /external/dnsmasq/src/
forward.c 205 type = forward->sentto->flags & SERV_TYPE;
258 if (type == (start->flags & SERV_TYPE) &&
463 if ((forward->sentto->flags & SERV_TYPE) == 0) {
707 if (type != (last_server->flags & SERV_TYPE) ||
    [all...]
dnsmasq.h 311 #define SERV_TYPE (SERV_HAS_DOMAIN | SERV_FOR_NODOTS)
option.c     [all...]
  /external/tcpdump/
print-radius.c 123 #define SERV_TYPE 6
193 static const char *serv_type[]={ NULL, variable
389 { "Service-Type", serv_type, TAM_SIZE(serv_type)-1, 1, print_attr_num },
    [all...]

Completed in 259 milliseconds