Searched refs:to (Results 101 - 125 of 3425) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibipt_connbytes.c1 /* Shared library add-on to iptables to add byte tracking support. */
17 " [!] --connbytes from:[to]\n"
38 si->count.to = strtoul(colon+1,&p,10);
41 si->count.to = 0xffffffff;
43 if (si->count.from > si->count.to)
45 si->count.from, si->count.to);
67 sinfo->count.from = sinfo->count.to;
68 sinfo->count.to = i;
155 if (sinfo->count.from > sinfo->count.to)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Doptions.c49 * @dreq: request socket to use during connection setup, or NULL
102 * HC-Sender to the HC-Receiver; option numbers 192 through 255
103 * are for options sent from the HC-Receiver to the HC-Sender.
107 * The same applies to Ack Vectors, as these depend on the CCID.
151 * RFC 4340 13.1: "The precise time corresponding to
153 * zero to indicate absence of a meaningful timestamp.
205 /* Give precedence to the biggest ELAPSED_TIME */
279 void dccp_encode_value_var(const u64 value, u8 *to, const u8 len) argument
282 *to++ = (value & 0xFF0000000000ull) >> 40;
284 *to
305 unsigned char *to; local
360 unsigned char *to; local
403 unsigned char *to; local
472 u8 tot_len, *to; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dutil.c30 static int slow_copyfile(const char *from, const char *to) argument
40 to_fp = fopen(to, "w");
57 int copyfile(const char *from, const char *to) argument
68 return slow_copyfile(from, to);
74 tofd = creat(to, 0755);
89 unlink(to);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Ddev-nand.c42 * to new kernel memory. The code returns 0 if the copy happened correctly or
43 * an error code for the calling function to display.
45 * Note, we currently do not try and look to see if we've already copied the
91 * time then there is little chance the system is going to run.
100 /* now see if we need to copy any of the nand set data */
105 struct s3c2410_nand_set *to; local
108 to = kmemdup(from, size, GFP_KERNEL);
109 npd->sets = to; /* set, even if we failed */
111 if (!to) {
117 ret = s3c_nand_copy_set(to);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/usb/
H A Dwusb-cbaf20 sysfs path to the device to authenticate; for example, both this
35 get-cdid to see how does this device report itself to us.
39 Get the device ID associated to the HOST-CHDI we sent with
44 If we allow the device to connect, set a random new CDID and CK
45 (connection key). Device saves them for the next time it wants to
47 authenticate the device (when we see the CDID he uses to id
48 itself) and the CK to crypto talk to i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dcompat_wrapper.S13 jg sys_exit # branch to sys_exit
20 jg sys32_read # branch to sys_read
27 jg sys32_write # branch to system call
34 jg sys_open # branch to system call
39 jg sys_close # branch to system call
45 jg sys_creat # branch to system call
51 jg sys_link # branch to system call
56 jg sys_unlink # branch to system call
61 jg sys_chdir # branch to system call
66 jg compat_sys_time # branch to syste
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/VMS/
H A Dtest-includes.com1 $! Quick script to check how well including individual header files works
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rsa/
H A Drsa_pk1.c7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
67 int RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, argument
79 p = (unsigned char *)to;
93 int RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, argument
110 if (*p != 0xff) { /* should decrypt to 0xff */
140 memcpy(to, p, (unsigned int)j);
145 int RSA_padding_add_PKCS1_type_2(unsigned char *to, in argument
182 RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_pk1.c7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
65 int RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, argument
77 p=(unsigned char *)to;
91 int RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, argument
108 if (*p != 0xff) /* should decrypt to 0xff */
138 memcpy(to,p,(unsigned int)j);
143 int RSA_padding_add_PKCS1_type_2(unsigned char *to, in argument
181 RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rsa/
H A Drsa_pk1.c7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
67 int RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, argument
79 p = (unsigned char *)to;
93 int RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, argument
110 if (*p != 0xff) { /* should decrypt to 0xff */
140 memcpy(to, p, (unsigned int)j);
145 int RSA_padding_add_PKCS1_type_2(unsigned char *to, in argument
182 RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/VMS/
H A Dtest-includes.com1 $! Quick script to check how well including individual header files works
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/VMS/
H A Dtest-includes.com1 $! Quick script to check how well including individual header files works
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/utf8/
H A Dutf8.c18 * along with this program; if not, write to the Free Software
40 /* Thanks to Peter Harris <peter.harris@hummingbird.com> for this win32
148 int utf8_encode(const char *from, char **to) argument
168 fprintf(stderr, "Out of memory processing string to UTF8\n");
184 *to = make_utf8_string(unicode);
190 int utf8_decode(const char *from, char **to) argument
201 fprintf(stderr, "Out of memory processing string from UTF8 to UNICODE16\n");
218 *to = safe_calloc_((size_t)chars + 1, sizeof(unsigned char));
219 if(*to == NULL)
221 fprintf(stderr, "Out of memory processing string to loca
263 convert_buffer(const char *fromcode, const char *tocode, const char *from, size_t fromlen, char **to, size_t *tolen) argument
284 convert_string(const char *fromcode, const char *tocode, const char *from, char **to, char replace) argument
309 utf8_encode(const char *from, char **to) argument
314 utf8_decode(const char *from, char **to) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/asm/
H A Dprocessor.h20 /* REP NOP (PAUSE) is a good thing to insert into busy-wait loops. */
38 struct arch_thread *to)
40 to->fs = from->fs;
37 arch_copy_thread(struct arch_thread *from, struct arch_thread *to) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dpmjump.S27 movl %edx, %esi # Pointer to boot_params table
33 jmp 1f # Short jump to serialize on 386/486
43 # Transition to 32-bit mode
59 # a valid stack if some debugging hack wants to use it.
62 # Set up TR to make Intel VT happy
65 # Clear registers to allow for future extensions to the
73 # Set up LDTR to make Intel VT happy
76 jmpl *%eax # Jump to the 32-bit entrypoint
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/doc/manl/
H A Dcsc_math.l10 CSC2x - 2 to a the power of x, 0 <= x <= 30
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Duaccess.h23 #define HAVE_ARCH_UNMAPPED_AREA /* we decide where to put mmaps */
70 * address of an instruction that is allowed to fault, and the second is
72 * modified, so it is entirely up to the continuation code to figure out
73 * what to do.
77 * we don't even have to jump over them. Further, they do not intrude
135 * we do not write to any memory gcc knows about, so there are no
267 #define __copy_from_user_inatomic(to, from, n) __memcpy_user((to), ____force(from), (n))
268 #define __copy_to_user_inatomic(to, fro
281 __copy_to_user(void __user *to, const void *from, unsigned long n) argument
288 __copy_from_user(void *to, const void __user *from, unsigned long n) argument
294 copy_from_user(void *to, const void __user *from, unsigned long n) argument
307 copy_to_user(void __user *to, const void *from, unsigned long n) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dcopypage-v6.c33 * Copy the user page. No aliasing to deal with so we can just
36 static void v6_copy_user_highpage_nonaliasing(struct page *to, argument
42 kto = kmap_atomic(to, KM_USER1);
50 * Clear the user page. No aliasing to deal with so we can just
72 static void v6_copy_user_highpage_aliasing(struct page *to, argument
86 discard_old_kernel_data(page_address(to));
95 set_pte_ext(TOP_PTE(to_address) + offset, pfn_pte(page_to_pfn(to), PAGE_KERNEL), 0);
109 * Clear the user page. We need to deal with the aliasing issues,
116 unsigned long to = to_address + (offset << PAGE_SHIFT); local
127 flush_tlb_kernel_page(to);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/rsaref/
H A Drsaref.c2 * Demo of how to construct your own engine and using it. The basis of this
34 * Functions to handle the engine
54 unsigned char *to, RSA *rsa, int padding);
56 unsigned char *to, RSA *rsa, int padding);
58 unsigned char *to, RSA *rsa, int padding);
60 unsigned char *to, RSA *rsa, int padding);
212 * Functions to handle the engine
274 /* Initiator which is only present to make sure this engine looks available */
280 /* Finisher which is only present to make sure this engine looks available */
310 /* unsigned char *to
311 RSAref_bn2bin(BIGNUM *from, unsigned char *to, int max) argument
329 RSAref_bin2bn(unsigned char *from, BIGNUM *to, int max) argument
342 RSAref_Public_ref2eay(RSArefPublicKey * from, RSA *to) argument
352 RSAref_Public_eay2ref(RSA *from, R_RSA_PUBLIC_KEY * to) argument
363 RSAref_Private_ref2eay(RSArefPrivateKey * from, RSA *to) argument
389 RSAref_Private_eay2ref(RSA *from, R_RSA_PRIVATE_KEY * to) argument
411 rsaref_private_decrypt(int len, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
430 rsaref_private_encrypt(int len, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
454 rsaref_public_decrypt(int len, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
473 rsaref_public_encrypt(int len, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/rsaref/
H A Drsaref.c1 /* Demo of how to construct your own engine and using it. The basis of this
32 * Functions to handle the engine
52 unsigned char *to, RSA *rsa, int padding);
54 unsigned char *to, RSA *rsa, int padding);
56 unsigned char *to, RSA *rsa, int padding);
58 unsigned char *to, RSA *rsa, int padding);
215 * Functions to handle the engine
274 /* Initiator which is only present to make sure this engine looks available */
280 /* Finisher which is only present to make sure this engine looks available */
310 /* unsigned char *to
311 RSAref_bn2bin(BIGNUM *from, unsigned char *to, int max) argument
330 RSAref_bin2bn(unsigned char *from, BIGNUM *to, int max) argument
342 RSAref_Public_ref2eay(RSArefPublicKey *from, RSA *to) argument
351 RSAref_Public_eay2ref(RSA *from, R_RSA_PUBLIC_KEY *to) argument
360 RSAref_Private_ref2eay(RSArefPrivateKey *from, RSA *to) argument
384 RSAref_Private_eay2ref(RSA *from, R_RSA_PRIVATE_KEY *to) argument
398 rsaref_private_decrypt(int len, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
416 rsaref_private_encrypt(int len, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
439 rsaref_public_decrypt(int len, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
457 rsaref_public_encrypt(int len, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/rsaref/
H A Drsaref.c2 * Demo of how to construct your own engine and using it. The basis of this
34 * Functions to handle the engine
54 unsigned char *to, RSA *rsa, int padding);
56 unsigned char *to, RSA *rsa, int padding);
58 unsigned char *to, RSA *rsa, int padding);
60 unsigned char *to, RSA *rsa, int padding);
212 * Functions to handle the engine
274 /* Initiator which is only present to make sure this engine looks available */
280 /* Finisher which is only present to make sure this engine looks available */
310 /* unsigned char *to
311 RSAref_bn2bin(BIGNUM *from, unsigned char *to, int max) argument
329 RSAref_bin2bn(unsigned char *from, BIGNUM *to, int max) argument
342 RSAref_Public_ref2eay(RSArefPublicKey * from, RSA *to) argument
352 RSAref_Public_eay2ref(RSA *from, R_RSA_PUBLIC_KEY * to) argument
363 RSAref_Private_ref2eay(RSArefPrivateKey * from, RSA *to) argument
389 RSAref_Private_eay2ref(RSA *from, R_RSA_PRIVATE_KEY * to) argument
411 rsaref_private_decrypt(int len, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
430 rsaref_private_encrypt(int len, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
454 rsaref_public_decrypt(int len, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
473 rsaref_public_encrypt(int len, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Duaccess.h65 * address of an instruction that is allowed to fault, and the second is
67 * modified, so it is entirely up to the continuation code to figure out
68 * what to do.
72 * we don't even have to jump over them. Further, they do not intrude
85 * This gets kind of ugly. We want to return _two_ values in "get_user()"
86 * and yet we don't want to do any pointers, because that is too much
93 * accesses to the same area of user memory).
101 * properly handle 64-bit data because the value gets down cast to a long.
133 * because we do not write to an
332 copy_from_user(void *to, const void __user *from, unsigned long n) argument
347 copy_to_user(void __user *to, const void *from, unsigned long n) argument
376 __copy_from_user_inatomic(void *to, const void __user *from, unsigned long n) argument
402 __copy_to_user_inatomic(void __user *to, const void *from, unsigned long n) argument
428 __copy_from_user(void *to, const void __user *from, unsigned long size) argument
435 __copy_to_user(void __user *to, const void *from, unsigned long size) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dudp_io.c13 * This asks kernel to let us know dst addr/port of incoming packets
31 const struct sockaddr *from, const struct sockaddr *to,
35 return sendto(fd, buf, len, flags, to, tolen);
52 return sendto(fd, buf, len, flags, to, tolen);
55 /* man recvmsg and man cmsg is needed to make sense of code below */
63 msg.msg_name = (void *)(struct sockaddr *)to; /* or compiler will annoy us */
72 if (to->sa_family == AF_INET && from->sa_family == AF_INET) {
82 else if (to->sa_family == AF_INET6 && from->sa_family == AF_INET6) {
97 /* NB: this will never set port# in 'to'!
98 * _Only_ IP/IPv6 address part of 'to' i
30 send_to_from(int fd, void *buf, size_t len, int flags, const struct sockaddr *from, const struct sockaddr *to, socklen_t tolen) argument
102 recv_from_to(int fd, void *buf, size_t len, int flags, struct sockaddr *from, struct sockaddr *to, socklen_t sa_size) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtxtdatob.tex4 used without change to paste data into the \helpref{wxClipboard}{wxclipboard}
5 or a \helpref{wxDropSource}{wxdropsource}. A user may wish to derive a new
6 class from this class for providing text on-demand in order to minimize memory
11 \helpref{GetText}{wxtextdataobjectgettext} will have to be overridden.
18 \pythonnote{If you wish to create a derived wxTextDataObject class in
20 in order to get Python-aware capabilities for the various virtual
23 \wxheading{Virtual functions to override}
26 overridden to increase efficiency.
51 Constructor, may be used to initialise the text (otherwise
60 This can be overridden to provid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Duaccess.h51 * special hack in arch_setup_additional_pages() to auto-create a mapping
52 * for the first 16 KB, and it would seem strange to have different
77 * to write to a block, it is always safe to read from it.
78 * @addr: User space pointer to start of block to check
79 * @size: Size of block to check
83 * Checks if a pointer to a block of memory in user space is valid.
99 * address of an instruction that is allowed to faul
290 __copy_to_user(void __user *to, const void *from, unsigned long n) argument
297 copy_to_user(void __user *to, const void *from, unsigned long n) argument
332 __copy_from_user(void *to, const void __user *from, unsigned long n) argument
339 _copy_from_user(void *to, const void __user *from, unsigned long n) argument
352 copy_from_user(void *to, const void __user *from, unsigned long n) argument
388 __copy_in_user(void __user *to, const void __user *from, unsigned long n) argument
395 copy_in_user(void __user *to, const void __user *from, unsigned long n) argument
[all...]

Completed in 483 milliseconds

1234567891011>>