Searched refs:dstsize (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_prefix.c170 size_t dstsize)
174 memset (dst, 0, dstsize);
177 if (dstsize < srcsize)
178 memcpy (dst, src, dstsize);
169 ospf6_prefix_copy(struct ospf6_prefix *dst, struct ospf6_prefix *src, size_t dstsize) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlink/
H A Dattr.c187 * @dstsize: size of destination buffer
189 * Copies at most dstsize - 1 bytes into the destination buffer.
195 size_t nla_strlcpy(char *dst, const struct nlattr *nla, size_t dstsize) argument
203 if (dstsize > 0) {
204 size_t len = (srclen >= dstsize) ? dstsize - 1 : srclen;
206 memset(dst, 0, dstsize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/OS400/
H A Dos400sys.c952 unsigned int dstsize; local
969 dstsize = sizeof *dstaddr - offsetof(struct sockaddr_un, sun_path);
971 i = QadrtConvertA2E(dstu->sun_path, srcu->sun_path, dstsize - 1, srclen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dnetlink.h231 size_t dstsize);

Completed in 108 milliseconds