HomeSort by: relevance | last modified time | path
    Searched defs:qtype (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.sbin/altq/altqstat/
qdisc_conf.c 78 int fd, qtype = 0; local in function:ifname2qdisc
102 qtype = qtypereq.arg;
104 if (st->altqtype == qtype)
108 return (qtype);
altqstat.c 95 int qtype, interval; local in function:main
164 qtype = ifname2qdisc(interface, qname);
165 if (qtype == 0)
  /src/sys/altq/
altq_classq.h 70 #define qtype(q) (q)->qtype_ /* Get queue type */ macro
altq_priq.h 107 int qtype; member in struct:priq_classstats
altq_cbq.h 95 int qtype; member in struct:_cbq_class_stats_
altq_hfsc.h 106 int qtype; member in struct:hfsc_classstats
  /src/tests/lib/libc/net/
h_dns_server.c 71 int qtype; member in struct:dns_data
246 int qtype, qclass; local in function:main
258 qtype = *p++ << 8;
259 qtype |= *p++;
260 if (qtype != dp->qtype) {
262 qtype, dp->qtype);
265 DPRINTF("match type 0x%x\n", qtype);
283 *p++ = dp->qtype >> 8
    [all...]
  /src/dist/pf/sbin/pfctl/
pfctl_parser.h 153 int qtype; member in struct:node_queue_opt
  /src/lib/libc/net/
getaddrinfo.c 224 int qclass, qtype; /* class and type of query */ member in struct:res_target
1703 int qtype, const struct addrinfo *pai)
1732 switch (qtype) {
1763 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) {
1799 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) &&
1818 if (qtype == T_ANY)
    [all...]
  /src/sys/netinet6/
icmp6.c 1225 u_int16_t qtype; local in function:ni6_input
1272 qtype = ntohs(ni6->ni_qtype);
1274 switch (qtype) {
1293 if (qtype == NI_QTYPE_FQDN && ni6->ni_code == 0 &&
1381 switch (qtype) {
1394 switch (qtype) {
1412 /* unsupported - should respond with unknown Qtype? */
1417 * `unknown Qtype' in this case. However we regard the case
1424 qtype = NI_QTYPE_FQDN;
1457 /* qtype dependent procedure *
    [all...]

Completed in 17 milliseconds