Searched refs:dst_len (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_rules.c41 unsigned char dst_len; member in struct:dn_fib_rule
155 if (frh->dst_len)
160 r->dst_len = frh->dst_len;
161 r->dstmask = dnet_make_mask(r->dst_len);
175 if (frh->dst_len && (r->dst_len != frh->dst_len))
181 if (frh->dst_len && (r->dst != nla_get_le16(tb[FRA_DST])))
211 frh->dst_len
[all...]
H A Ddn_fib.c539 static void fib_magic(int cmd, int type, __le16 dst, int dst_len, struct dn_ifaddr *ifa) argument
565 req.rtm.rtm_dst_len = dst_len;
H A Ddn_table.c294 u32 tb_id, u8 type, u8 scope, void *dst, int dst_len,
304 rtm->rtm_dst_len = dst_len;
293 dn_fib_dump_info(struct sk_buff *skb, u32 pid, u32 seq, int event, u32 tb_id, u8 type, u8 scope, void *dst, int dst_len, struct dn_fib_info *fi, unsigned int flags) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_rules.c40 u8 dst_len; member in struct:fib4_rule
204 if (frh->dst_len)
214 rule4->dst_len = frh->dst_len;
215 rule4->dstmask = inet_make_mask(rule4->dst_len);
231 if (frh->dst_len && (rule4->dst_len != frh->dst_len))
245 if (frh->dst_len && (rule4->dst != nla_get_be32(tb[FRA_DST])))
257 frh->dst_len
[all...]
H A Dfib_lookup.h30 int dst_len, u8 tos, struct fib_info *fi,
33 int dst_len, u32 tb_id, struct nl_info *info,
H A Dfib_semantics.c304 int dst_len, u32 tb_id, struct nl_info *info,
316 fa->fa_type, fa->fa_scope, key, dst_len,
959 u32 tb_id, u8 type, u8 scope, __be32 dst, int dst_len, u8 tos,
971 rtm->rtm_dst_len = dst_len;
303 rtmsg_fib(int event, __be32 key, struct fib_alias *fa, int dst_len, u32 tb_id, struct nl_info *info, unsigned int nlm_flags) argument
958 fib_dump_info(struct sk_buff *skb, u32 pid, u32 seq, int event, u32 tb_id, u8 type, u8 scope, __be32 dst, int dst_len, u8 tos, struct fib_info *fi, unsigned int flags) argument
H A Dfib_frontend.c618 static void fib_magic(int cmd, int type, __be32 dst, int dst_len, struct in_ifaddr *ifa) argument
625 .fc_dst_len = dst_len,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfib_rules.h19 __u8 dst_len; member in struct:fib_rule_hdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dfib6_rules.c185 if (frh->dst_len)
190 rule6->dst.plen = frh->dst_len;
206 if (frh->dst_len && (rule6->dst.plen != frh->dst_len))
216 if (frh->dst_len &&
229 frh->dst_len = rule6->dst.plen;
H A Dip6_fib.c943 struct in6_addr *daddr, int dst_len,
948 fn = fib6_locate_1(root, daddr, dst_len,
942 fib6_locate(struct fib6_node *root, struct in6_addr *daddr, int dst_len, struct in6_addr *saddr, int src_len) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dgetpart.c129 * in destination buffer excluding potential null string termination 'dst_len',
150 size_t *dst_len, /* dest buffer data length */
186 need_alloc = src_len + *dst_len + 1;
202 memcpy(*dst_buf + *dst_len, src_buf, src_len);
203 *dst_len += src_len;
204 *(*dst_buf + *dst_len) = '\0';
149 appenddata(char **dst_buf, size_t *dst_len, size_t *dst_alloc, char *src_buf, int src_b64) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Drunlist.h74 const int dst_len, const runlist_element *rl,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/dma/
H A Dioatdma.h121 DECLARE_PCI_UNMAP_LEN(dst_len)
H A Dioatdma.c306 pci_unmap_len_set(new, dst_len, orig_len);
478 pci_unmap_len(desc, dst_len),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Drunlist.h91 const int dst_len, const runlist_element *rl,
H A Drunlist.c1255 * @dst_len: size of destination buffer @dst in bytes
1263 * @dst_len is the size of @dst in bytes and it should be at least equal to the
1290 const int dst_len, const runlist_element *rl,
1302 BUG_ON(dst_len < 1);
1322 dst_max = dst + dst_len - 1;
1289 ntfs_mapping_pairs_build(const ntfs_volume *vol, s8 *dst, const int dst_len, const runlist_element *rl, const VCN first_vcn, const VCN last_vcn, VCN *const stop_vcn) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dip6_fib.h198 struct in6_addr *daddr, int dst_len,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dfib_rules.c187 if (frh->dst_len)
189 frh->dst_len > (ops->addr_size * 8) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Drunlist.c1415 * @dst_len: size of destination buffer @dst in bytes
1421 * @start_vcn and save the array in @dst. @dst_len is the size of @dst in
1443 const int dst_len, const runlist_element *rl,
1458 if (dst_len < 1)
1471 dst_max = dst + dst_len - 1;
1442 ntfs_mapping_pairs_build(const ntfs_volume *vol, u8 *dst, const int dst_len, const runlist_element *rl, const VCN start_vcn, VCN *const stop_vcn) argument

Completed in 285 milliseconds