Home | History | Annotate | Download | only in racoon

Lines Matching refs:com_len

652 	size_t com_len = 0;
669 com_len += sizeof(*acp) + strlen(id) + 1 + strlen(key) + 1;
702 com_len += sizeof(*head) + index->l;
703 if ((buf = vmalloc(com_len)) == NULL)