Searched refs:peek (Results 1 - 25 of 62) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_blackhole.c36 .peek = blackhole_dequeue,
H A Dsch_fifo.c107 .peek = qdisc_peek_head,
122 .peek = qdisc_peek_head,
137 .peek = qdisc_peek_head,
H A Dsch_red.c131 return child->ops->peek(child);
335 .peek = red_peek,
H A Dsch_atm.c469 while ((skb = flow->q->ops->peek(flow->q))) {
521 return p->link.q->ops->peek(p->link.q);
674 .peek = atm_tc_peek,
H A Dsch_generic.c372 .peek = noop_dequeue,
397 .peek = noop_dequeue,
540 .peek = pfifo_fast_peek,
H A Dsch_netem.c273 skb = q->qdisc->ops->peek(q->qdisc);
523 .peek = qdisc_peek_head,
611 .peek = qdisc_peek_dequeued,
H A Dsch_dsmark.c324 return p->q->ops->peek(p->q);
490 .peek = dsmark_peek,
H A Dsch_multiq.c144 skb = qdisc->ops->peek(qdisc);
420 .peek = multiq_peek,
H A Dsch_prio.c104 struct sk_buff *skb = qdisc->ops->peek(qdisc);
383 .peek = prio_peek,
H A Dsch_tbf.c159 skb = q->qdisc->ops->peek(q->qdisc);
443 .peek = qdisc_peek_dequeued,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A D_setargv.c40 #include <peek.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_qsfp.c277 u8 peek[4]; local
292 ret = qsfp_read(ppd, 0, peek, 3);
295 if ((peek[0] & 0xFE) != 0x0C)
297 "QSFP byte0 is 0x%02X, S/B 0x0C/D\n", peek[0]);
299 if ((peek[2] & 2) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A D_setargv.c41 #include <peek.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dpolynomi.cpp34 if (in.peek() == 'x')
40 if (in.peek() == 'x')
44 if (in.peek() == '^')
346 if (in.peek() == '(')
H A Ddatatest.cpp542 while (is.peek() == ' ')
623 while (file.peek() == '#')
626 if (file.peek() == '\n' || file.peek() == '\r')
H A Dfiles.cpp99 int result = m_stream->peek();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtexutils.cpp489 char ch = (char)str.peek();
497 ch = (char)str.peek();
504 ch = (char)str.peek();
508 ch = (char)str.peek();
537 char ch = (char)istr.peek();
544 ch = (char)istr.peek();
581 char ch = (char)istr.peek();
586 ch = (char)istr.peek();
598 ch = (char)istr.peek();
663 char ch = (char)istr.peek();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dd1_pkt.c185 int len, int peek);
771 int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek) argument
785 (peek && (type != SSL3_RT_APPLICATION_DATA))) {
793 if ((ret = have_handshake_fragment(s, type, buf, len, peek)))
902 * 'peek' mode)
932 if (!peek) {
1448 int len, int peek)
1458 /* peek == 0 */
1447 have_handshake_fragment(SSL *s, int type, unsigned char *buf, int len, int peek) argument
H A Ds2_pkt.c128 static int ssl2_read_internal(SSL *s, void *buf, int len, int peek) argument
159 if (!peek) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_pkt.c125 int len, int peek);
655 int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek) argument
669 (peek && (type != SSL3_RT_APPLICATION_DATA)))
676 if ( (ret = have_handshake_fragment(s, type, buf, len, peek)))
729 * (even in 'peek' mode) */
758 if (!peek)
1185 int len, int peek)
1195 /* peek == 0 */
1184 have_handshake_fragment(SSL *s, int type, unsigned char *buf, int len, int peek) argument
H A Ds2_pkt.c127 static int ssl2_read_internal(SSL *s, void *buf, int len, int peek) argument
159 if (!peek)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dd1_pkt.c185 int len, int peek);
771 int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek) argument
785 (peek && (type != SSL3_RT_APPLICATION_DATA))) {
793 if ((ret = have_handshake_fragment(s, type, buf, len, peek)))
902 * 'peek' mode)
932 if (!peek) {
1448 int len, int peek)
1458 /* peek == 0 */
1447 have_handshake_fragment(SSL *s, int type, unsigned char *buf, int len, int peek) argument
H A Ds2_pkt.c128 static int ssl2_read_internal(SSL *s, void *buf, int len, int peek) argument
159 if (!peek) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsocket.h186 wxUint32 GetPushback(void *buffer, wxUint32 size, bool peek);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3collections.h213 void * (*peek) (struct ANTLR3_STACK_struct * stack); member in struct:ANTLR3_STACK_struct

Completed in 303 milliseconds

123