HomeSort by relevance Sort by last modified time
    Searched refs:extralen (Results 1 - 3 of 3) sorted by null

  /external/libusb-compat/libusb/
usb.h 117 int extralen; member in struct:usb_endpoint_descriptor
145 int extralen; member in struct:usb_interface_descriptor
170 int extralen; member in struct:usb_config_descriptor
core.c 401 dest->extralen = src->extra_length;
433 dest->extralen = src->extra_length;
493 dest->extralen = src->extra_length;
  /external/ipsec-tools/src/racoon/
isakmp.c 220 int len = 0, extralen = 0; local
257 extralen += sizeof(*udp) + ip->ihl;
265 extralen += sizeof(*udp) + ip->ip_hl;
274 extralen = NON_ESP_MARKER_LEN;
279 memcpy ((char *)&isakmp, x.buf + extralen, sizeof (isakmp));
310 if ((tmpbuf = vmalloc(ntohl(isakmp.len) + extralen)) == NULL) {
313 ntohl(isakmp.len) + extralen);
335 if ((buf = vmalloc(len - extralen)) == NULL) {
338 (len - extralen));
342 memcpy (buf->v, tmpbuf->v + extralen, buf->l)
1797 size_t extralen = NON_ESP_MARKER_USE(iph1) ? NON_ESP_MARKER_LEN : 0; local
    [all...]

Completed in 85 milliseconds