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

  /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...]
  /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)
817 if (type != (last_server->flags & SERV_TYPE) ||
dnsmasq.h 310 #define SERV_TYPE (SERV_HAS_DOMAIN | SERV_FOR_NODOTS)
option.c     [all...]

Completed in 464 milliseconds