Searched refs:seen (Results 1 - 25 of 60) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_proto_tcp.c119 * we haven't seen.
128 * SYN_SENT: SYN-only packet seen
129 * SYN_SENT2: SYN-only packet seen from reply dir, simultaneous open
130 * SYN_RECV: SYN-ACK packet seen
131 * ESTABLISHED: ACK packet seen
132 * FIN_WAIT: FIN packet seen
133 * CLOSE_WAIT: ACK seen (after FIN)
134 * LAST_ACK: FIN seen (after FIN)
135 * TIME_WAIT: last ACK seen
192 * sFW -> sLA FIN seen i
933 struct ip_ct_tcp_state seen = {}; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/zorro/
H A Dnames.c22 unsigned short seen; member in struct:zorro_prod_info
94 int nr = prod_p->seen + 1;
95 prod_p->seen = nr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_testutils.h36 int seen; member in struct:regress_dns_server_table
H A Dregress_testutils.c157 ++tab->seen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/libnetfilter_cttimeout-1.0.0/include/linux/netfilter/
H A Dnf_conntrack_tcp.h62 struct ip_ct_tcp_state seen[2]; /* connection parameters per direction */ member in struct:ip_ct_tcp
68 u_int32_t last_seq; /* Last sequence number seen in dir */
69 u_int32_t last_ack; /* Last sequence number seen in opposite dir */
71 u_int16_t last_win; /* Last window advertisement seen in dir */
73 u_int8_t last_wscale; /* Last window scaling factor seen */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/soundbus/
H A Dcore.c65 int cplen, seen = 0; local
92 retval = add_uevent_var(env, "OF_COMPATIBLE_%d=%s", seen, compat);
97 seen += 1;
100 retval = add_uevent_var(env, "OF_COMPATIBLE_N=%d", seen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dnf_conntrack_tcp.h59 struct ip_ct_tcp_state seen[2]; /* connection parameters per direction */ member in struct:ip_ct_tcp
65 u_int32_t last_seq; /* Last sequence number seen in dir */
66 u_int32_t last_ack; /* Last sequence number seen in opposite dir */
68 u_int16_t last_win; /* Last window advertisement seen in dir */
70 u_int8_t last_wscale; /* Last window scaling factor seen */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dtail.c89 int nfiles, nread, nwrite, seen, i, opt; local
176 seen = 1;
182 if (seen < count) {
184 nwrite -= (count - seen);
185 seen = count;
190 if (*s++ == '\n' && ++seen == count) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Ddevice.c181 int seen = 0, cplen, sl; local
198 if (add_uevent_var(env, "OF_COMPATIBLE_%d=%s", seen, compat))
204 seen++;
207 if (add_uevent_var(env, "OF_COMPATIBLE_N=%d", seen))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dsrc-dep.pl46 local(@a,%seen,@ret,$r);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dsrc-dep.pl46 local(@a,%seen,@ret,$r);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dsrc-dep.pl46 local(@a,%seen,@ret,$r);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmp3enc.c95 uint32_t seen; member in struct:MP3Context
207 mp3->seen=0;
237 mp3->seen++;
240 if (mp3->want == mp3->seen) {
254 mp3->seen = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/regex/
H A Dregex.inc40 * A backslash-_a_lphanumeric seen
42 * E backslash (_e_scape) seen within []
43 * H looka_h_ead constraint seen
45 * L _l_ocale-specific construct seen
46 * M unportable (_m_achine-specific) construct seen
48 * P non-_P_OSIX construct seen
49 * Q {} _q_uantifier seen
50 * R back _r_eference seen
51 * S POSIX-un_s_pecified syntax seen
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtrefcount.tex12 copied because the changes to one of the objects shouldn't be seen in the
18 is not seen from the outside of the class - in any case, the result of any
82 the public interface which will be seen by the user of your class.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c503.c383 static irqreturn_t el2_probe_interrupt(int irq, void *seen) argument
385 *(bool *)seen = true;
400 bool seen; local
403 dev->name, &seen);
409 /* Twinkle the interrupt, and check if it's seen. */
410 seen = false;
416 if (!seen)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev67-strrchr.S78 beq t1, $loop # U : if we havnt seen a null, loop
99 cmoveq t8, 0x3f, t2 # E : Compensate for case when no match is seen
H A Dstrrchr.S51 beq t1, $loop # .. e1 : if we havnt seen a null, loop
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-hcd.c425 struct ed **seen = NULL; local
436 seen = kcalloc(max, sizeof *seen, GFP_ATOMIC);
437 if (!seen)
448 if (seen[temp] == ed) {
456 seen[seen_count++] = ed;
486 kfree(seen);
H A Dohci-dbg.c529 struct ed **seen, *ed; local
535 if (!(seen = kmalloc (DBG_SCHED_LIMIT * sizeof *seen, GFP_ATOMIC)))
563 if (seen [temp] == ed)
596 seen [seen_count++] = ed;
601 /* we've seen it and what's after */
613 kfree (seen);
H A Dehci-dbg.c558 union ehci_shadow p, *seen; local
564 if (!(seen = kmalloc (DBG_SCHED_LIMIT * sizeof *seen, GFP_ATOMIC)))
608 if (seen [temp].ptr != p.ptr)
650 seen [seen_count++].qh = p.qh;
691 kfree (seen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/mod/
H A Dmodpost.h110 int seen; member in struct:module
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_client.c1635 int seen = 0; local
1639 seen = BIO_read(sbio, mbuf, BUFSIZZ);
1640 mbuf[seen] = 0;
1645 seen = BIO_read(sbio, mbuf, BUFSIZZ);
1646 mbuf[seen] = 0;
1650 seen = BIO_read(sbio, sbuf, BUFSIZZ);
1651 sbuf[seen] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_client.c1635 int seen = 0; local
1639 seen = BIO_read(sbio, mbuf, BUFSIZZ);
1640 mbuf[seen] = 0;
1645 seen = BIO_read(sbio, mbuf, BUFSIZZ);
1646 mbuf[seen] = 0;
1650 seen = BIO_read(sbio, sbuf, BUFSIZZ);
1651 sbuf[seen] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/Android/
H A DAndroid.mk84 # for NOTICE files before it gets to this point, so it will only be seen

Completed in 297 milliseconds

123