Searched refs:ac_len (Results 1 - 5 of 5) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dadmin.h47 u_int16_t ac_len; /* total packet length including data */ member in struct:admin_com
H A Dprivsep.c134 if ((combuf = (struct admin_com *)racoon_malloc(com.ac_len)) == NULL) {
142 com.ac_len, 0, NULL, NULL)) == -1) {
152 if (len != com.ac_len) {
328 reply->hdr.ac_len = sizeof(*reply);
362 reply->hdr.ac_len = sizeof(*reply) + privkey->l;
363 reply = racoon_realloc(reply, reply->hdr.ac_len);
492 reply->hdr.ac_len = sizeof(*reply) + psk->l;
493 reply = racoon_realloc(reply, reply->hdr.ac_len);
690 reply, reply->hdr.ac_len) != 0)
721 msg->hdr.ac_len
[all...]
H A Dkmpstat.c162 if ((*combufp = vmalloc(h.ac_len)) == NULL)
168 if ((len = recv(so, p, h.ac_len, 0)) < 0) {
H A Dadmin.c134 if ((combuf = racoon_malloc(com.ac_len)) == 0) {
141 while ((len = recv(so2, combuf, com.ac_len, 0)) < 0) {
311 int found = 0, len = com->ac_len - sizeof(com);
524 ((struct admin_com *)retbuf)->ac_len = tlen;
H A Dracoonctl.c306 racoon_hexdump(combuf, ((struct admin_com *)combuf)->ac_len);
409 head->ac_len = buf->l;
446 head->ac_len = buf->l;
467 head->ac_len = buf->l;
496 head->ac_len = buf->l;
525 head->ac_len = buf->l;
574 head->ac_len = buf->l + index->l;
629 head->ac_len = buf->l + index->l;
707 head->ac_len = buf->l;
852 head->ac_len
[all...]

Completed in 111 milliseconds