Searched refs:reliable (Results 1 - 25 of 25) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dreliable.h43 /** @addtogroup reliable
86 struct reliable struct
123 * Remove acknowledged packets from a reliable structure.
125 * @param rel The reliable structure storing sent packets.
129 void reliable_send_purge (struct reliable *rel, struct reliable_ack *ack);
184 * Initialize a reliable structure.
186 * @param rel The reliable structure to initialize.
191 * @param array_size The number of packets that this reliable
195 void reliable_init (struct reliable *rel, int buf_size, int offset, int array_size, bool hold);
198 * Free allocated memory associated with a reliable structur
[all...]
H A Dreliable.c43 #include "reliable.h"
240 /* print a reliable ACK record coming off the wire */
274 * struct reliable member functions.
278 reliable_init (struct reliable *rel, int buf_size, int offset, int array_size, bool hold)
296 reliable_free (struct reliable *rel)
308 reliable_empty (const struct reliable *rel)
322 reliable_send_purge (struct reliable *rel, struct reliable_ack *ack)
355 reliable_print_ids (const struct reliable *rel, struct gc_arena *gc)
372 reliable_can_get (const struct reliable *rel)
389 reliable_not_replay (const struct reliable *re
[all...]
H A Dssl_common.h173 struct reliable *send_reliable; /* holds a copy of outgoing packets until ACK received */
174 struct reliable *rec_reliable; /* order incoming ciphertext packets before we pass to TLS */
H A DMakefile.am95 reliable.c reliable.h \
H A DMakefile.in117 proxy.c proxy.h ps.c ps.h push.c push.h pushlist.h reliable.c \
118 reliable.h route.c route.h schedule.c schedule.h session_id.c \
144 reliable.$(OBJEXT) route.$(OBJEXT) schedule.$(OBJEXT) \
371 proxy.c proxy.h ps.c ps.h push.c push.h pushlist.h reliable.c \
372 reliable.h route.c route.h schedule.c schedule.h session_id.c \
527 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reliable.Po@am__quote@
H A Dssl.c683 * also initializes a new set of structures for the \link reliable
725 ALLOC_OBJ_CLEAR (ks->send_reliable, struct reliable);
726 ALLOC_OBJ_CLEAR (ks->rec_reliable, struct reliable);
759 * associated SSL-BIO, and the structures allocated for the \link reliable
2461 /* Outgoing Ciphertext to reliable buffer */
2471 "TLS Error: Ciphertext -> reliable TCP/UDP transport read error");
3119 * delete from reliable send buffer
3147 /* Save incoming ciphertext packet to reliable buffer */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dstacktrace.h16 void (*address)(void *data, unsigned long address, int reliable);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Ddumpstack.c12 void printk_address(unsigned long address, int reliable) argument
15 reliable ? "" : "? ", (void *) address);
94 static void print_trace_address(void *data, unsigned long addr, int reliable) argument
97 printk_address(addr, reliable);
H A Dstacktrace.c37 static void save_stack_address(void *data, unsigned long addr, int reliable) argument
41 if (!reliable)
71 save_stack_address_nosched(void *data, unsigned long addr, int reliable) argument
75 if (!reliable)
H A Dperf_callchain.c37 static void callchain_address(void *data, unsigned long addr, int reliable) argument
41 if (reliable)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dstacktrace.c27 __save_stack_address(void *data, unsigned long addr, bool reliable, bool nosched) argument
31 if (!reliable)
44 static void save_stack_address(void *data, unsigned long addr, int reliable) argument
46 return __save_stack_address(data, addr, reliable, false);
50 save_stack_address_nosched(void *data, unsigned long addr, int reliable) argument
52 return __save_stack_address(data, addr, reliable, true);
H A Ddumpstack.c28 void printk_address(unsigned long address, int reliable) argument
31 reliable ? "" : "? ", (void *) address);
161 static void print_trace_address(void *data, unsigned long addr, int reliable) argument
165 printk_address(addr, reliable);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dkdebug.h26 extern void printk_address(unsigned long address, int reliable);
H A Dstacktrace.h42 void (*address)(void *data, unsigned long address, int reliable);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/oprofile/
H A Dbacktrace.c43 static void backtrace_address(void *data, unsigned long addr, int reliable) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/oprofile/
H A Dbacktrace.c35 static void backtrace_address(void *data, unsigned long addr, int reliable) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dhdlc_fr.c17 0,x -> 1,1 if "link reliable" when sending FULL STATUS
24 (exist,new,active) = FULL STATUS if "link reliable"
27 active = open and "link reliable"
144 int reliable; member in struct:frad_state
527 if (state(hdlc)->reliable && !pvc->state.exist) {
569 static void fr_set_link_state(int reliable, struct net_device *dev) argument
574 state(hdlc)->reliable = reliable;
575 if (reliable) {
606 int i, cnt = 0, reliable; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnv17_tv.c147 bool reliable = get_tv_detect_quirks(dev, &tv_enc->pin_mask); local
152 if (reliable) {
185 if (!reliable) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dperf_event.c1634 static void backtrace_address(void *data, unsigned long addr, int reliable) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/cdrom/
H A Dcdrom-standard.tex659 reliable data transfer. The only way user programs can indicate what
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfunction.tex1495 Very important: this function is not 100\% reliable on some systems given the fact
1496 that there isn't always a standard way to do a reliable check on the OS architecture.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex41 % To process a Texinfo manual with TeX, it's most reliable to use the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex41 % To process a Texinfo manual with TeX, it's most reliable to use the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dtexinfo.tex41 % To process a Texinfo manual with TeX, it's most reliable to use the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexinfo.tex41 % To process a Texinfo manual with TeX, it's most reliable to use the

Completed in 430 milliseconds