Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
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); in privsep_init()
362 reply->hdr.ac_len = sizeof(*reply) + privkey->l; in privsep_init()
363 reply = racoon_realloc(reply, reply->hdr.ac_len); in privsep_init()
492 reply->hdr.ac_len = sizeof(*reply) + psk->l; in privsep_init()
493 reply = racoon_realloc(reply, reply->hdr.ac_len); in privsep_init()
690 reply, reply->hdr.ac_len) != 0) in privsep_init()
721 msg->hdr.ac_len = len;
[all …]
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 = buf->l;
[all …]
Dkmpstat.c162 if ((*combufp = vmalloc(h.ac_len)) == NULL)
168 if ((len = recv(so, p, h.ac_len, 0)) < 0) {
Dadmin.c134 if ((combuf = racoon_malloc(com.ac_len)) == 0) { in admin_handler()
141 while ((len = recv(so2, combuf, com.ac_len, 0)) < 0) { in admin_handler()
311 int found = 0, len = com->ac_len - sizeof(com);
524 ((struct admin_com *)retbuf)->ac_len = tlen;
Dadmin.h47 u_int16_t ac_len; /* total packet length including data */ member