Searched refs:qlen (Results 1 - 22 of 22) sorted by relevance

/external/libnl/include/linux/
H A Dgen_stats.h35 * @qlen: queue length
42 __u32 qlen; member in struct:gnet_stats_queue
H A Dpkt_sched.h39 __u32 qlen; member in struct:tc_stats
/external/iproute2/include/linux/
H A Dgen_stats.h42 * @qlen: queue length
49 __u32 qlen; member in struct:gnet_stats_queue
H A Dpkt_sched.h40 __u32 qlen; member in struct:tc_stats
/external/kernel-headers/original/uapi/linux/
H A Dgen_stats.h53 * @qlen: queue length
60 __u32 qlen; member in struct:gnet_stats_queue
H A Di2o-dev.h91 unsigned int qlen; /* Length in bytes of query string buffer */ member in struct:i2o_html
H A Dpkt_sched.h40 __u32 qlen; member in struct:tc_stats
/external/libnl/src/lib/
H A Dlink.c63 uint32_t qlen = nl_cli_parse_u32(arg); local
64 rtnl_link_set_txqlen(link, qlen);
/external/dnsmasq/src/
H A Drfc1035.c528 static unsigned char *do_doctor(unsigned char *p, int count, HEADER *header, size_t qlen) argument
535 if (!(p = skip_name(p, header, qlen, 10)))
548 if (!CHECK_LEN(header, p, qlen, INADDRSZ))
574 if (!ADD_RDLEN(header, p, qlen, rdlen))
581 static int find_soa(HEADER *header, size_t qlen) argument
589 if (!(p = skip_questions(header, qlen)) ||
590 !(p = do_doctor(p, ntohs(header->ancount), header, qlen)))
595 if (!(p = skip_name(p, header, qlen, 10)))
610 if (!(p = skip_name(p, header, qlen, 0)))
613 if (!(p = skip_name(p, header, qlen, 2
639 extract_addresses(HEADER *header, size_t qlen, char *name, time_t now) argument
864 extract_request(HEADER *header, size_t qlen, char *name, unsigned short *typep) argument
900 setup_reply(HEADER *header, size_t qlen, struct all_addr *addrp, unsigned short flags, unsigned long ttl) argument
975 check_for_bogus_wildcard(HEADER *header, size_t qlen, char *name, struct bogus_addr *baddr, time_t now) argument
1128 answer_request(HEADER *header, char *limit, size_t qlen, struct in_addr local_addr, struct in_addr local_netmask, time_t now) argument
[all...]
H A Ddnsmasq.h713 unsigned short extract_request(HEADER *header, size_t qlen,
715 size_t setup_reply(HEADER *header, size_t qlen,
718 int extract_addresses(HEADER *header, size_t qlen, char *namebuff, time_t now);
719 size_t answer_request(HEADER *header, char *limit, size_t qlen,
721 int check_for_bogus_wildcard(HEADER *header, size_t qlen, char *name,
/external/toybox/toys/pending/
H A Dhost.c71 i, j, ret, sec, count, rcode, qlen, alen, pllen = 0; local
116 qlen = res_mkquery(0, name, 1, type, 0, 0, 0, qbuf, sizeof qbuf);
117 if (qlen < 0) error_exit("Invalid query parameters: %s", name);
130 send(s, qbuf, qlen, 0);
132 } else alen = res_send(qbuf, qlen, abuf, sizeof abuf);
/external/iproute2/tc/
H A Dtc_util.c501 sprint_size(q.backlog, b1), q.qlen, q.requeues);
530 if (st.bps || st.pps || st.qlen || st.backlog) {
539 if (st.qlen || st.backlog) {
543 if (st.qlen)
544 fprintf(fp, "%up ", st.qlen);
/external/iproute2/ip/
H A Diplink.c278 int qlen = -1; local
313 strcmp(*argv, "qlen") == 0 ||
316 if (qlen != -1)
318 if (get_integer(&qlen, *argv, 0))
320 addattr_l(&req->n, sizeof(*req), IFLA_TXQLEN, &qlen, 4);
661 static int set_qlen(const char *dev, int qlen) argument
672 ifr.ifr_qlen = qlen;
787 int qlen = -1; local
813 strcmp(*argv, "qlen") == 0 ||
816 if (qlen !
[all...]
H A Dipaddress.c146 int qlen; local
149 qlen = *(int *)RTA_DATA(tb[IFLA_TXQLEN]);
165 qlen = ifr.ifr_qlen;
167 if (qlen)
168 fprintf(f, "qlen %d", qlen);
/external/libvncserver/x11vnc/
H A Dxevents.c1645 int qlen, i;
1647 qlen = XEventsQueued(dpy, QueuedAlready);
1648 if (qlen >= bugout) {
1650 " calling XSync(dpy, True)\n", qlen);
1660 qlen = XEventsQueued(rdpy_ctrl, QueuedAlready);
1661 for (i=0; i<qlen; i++) {
1666 qlen = XEventsQueued(gdpy_ctrl, QueuedAlready);
1667 for (i=0; i<qlen; i++) {
H A Dnox11.h888 #define QLength(dpy) (((_XPrivDisplay)dpy)->qlen)
1316 int qlen; /* Length of input event queue */ member in struct:_XDisplay
/external/libnl/lib/route/
H A Dtc.c119 g->tc_stats[RTNL_TC_QLEN] = q->qlen;
142 g->tc_stats[RTNL_TC_QLEN] = st->qlen;
222 " qlen backlog\n");
/external/libnl/include/
H A Dnetlink-types.h436 uint32_t qlen; member in struct:rtnl_tstats::__anon8961
/external/netperf/
H A Dnettest_xti.c1387 bind_req.qlen = 1;
1392 bind_resp.qlen = 1;
3220 bind_req.qlen = 1;
3225 bind_resp.qlen = 1;
4309 bind_req.qlen = 1;
4314 bind_resp.qlen = 1;
4701 bind_req.qlen = 1;
4706 bind_resp.qlen = 1;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/wpa_supplicant_8/wpa_supplicant/
H A Devents.c3099 size_t qlen = plen - 1; local
3103 qlen > 2 && pos[0] == WLAN_EID_QOS_MAP_SET &&
3104 pos[1] <= qlen - 2 && pos[1] >= 16)
/external/iproute2/doc/
H A Dip-cref.tex353 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
388 {\em qlen\/} is the default transmit queue length of the device measured
487 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
529 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
729 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100

Completed in 637 milliseconds