Searched refs:src (Results 251 - 275 of 920) sorted by relevance

<<11121314151617181920>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dfbcon-sti.c49 memcpy_fromhp_tohp(void *dest, void *src, int count) argument
52 unsigned long s = ram2log(src);
82 readb_hp(void *src) argument
84 unsigned long s = ram2log(src);
118 u8 *src, *dest; local
122 src = p->screen_base+sy*fontheight(p)*width;
124 memcpy_fromhp_tohp(dest, src, height*fontheight(p)*width);
126 src = p->screen_base+sy*fontheight(p)*p->next_line+sx;
129 memcpy_fromhp_tohp(dest, src, width);
130 src
[all...]
H A Dfbcon-mfb.c38 u8 *src, *dest; local
42 src = p->screen_base+sy*fontheight(p)*width;
44 fb_memmove(dest, src, height*fontheight(p)*width);
46 src = p->screen_base+sy*fontheight(p)*p->next_line+sx;
49 fb_memmove(dest, src, width);
50 src += p->next_line;
54 src = p->screen_base+((sy+height)*fontheight(p)-1)*p->next_line+sx;
57 fb_memmove(dest, src, width);
58 src -= p->next_line;
H A Dfbcon-vga.c102 u16 *src, *dst; local
106 src = (u16 *)(p->screen_base+sy*p->next_line);
108 vga_memmovew(dst, src, height*width);
110 src = (u16 *)(p->screen_base+sy*p->next_line+sx*2);
113 vga_memmovew(dst, src, width);
114 src += p->next_line/2;
118 src = (u16 *)(p->screen_base+(sy+height-1)*p->next_line+sx*2);
121 vga_memmovew(dst, src, width);
122 src -= p->next_line/2;
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dlash.c781 char *src, *dst, *var; local
855 src = command;
856 while((dst = strchr(src,'$')) != NULL){
895 src=dst+2;
903 src=strchr(dst+1, '}');
906 src=dst+1;
907 while(isalnum(*src) || *src=='_') src++;
909 if (src
950 char *src, *buf, *chptr; local
1073 REDIRECT_APPEND, src++; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_nat_pptp.c94 ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.u.gre.key =
98 newip = master->tuplehash[IP_CT_DIR_REPLY].tuple.src.ip;
102 ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.u.gre.key =
106 newip = master->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.ip;
266 if (t.src.ip == orig_t->src.ip && t.dst.ip == orig_t->dst.ip) {
268 t.src.u.gre.key = htonl(nat_pptp_info->pns_call_id);
270 inv_t.src.ip = reply_t->src.ip;
272 inv_t.src
[all...]
H A Dipt_conntrack.c33 if(ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.ip !=
38 ct->tuplehash[IP_CT_DIR_REPLY].tuple.src.ip)
52 if (!ct || FWINV((ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.ip&sinfo->sipmsk[IP_CT_DIR_ORIGINAL].s_addr) != sinfo->tuple[IP_CT_DIR_ORIGINAL].src.ip, IPT_CONNTRACK_ORIGSRC))
62 if (!ct || FWINV((ct->tuplehash[IP_CT_DIR_REPLY].tuple.src.ip&sinfo->sipmsk[IP_CT_DIR_REPLY].s_addr) != sinfo->tuple[IP_CT_DIR_REPLY].src.ip, IPT_CONNTRACK_REPLSRC))
H A Dip_nat_core.c51 hash_by_ipsproto(u_int32_t src, u_int32_t dst, u_int16_t proto) argument
53 /* Modified src and dst, to ensure we don't create two
55 return (src + dst + proto) % ip_nat_htable_size;
61 /* Original src, to ensure we map it consistently if poss. */
78 .tuple.src,
85 .tuple.src.ip,
152 if (ntohl(newtuple.src.ip) < ntohl(mr->range[i].min_ip)
153 || (ntohl(newtuple.src.ip)
157 if (newtuple.src.ip != tuple->src
223 fake_cmp(const struct ip_nat_hash *i, u_int32_t src, u_int32_t dst, u_int16_t protonum, unsigned int *score, const struct ip_conntrack *conntrack) argument
241 count_maps(u_int32_t src, u_int32_t dst, u_int16_t protonum, const struct ip_conntrack *conntrack) argument
[all...]
H A Dip_nat_starcraft.c21 * find the packets with src port = 6112, redirect the ip to local one
24 * find the packets with src port = 6112, redirect the src port to
26 * src port = 10000 + x, x=(ip-192.168.1.1)+10000
74 "src=%u.%u.%u.%u:%u dst=%u.%u.%u.%u:%u "
83 NIPQUAD(ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.ip),
85 NIPQUAD(ct->tuplehash[IP_CT_DIR_REPLY].tuple.src.ip),
98 oip = (unsigned int )ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.ip;
166 printk("POST: %x %x\n", ntohs(udph->source), (unsigned int)(ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.ip));
170 unsigned int newport = 10000 + (unsigned int)(((ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src
[all...]
H A Dipt_mport.c17 ports_match(const struct ipt_mport *minfo, u_int16_t src, u_int16_t dst) argument
38 && src >= s && src <= e)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dipt_conntrack.c33 if(ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.ip !=
38 ct->tuplehash[IP_CT_DIR_REPLY].tuple.src.ip)
52 if (!ct || FWINV((ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.ip&sinfo->sipmsk[IP_CT_DIR_ORIGINAL].s_addr) != sinfo->tuple[IP_CT_DIR_ORIGINAL].src.ip, IPT_CONNTRACK_ORIGSRC))
62 if (!ct || FWINV((ct->tuplehash[IP_CT_DIR_REPLY].tuple.src.ip&sinfo->sipmsk[IP_CT_DIR_REPLY].s_addr) != sinfo->tuple[IP_CT_DIR_REPLY].src.ip, IPT_CONNTRACK_REPLSRC))
H A Dip_nat_core.c51 hash_by_ipsproto(u_int32_t src, u_int32_t dst, u_int16_t proto) argument
53 /* Modified src and dst, to ensure we don't create two
55 return (src + dst + proto) % ip_nat_htable_size;
61 /* Original src, to ensure we map it consistently if poss. */
78 .tuple.src,
85 .tuple.src.ip,
152 if (ntohl(newtuple.src.ip) < ntohl(mr->range[i].min_ip)
153 || (ntohl(newtuple.src.ip)
157 if (newtuple.src.ip != tuple->src
223 fake_cmp(const struct ip_nat_hash *i, u_int32_t src, u_int32_t dst, u_int16_t protonum, unsigned int *score, const struct ip_conntrack *conntrack) argument
241 count_maps(u_int32_t src, u_int32_t dst, u_int16_t protonum, const struct ip_conntrack *conntrack) argument
[all...]
H A Dipt_mport.c17 ports_match(const struct ipt_mport *minfo, u_int16_t src, u_int16_t dst) argument
38 && src >= s && src <= e)
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dfirewall_noipt.c46 filter.match.src.ports[1] = nat->match.src.ports[1];
73 filter.match.src.ports[1] = nat->match.src.ports[1];
98 filter.match.src.ports[1] = nat->match.src.ports[1];
189 while (ntohl(start.match.src.ipaddr.s_addr) <= ntohl(end.match.src.ipaddr.s_addr))
203 start.match.src.ipaddr.s_addr = htonl(ntohl(start.match.src
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dfirewall_noipt.c46 filter.match.src.ports[1] = nat->match.src.ports[1];
73 filter.match.src.ports[1] = nat->match.src.ports[1];
98 filter.match.src.ports[1] = nat->match.src.ports[1];
189 while (ntohl(start.match.src.ipaddr.s_addr) <= ntohl(end.match.src.ipaddr.s_addr))
203 start.match.src.ipaddr.s_addr = htonl(ntohl(start.match.src
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/lib/
H A Dmemcpy.S41 # define src r3
59 * First, check if everything (src, dst, len) is a multiple of eight. If
99 mov src=in1 // copy because of rotation
114 (p[0]) ld8 val[0]=[src],8
158 (p[0]) ld1 val[0]=[src],1
201 and t0=-8,src // t0 = src & ~7
202 and t2=7,src // t2 = src & 7
205 adds src2=7,src // src
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/DISTRIBUTIONS/RPM.RedHat/
H A DMakefile4 RPM=/usr/src/redhat/RPMS/i386/${PACKAGE}-${VERSION}-${RELEASE}.i386.rpm
29 cp lpd.init /usr/src/redhat/SOURCES/lpd.init
34 rm -rf /usr/src/redhat/BUILD/${PACKAGE}-*
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dmerge.c80 #define ICOPY_LIST(src, dst, last) \
82 *(int*)dst = *(int*)src, src += ISIZE, dst += ISIZE; \
83 while(src < last)
84 #define ICOPY_ELT(src, dst, i) \
86 *(int*) dst = *(int*) src, src += ISIZE, dst += ISIZE; \
89 #define CCOPY_LIST(src, dst, last) \
91 *dst++ = *src++; \
92 while (src < las
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dstring.h33 static inline char * strcpy(char * dest,const char *src) argument
42 :"0" (src),"1" (dest) : "memory");
47 static inline char * strncpy(char * dest,const char *src,size_t count) argument
61 :"0" (src),"1" (dest),"2" (count) : "memory");
66 static inline char * strcat(char * dest,const char * src) argument
78 : "0" (src), "1" (dest), "2" (0), "3" (0xffffffff):"memory");
83 static inline char * strncat(char * dest,const char * src,size_t count) argument
100 : "0" (src),"1" (dest),"2" (0),"3" (0xffffffff), "g" (count)
345 static inline void * memmove(void * dest,const void * src, size_t n) argument
348 if (dest<src)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dstring.h33 static inline char * strcpy(char * dest,const char *src) argument
42 :"0" (src),"1" (dest) : "memory");
47 static inline char * strncpy(char * dest,const char *src,size_t count) argument
61 :"0" (src),"1" (dest),"2" (count) : "memory");
66 static inline char * strcat(char * dest,const char * src) argument
78 : "0" (src), "1" (dest), "2" (0), "3" (0xffffffff):"memory");
83 static inline char * strncat(char * dest,const char * src,size_t count) argument
100 : "0" (src),"1" (dest),"2" (0),"3" (0xffffffff), "g" (count)
345 static inline void * memmove(void * dest,const void * src, size_t n) argument
348 if (dest<src)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A Drio_linux.h125 char *src = source; local
128 writeb (*src++, dst++);
139 char *src = source; local
142 *dst++ = readb (src++);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dieee1394_types.h93 u32 *src = (u32 *)__src; local
98 *dest++ = swab32p(src++);
106 static __inline__ void *memcpy_le32(u32 *dest, const u32 *src, size_t count) argument
108 return memcpy(dest, src, count);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dpwc-uncompress.h48 void *src, void *dst, int planar,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dmemcpy.c151 void * memcpy(void * dest, const void *src, size_t n) argument
153 if (!(((unsigned long) dest ^ (unsigned long) src) & 7)) {
154 __memcpy_aligned_up ((unsigned long) dest, (unsigned long) src,
158 __memcpy_unaligned_up ((unsigned long) dest, (unsigned long) src, n);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/ia32/
H A Dia32_ldt.c29 char *src, *dst, buf[256]; /* temporary buffer (don't overflow kernel stack!) */ local
37 src = (void *) IA32_LDT_OFFSET;
49 if (__copy_from_user(buf, src, n))
55 src += n;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Dmodule.c45 encode_int_serial(uint64_t src,uint64_t *dest) argument
50 val = src + SN00_SERIAL_FUDGE;
62 decode_int_serial(uint64_t src, uint64_t *dest) argument
70 ((char*)&src)[i];
78 encode_str_serial(const char *src, char *dest) argument
84 dest[i] = src[MAX_SERIAL_NUM_SIZE/2 +
91 decode_str_serial(const char *src, char *dest) argument
97 ((i%2) ? ((i/2 * -1) - 1) : (i/2))] = src[i] -
176 char * bcopy(const char * src, char * dest, int count);

Completed in 291 milliseconds

<<11121314151617181920>>