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 229 type = forward->sentto->flags & SERV_TYPE;
292 if (type == (start->flags & SERV_TYPE) &&
522 if ((forward->sentto->flags & SERV_TYPE) == 0)
812 if (type != (last_server->flags & SERV_TYPE) ||
dnsmasq.h 316 #define SERV_TYPE (SERV_HAS_DOMAIN | SERV_FOR_NODOTS)
option.c     [all...]
  /external/tcpdump/
print-radius.c 103 #define SERV_TYPE 6
161 static const char *serv_type[]={ NULL, variable
349 { "Service Type", serv_type, TAM_SIZE(serv_type)-1, 1, print_attr_num },
    [all...]

Completed in 184 milliseconds