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

  /external/kernel-headers/original/linux/
usb.h 53 * @extralen: how many bytes of "extra" are valid
65 int extralen; member in struct:usb_host_endpoint
79 int extralen; member in struct:usb_host_interface
210 * @extralen: length of the extra descriptors buffer.
246 int extralen; member in struct:usb_host_config
252 __usb_get_extra_descriptor((ifpoint)->extra,(ifpoint)->extralen,\
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp.c 216 int len = 0, extralen = 0; local
253 extralen += sizeof(*udp) + ip->ihl;
261 extralen += sizeof(*udp) + ip->ip_hl;
270 extralen = NON_ESP_MARKER_LEN;
275 memcpy ((char *)&isakmp, x.buf + extralen, sizeof (isakmp));
306 if ((tmpbuf = vmalloc(ntohl(isakmp.len) + extralen)) == NULL) {
309 ntohl(isakmp.len) + extralen);
331 if ((buf = vmalloc(len - extralen)) == NULL) {
334 (len - extralen));
338 memcpy (buf->v, tmpbuf->v + extralen, buf->l)
1792 size_t extralen = NON_ESP_MARKER_USE(iph1) ? NON_ESP_MARKER_LEN : 0; local
    [all...]

Completed in 203 milliseconds