Home | History | Annotate | Download | only in racoon

Lines Matching full:sizeof

404 	buf = vmalloc(sizeof(*head));
441 buf = vmalloc(sizeof(*head));
462 buf = vmalloc(sizeof(*head));
491 buf = vmalloc(sizeof(*head));
520 buf = vmalloc(sizeof(*head));
569 buf = vmalloc(sizeof(*head) + index->l);
579 memcpy(buf->v+sizeof(*head), index->v, index->l);
624 buf = vmalloc(sizeof(*head) + index->l);
634 memcpy(buf->v+sizeof(*head), index->v, index->l);
669 com_len += sizeof(*acp) + strlen(id) + 1 + strlen(key) + 1;
702 com_len += sizeof(*head) + index->l;
712 memcpy(buf->v+sizeof(*head), index->v, index->l);
717 (buf->v + sizeof(*head) + index->l);
775 memset(&hints, 0, sizeof(hints));
847 buf = vmalloc(sizeof(*head) + userlen);
968 buf = vmalloc(sizeof(*ci));
1142 if (len % sizeof(*pd))
1144 len /= sizeof(*pd);
1195 strftime(tbuf, sizeof(tbuf), "%Y-%m-%d %T", tm);
1197 snprintf(tbuf, sizeof(tbuf), " ");
1273 memset(buf, 0, sizeof(buf));
1277 for (j = 0, i = 0; i < sizeof(isakmp_index); i++) {
1278 snprintf((char *)&buf[j], sizeof(buf) - j, "%02x", p[i]);
1316 if (len % sizeof(*sc))
1318 len /= sizeof(*sc);
1325 strftime(tbuf, sizeof(tbuf), "%Y-%m-%d %T", tm);
1433 memset(&addr4, 0, sizeof(addr4));
1439 len -= sizeof(*evtdump);
1443 if (len < sizeof(*attr)) {
1450 len -= sizeof(*attr);
1455 if (len < (sizeof(*attr) + ntohs(attr->lorv))) {
1462 if (ntohs(attr->lorv) < sizeof(addr4)) {
1466 memcpy(&addr4, attr + 1, sizeof(addr4));
1483 len -= (sizeof(*attr) + ntohs(attr->lorv));
1486 (n + sizeof(*attr) + ntohs(attr->lorv));
1529 memset(_addr_buf_, ' ', sizeof(_addr_buf_));
1557 len = com->ac_len - sizeof(*com);
1558 buf = combuf->v + sizeof(*com);
1576 if (len < sizeof(struct evtdump))