Searched refs:forward (Results 1 - 25 of 44) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dipforward_solaris.c32 char forward[] = "ip_forwarding"; local
36 buf = (char *) XMALLOC (MTYPE_TMP, sizeof forward + 1);
37 strcpy (buf, forward);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Dalloc.c64 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) argument
84 if (!tstbits(bmp, nr, n + forward)) {
88 /*if (!tstbits(bmp, nr + n, n + forward)) {
93 while ((a = tstbits(bmp, q, n + forward)) != 0) {
112 if (n + forward >= 0x3f && bmp[i] != -1) goto cont;
121 while ((a = tstbits(bmp, q, n + forward)) != 0) {
158 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward, int lock) argument
166 if (forward < 0) {
167 forward = -forward;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_redistribute.h51 struct in6_addr forward; member in struct:ospf6_redistribute_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Diptable_filter.c116 /* Default to forward because I got too much mail already. */
117 static int forward = NF_ACCEPT; variable
118 module_param(forward, bool, 0000);
124 if (forward < 0 || forward > NF_MAX_VERDICT) {
125 printk("iptables forward must be 0 or 1\n");
130 initial_table.entries[1].target.verdict = -forward - 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6table_filter.c106 /* Default to forward because I got too much mail already. */
107 static int forward = NF_ACCEPT; variable
108 module_param(forward, bool, 0000);
114 if (forward < 0 || forward > NF_MAX_VERDICT) {
115 printk("iptables forward must be 0 or 1\n");
120 initial_table.entries[1].target.verdict = -forward - 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Dforward.c19 int mpoe = 0; /* for multiple wan, forward dns query to all ifs */
373 size_t pheader_len, struct frec *forward)
396 forward->discard_pseudoheader = 1;
428 HEADER *header, size_t plen, time_t now, struct frec *forward)
430 //struct frec *forward; /* Foxconn removed by EricHuang, 12/28/2007 */
475 if (mpoe == 1 && forward)
476 forward->forwardall = 1; //forwardall = 1; /* Foxconn modified by EricHuang, 01/02/2008 */
490 forward = NULL;
493 else if ( (forward || (forward
372 add_device_id(struct daemon *daemon, HEADER *header, size_t plen, unsigned char *pheader, size_t pheader_len, struct frec *forward) argument
426 forward_query(struct daemon *daemon, int udpfd, union mysockaddr *udpaddr, struct all_addr *dst_addr, unsigned int dst_iface, HEADER *header, size_t plen, time_t now, struct frec *forward) argument
872 struct frec *forward; local
[all...]
H A DMakefile24 #OBJS = cache.o rfc1035.o util.o option.o forward.o isc.o \
27 OBJS = cache.o rfc1035.o util.o option.o forward.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ax25/
H A Dax25_dev.c67 ax25_dev->forward = NULL;
115 if (s->forward == dev)
116 s->forward = NULL;
156 if (ax25_dev->forward != NULL)
158 ax25_dev->forward = fwd_dev->dev;
162 if (ax25_dev->forward == NULL)
164 ax25_dev->forward = NULL;
181 if (ax25_dev->forward == NULL)
184 return ax25_dev->forward;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dbackends.h97 int (*forward) (oggpack_buffer *,struct vorbis_block *, member in struct:__anon1079
126 int (*forward) (struct vorbis_block *vb); member in struct:__anon1080
H A Danalysis.c47 if((ret=_mapping_P[0]->forward(vb)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/mouse/
H A Dalps.c81 int back = 0, forward = 0; local
113 forward = packet[0] & 0x10;
118 forward = packet[2] & 4;
119 if ((middle = forward && back))
120 forward = back = 0;
170 input_report_key(dev, BTN_FORWARD, forward);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Ddn_dev.h105 __u8 forward; member in struct:dn_short_packet
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tokenring/
H A Dlanstreamer.h244 __u32 forward; member in struct:streamer_tx_desc
255 __u32 forward; member in struct:streamer_rx_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscript_asm.pl53 $debug_external = 0; # Print external/forward reference messages
269 print STDERR "forward $1\n" if ($debug_external);
270 $forward{$symbol} = "line $lineno : $_";
404 delete $forward{$1}; # an array of longs
422 delete $forward{$id};
444 delete $forward{$external};
794 @undefined = keys %forward;
798 print STDERR "$undef in $forward{$undef}\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/
H A DKeyRangeTest.java302 boolean forward, boolean init,
307 if (forward) {
321 String msg = " " + (forward ? "next" : "prev") + " i=" + i +
300 checkRange(byte[][] bytes, int first, int last, boolean inRange, boolean reversed, boolean forward, boolean init, int i) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest089.tcl122 # Write forward datastr with dup cursor and read with original.
125 set forward [$dbcw get -current]
126 error_check_good check_with_orig $forward $get_first
235 # Now walk forward with original cursor ...
H A Dlock005.tcl55 foreach endorder {forward reverse} {
85 if {$endorder == "forward"} {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dx_x509a.c176 ASN1_EXP_OPT(X509_CERT_PAIR, forward, X509, 0),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudev_rules.c1119 dbg("moving forward to label '%s'", key_val(rule, &rule->goto_label));
1185 dbg("moving forward to label '%s'", key_val(rule, &rule->goto_label));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_da_btree.c774 int count, forward, error, retval, i; local
797 * to merge with the forward block unless it is NULL.
804 forward = (info->forw != 0);
806 error = xfs_da_path_shift(state, &state->altpath, forward,
821 * whether to merge with the forward or the backward block.
826 forward = (be32_to_cpu(info->forw) < be32_to_cpu(info->back));
827 for (i = 0; i < 2; forward = !forward, i++) {
828 if (forward)
862 error = xfs_da_path_shift(state, &state->altpath, forward,
1398 xfs_da_path_shift(xfs_da_state_t *state, xfs_da_state_path_t *path, int forward, int release, int *result) argument
[all...]
H A Dxfs_dir2_node.c1129 int forward; /* sibling block direction */ local
1157 * to merge with the forward block unless it is NULL.
1164 forward = (info->forw != 0);
1166 error = xfs_da_path_shift(state, &state->altpath, forward, 0,
1176 * whether to merge with the forward or the backward block.
1180 forward = be32_to_cpu(info->forw) < be32_to_cpu(info->back);
1181 for (i = 0, bp = NULL; i < 2; forward = !forward, i++) {
1182 blkno = forward ? be32_to_cpu(info->forw) : be32_to_cpu(info->back);
1229 error = xfs_da_path_shift(state, &state->altpath, forward,
[all...]
H A Dxfs_da_btree.h229 int forward, int release, int *result);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/ctf/
H A Dhndctf.h51 #define ctf_forward(ci, p, d) (ci)->fn.forward(ci, p, d)
149 ctf_forward_t forward; member in struct:ctf_fn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dpa-risc2W.s772 CMPB,= %r21,%ret0,$00000012 ;if (i == 64) (forward)
776 CMPB,*<<,N %r29,%r4,bn_div_err_case ; if (h > 1<<i) (forward)
802 CMPB,*=,N %r31,%r6,$D2 ; if ((h>>32) != dh)(forward) div
840 CMPB,*<>,N %r0,%r26,$00000046 ; (forward)
854 CMPB,*<<=,N %r31,%r4,$00000036 ;if (n < th) (forward)
858 ADDIB,=,N -1,%r9,$D1 ;if (--count == 0) break (forward)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dpa-risc2W.s772 CMPB,= %r21,%ret0,$00000012 ;if (i == 64) (forward)
776 CMPB,*<<,N %r29,%r4,bn_div_err_case ; if (h > 1<<i) (forward)
802 CMPB,*=,N %r31,%r6,$D2 ; if ((h>>32) != dh)(forward) div
840 CMPB,*<>,N %r0,%r26,$00000046 ; (forward)
854 CMPB,*<<=,N %r31,%r4,$00000036 ;if (n < th) (forward)
858 ADDIB,=,N -1,%r9,$D1 ;if (--count == 0) break (forward)

Completed in 206 milliseconds

12