Searched refs:dst (Results 126 - 150 of 626) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/iproute2/lib/
H A Ddnet_pton.c19 static int dnet_num(const char *src, u_int16_t * dst) argument
23 *dst = 0;
31 (*dst) *= 10;
32 (*dst) += tmp;
H A Dutils.c188 int get_prefix_1(inet_prefix *dst, char *arg, int family) argument
194 memset(dst, 0, sizeof(*dst));
199 dst->family = family;
200 dst->bytelen = 0;
201 dst->bitlen = 0;
208 err = get_addr_1(dst, arg, family);
210 switch(dst->family) {
212 dst->bitlen = 128;
215 dst
235 get_addr(inet_prefix *dst, char *arg, int family) argument
248 get_prefix(inet_prefix *dst, char *arg, int family) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dchecksum.h37 unsigned int csum_partial_copy_from_user(const char *src, char *dst, int len,
44 static inline unsigned int csum_and_copy_to_user (const char *src, char *dst, argument
50 if (copy_to_user(dst, src, len)) {
65 unsigned int csum_partial_copy(const char *src, char *dst, int len,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dchecksum.h30 * here even more important to align src and dst on a 32-bit (or even
35 csum_partial_copy_nocheck(const char *src, char *dst, int len, int sum);
38 csum_partial_copy_from_user(const char *src, char *dst, int len, int sum, int *err_ptr);
46 #define csum_partial_copy(src,dst,len,sum) csum_partial_copy_nocheck(src,dst,len,sum)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dchecksum.h135 extern unsigned long csum_partial_copy_generic(const char *src, const char *dst,
141 extern unsigned int csum_partial_copy_from_user(const char *src, char *dst,
143 extern unsigned int csum_partial_copy_to_user(const char *src, char *dst,
145 extern unsigned int csum_partial_copy_nocheck(const char *src, char *dst, int len,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/netfilter_ipv4/
H A Dipt_pool.h21 ip_pool_t dst; member in struct:ipt_pool_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dchecksum.h135 extern unsigned long csum_partial_copy_generic(const char *src, const char *dst,
141 extern unsigned int csum_partial_copy_from_user(const char *src, char *dst,
143 extern unsigned int csum_partial_copy_to_user(const char *src, char *dst,
145 extern unsigned int csum_partial_copy_nocheck(const char *src, char *dst, int len,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_ipv4/
H A Dipt_pool.h21 ip_pool_t dst; member in struct:ipt_pool_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dchecksum.h30 * here even more important to align src and dst on a 32-bit (or even
35 csum_partial_copy_nocheck(const char *src, char *dst, int len, int sum);
38 csum_partial_copy_from_user(const char *src, char *dst, int len, int sum, int *err_ptr);
46 #define csum_partial_copy(src,dst,len,sum) csum_partial_copy_nocheck(src,dst,len,sum)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dchecksum.h37 unsigned int csum_partial_copy_from_user(const char *src, char *dst, int len,
44 static inline unsigned int csum_and_copy_to_user (const char *src, char *dst, argument
50 if (copy_to_user(dst, src, len)) {
65 unsigned int csum_partial_copy(const char *src, char *dst, int len,
/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibipt_POOL.c32 " add/del src/dst IP from pool.\n\n",
50 ipi->src = ipi->dst = IP_POOL_NONE;
75 ipi->dst = ip_pool_get_index(optarg);
79 ipi->dst = ip_pool_get_index(optarg);
108 if (ipi->dst != IP_POOL_NONE) {
111 ip_pool_get_name(buf, sizeof(buf), ipi->dst, numeric));
128 if (ipi->dst != IP_POOL_NONE) {
131 ip_pool_get_name(buf, sizeof(buf), ipi->dst, 0));
H A Dlibipt_pool.c43 info->dst = IP_POOL_NONE;
67 info->dst = ip_pool_get_index(argv[optind-1]);
100 if (info->dst != IP_POOL_NONE)
103 ip_pool_get_name(buf, sizeof(buf), info->dst, 0));
117 if (info->dst != IP_POOL_NONE)
120 ip_pool_get_name(buf, sizeof(buf), info->dst, 0));
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_conntrack_proto_gre.c67 (km->tuple.dst.ip == t->dst.ip) &&
68 (km->tuple.dst.protonum == t->dst.protonum) &&
69 (km->tuple.dst.u.all == t->dst.u.all));
142 tuple->dst.u.gre.protocol = orig->dst.u.gre.protocol;
143 tuple->dst.u.gre.version = orig->dst
[all...]
H A Dipt_conntrack.c34 ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.ip)
37 if(ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.dst.ip !=
47 if (!ct || FWINV(ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.dst.protonum != sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.protonum, IPT_CONNTRACK_PROTO))
57 if (!ct || FWINV((ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.dst.ip&sinfo->dipmsk[IP_CT_DIR_ORIGINAL].s_addr) != sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.ip, IPT_CONNTRACK_ORIGDST))
67 if (!ct || FWINV((ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.ip&sinfo->dipmsk[IP_CT_DIR_REPLY].s_addr) != sinfo->tuple[IP_CT_DIR_REPLY].dst.ip, IPT_CONNTRACK_REPLDST))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dprocess.c342 elf_greg_t *dst = arg; local
347 memset(dst, 0, sizeof(elf_gregset_t)); /* don't leak any kernel bits to user-level */
376 unw_get_gr(info, i, &dst[i], &nat);
381 dst[32] = nat_bits;
382 unw_get_pr(info, &dst[33]);
385 unw_get_br(info, i, &dst[34 + i]);
388 dst[42] = ip + ia64_psr(pt)->ri;
389 dst[43] = cfm;
390 dst[44] = pt->cr_ipsr & IA64_PSR_UM;
392 unw_get_ar(info, UNW_AR_RSC, &dst[4
411 elf_fpreg_t *dst = arg; local
430 ia64_elf_core_copy_regs(struct pt_regs *pt, elf_gregset_t dst) argument
436 dump_fpu(struct pt_regs *pt, elf_fpregset_t dst) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_nat_pptp.c91 if (ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.dst.u.gre.key ==
96 ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u.gre.key =
104 ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u.gre.key =
110 if (ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.dst.u.gre.key ==
113 newip = master->tuplehash[IP_CT_DIR_REPLY].tuple.dst.ip;
118 newip = master->tuplehash[IP_CT_DIR_ORIGINAL].tuple.dst.ip;
178 new_callid = ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u.tcp.port;
256 old_dst_ip = oldexp->tuple.dst.ip;
266 if (t.src.ip == orig_t->src.ip && t.dst.ip == orig_t->dst
[all...]
H A Dipt_conntrack.c34 ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.ip)
37 if(ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.dst.ip !=
47 if (!ct || FWINV(ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.dst.protonum != sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.protonum, IPT_CONNTRACK_PROTO))
57 if (!ct || FWINV((ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.dst.ip&sinfo->dipmsk[IP_CT_DIR_ORIGINAL].s_addr) != sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.ip, IPT_CONNTRACK_ORIGDST))
67 if (!ct || FWINV((ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.ip&sinfo->dipmsk[IP_CT_DIR_REPLY].s_addr) != sinfo->tuple[IP_CT_DIR_REPLY].dst.ip, IPT_CONNTRACK_REPLDST))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/lib/
H A Dmemset.S21 #define F_FILL64(dst, offset, val, fixup) \
22 EX(sd, val, (offset + 0x00)(dst), fixup); \
23 EX(sd, val, (offset + 0x08)(dst), fixup); \
24 EX(sd, val, (offset + 0x10)(dst), fixup); \
25 EX(sd, val, (offset + 0x18)(dst), fixup); \
26 EX(sd, val, (offset + 0x20)(dst), fixup); \
27 EX(sd, val, (offset + 0x28)(dst), fixup); \
28 EX(sd, val, (offset + 0x30)(dst), fixup); \
29 EX(sd, val, (offset + 0x38)(dst), fixup)
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/sb1250/src/
H A Dsb1250_memcpy.S87 ## Arguments. Note: dst & src may be unaligned, len may be 0
88 #define dst a0 define
101 pref 1, 0(dst)
103 and t1, dst, ADDRMASK
106 pref 1, 1*32(dst)
112 pref 1, 2*32(dst)
116 ## src and dst are aligned; need to compute count
119 ADD dst2, dst, 8*NBYTES
124 pref 1, 3*32(dst)
163 USE( FIRST(7)(dst) )
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bridge/
H A Dbr_input.c53 struct net_bridge_fdb_entry *dst; local
86 dst = br_fdb_get(br, dest);
87 if (dst != NULL && dst->is_local) {
92 br_fdb_put(dst);
96 if (dst != NULL) {
97 br_forward(dst->dst, skb);
98 br_fdb_put(dst);
H A Dbr_device.c50 struct net_bridge_fdb_entry *dst; local
64 if ((dst = br_fdb_get(br, dest)) != NULL) {
65 br_deliver(dst->dst, skb);
66 br_fdb_put(dst);
119 static int br_dev_accept_fastpath(struct net_device *dev, struct dst_entry *dst) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/lib/
H A Dusercopy.c70 #define __do_strncpy_from_user(dst,src,count,res) \
94 : "i"(-EFAULT), "0"(count), "1"(count), "3"(src), "4"(dst) \
99 __strncpy_from_user(char *dst, const char *src, long count) argument
102 __do_strncpy_from_user(dst, src, count, res);
107 strncpy_from_user(char *dst, const char *src, long count) argument
111 __do_strncpy_from_user(dst, src, count, res);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dip_output.c102 BUG_TRAP(newskb->dst);
111 /* Don't just hand NF_HOOK skb->dst->output, in case netfilter hook
116 return skb->dst->output(skb);
125 struct rtable *rt = (struct rtable *)skb->dst;
137 if (ip_dont_fragment(sk, &rt->u.dst))
146 ip_select_ident(iph, &rt->u.dst, sk);
156 return NF_HOOK(PF_INET, NF_IP_LOCAL_OUT, skb, NULL, rt->u.dst.dev,
162 struct dst_entry *dst = skb->dst; local
163 struct hh_cache *hh = dst
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/lasat/
H A Dsetup.c228 unsigned long dst; local
232 dst = lasat_board_info.li_flash_service_base;
235 dst = lasat_board_info.li_flash_service_base + BOOTLOADER_SIZE;
238 dst = lasat_board_info.li_flash_normal_base;
241 dst = lasat_board_info.li_flash_fs_base;
244 dst = lasat_board_info.li_flash_cfg_base;
247 dst = 0;
251 return dst;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Dchecksum.h24 * here even more important to align src and dst on a 32-bit (or even
28 unsigned int csum_partial_copy_nocheck(const char *src, char *dst,
71 extern unsigned int csum_partial_copy_from_user(const char *src, char *dst,

Completed in 275 milliseconds

1234567891011>>