HomeSort by relevance Sort by last modified time
    Searched full:reassembly (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/qemu/slirp/
ip_input.c 179 * (We could look in the reassembly queue to see
219 * attempt reassembly; if it succeeds, proceed.
264 * reassembly of this datagram already exists, then it
289 * If first fragment to arrive, create a reassembly queue.
352 * check for complete reassembly.
366 * Reassembly is complete; concatenate fragments.
381 * dequeue and discard fragment reassembly header.
420 * Free a fragment reassembly header and all
438 * Put an ip fragment on a reassembly chain.
464 * if a timer expires on a reassembly
    [all...]
ip.h 209 * Ip reassembly queue structure. Each fragment
220 u_int16_t ipq_id; /* sequence id for reassembly */
  /external/qemu/slirp-android/
ip_input.c 179 * (We could look in the reassembly queue to see
219 * attempt reassembly; if it succeeds, proceed.
264 * reassembly of this datagram already exists, then it
289 * If first fragment to arrive, create a reassembly queue.
352 * check for complete reassembly.
366 * Reassembly is complete; concatenate fragments.
381 * dequeue and discard fragment reassembly header.
420 * Free a fragment reassembly header and all
438 * Put an ip fragment on a reassembly chain.
464 * if a timer expires on a reassembly
    [all...]
ip.h 211 * Ip reassembly queue structure. Each fragment
222 u_int16_t ipq_id; /* sequence id for reassembly */
  /external/bluetooth/bluedroid/stack/avct/
avct_lcb_act.c 67 AVCT_TRACE_WARNING0("Bad length during reassembly");
73 /* if reassembly in progress drop message and process new single */
78 AVCT_TRACE_WARNING0("Got single during reassembly");
85 /* if reassembly in progress drop message and process new start */
89 AVCT_TRACE_WARNING0("Got start during reassembly");
107 /* if no reassembly in progress drop message */
  /external/chromium_org/third_party/openssl/openssl/ssl/
d1_both.c 173 dtls1_hm_fragment_new(unsigned long frag_len, int reassembly)
196 /* Initialize reassembly bitmask if necessary */
197 if (reassembly)
209 frag->reassembly = bitmask;
218 if (frag->reassembly) OPENSSL_free(frag->reassembly);
547 /* Don't return if reassembly still in progress */
548 if (frag->reassembly != NULL)
628 if (frag->reassembly == NULL)
649 RSMBLY_BITMASK_MARK(frag->reassembly, (long)msg_hdr->frag_off
    [all...]
dtls1.h 179 unsigned char *reassembly; member in struct:hm_fragment_st
  /external/openssl/ssl/
d1_both.c 173 dtls1_hm_fragment_new(unsigned long frag_len, int reassembly)
196 /* Initialize reassembly bitmask if necessary */
197 if (reassembly)
209 frag->reassembly = bitmask;
218 if (frag->reassembly) OPENSSL_free(frag->reassembly);
547 /* Don't return if reassembly still in progress */
548 if (frag->reassembly != NULL)
628 if (frag->reassembly == NULL)
649 RSMBLY_BITMASK_MARK(frag->reassembly, (long)msg_hdr->frag_off
    [all...]
dtls1.h 179 unsigned char *reassembly; member in struct:hm_fragment_st
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_nci.c 47 ** (The data packets are posted to NFC task for reassembly)
71 /* remove the PBF bit for potential reassembly later */
77 /* data packet reassembly is performed in NFC task */
101 /* if not previous reassembly error, append the new fragment */
108 /* the buffer for reassembly is big enough to append the new fragment */
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 163 /* errors during NCI packet reassembly process */
365 tNFC_HAL_NCI_RAS nci_ras; /* nci reassembly error status */
  /external/iproute2/tc/
tc_core.c 72 * Reassembly). This is for example needed when scheduling packet on
  /external/iptables/extensions/
libip6t_icmp6.c 30 { "ttl-zero-during-reassembly", 3, 1, 1 },
libipt_icmp.c 66 { "ttl-zero-during-reassembly", 11, 1, 1 },
  /external/bluetooth/bluedroid/stack/avdt/
avdt_msg.c     [all...]
  /external/bluetooth/bluedroid/stack/avrc/
avrc_api.c 343 ** and reassembly
401 /* offset of start of metadata response in reassembly buffer */
404 /* Free original START packet, replace with pointer to reassembly buffer */
411 buffer for reassembly (re-assembled message may fit into ACL buf) */
413 reusing START buffer for reassembly");
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
dtlscon.c 171 * the state of reassembly (i.e., whether one is in progress). That
332 * Buffer the fragment for reassembly
347 /* Reset the reassembly map */
355 /* If we have a message length mismatch, abandon the reassembly
373 * reassembly state:
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
dtls1.h 179 unsigned char *reassembly; member in struct:hm_fragment_st
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 140 /* data Reassembly error (in BT_HDR.layer_specific) */
  /external/openssl/include/openssl/
dtls1.h 179 unsigned char *reassembly; member in struct:hm_fragment_st
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
icmp6.h 82 #define ICMP6_TIME_EXCEED_REASSEMBLY 1 /* Reassembly time out */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
icmp6.h 82 #define ICMP6_TIME_EXCEED_REASSEMBLY 1 /* Reassembly time out */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
icmp6.h 82 #define ICMP6_TIME_EXCEED_REASSEMBLY 1 /* Reassembly time out */
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_main.c 754 /* If Reassembly failed because of insufficient buffer, just drop the new segmented packets */
    [all...]
  /bionic/libc/include/netinet/
ip6.h 267 #define IPV6_MMTU 1280 /* minimal MTU and reassembly. 1024 + 256 */

Completed in 840 milliseconds

1 2 3 4