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

  /external/ipsec-tools/src/racoon/
admin.h 107 size_t id_len; member in struct:admin_com_psk
  /external/qemu/hw/
scsi-disk.c 516 int id_len = strlen(bdrv_get_device_name(s->bdrv)); local
517 if (id_len > max_len)
518 id_len = max_len;
531 outbuf[r->iov.iov_len++] = 3 + id_len;
536 outbuf[r->iov.iov_len++] = id_len; // length of data following
539 bdrv_get_device_name(s->bdrv), id_len);
540 r->iov.iov_len += id_len;

Completed in 184 milliseconds