Searched refs:ac_len (Results 1 – 6 of 6) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | privsep.c | 164 if ((combuf = (struct admin_com *)racoon_malloc(com.ac_len)) == NULL) { 172 com.ac_len, 0, NULL, NULL)) == -1) { 184 if (len != com.ac_len) { 364 reply->hdr.ac_len = sizeof(*reply); in privsep_init() 398 reply->hdr.ac_len = sizeof(*reply) + privkey->l; in privsep_init() 399 reply = racoon_realloc(reply, reply->hdr.ac_len); in privsep_init() 528 reply->hdr.ac_len = sizeof(*reply) + psk->l; in privsep_init() 529 reply = racoon_realloc(reply, reply->hdr.ac_len); in privsep_init() 874 reply, reply->hdr.ac_len) != 0) { in privsep_init() 908 msg->hdr.ac_len = len; [all …]
|
D | kmpstat.c | 163 rlen = ((u_int32_t)h.ac_len) + (((u_int32_t)h.ac_len_high) << 16); 165 rlen = h.ac_len;
|
D | admin.c | 138 if ((combuf = racoon_malloc(com.ac_len)) == 0) { 145 while ((len = recv(so2, combuf, com.ac_len, 0)) < 0) { 332 int found = 0, len = com->ac_len - sizeof(*com); 423 com->ac_len > sizeof(*com) + sizeof(*ndx)) 646 combuf->ac_len = (u_int16_t) tlen; 648 if (tlen != (u_int32_t) combuf->ac_len &&
|
D | admin.h | 47 u_int16_t ac_len; /* total packet length including data */ member
|
D | evt.c | 237 e->adm.ac_len = len; 281 if (send(l->fd, e, e->adm.ac_len, MSG_DONTWAIT) < 0) {
|
D | racoonctl.c | 302 racoon_hexdump(combuf, ((struct admin_com *)combuf)->ac_len); 373 head->ac_len = buf->l; in make_request() 1430 len = ((u_int32_t)com->ac_len) + (((u_int32_t)com->ac_len_high) << 16); 1432 len = com->ac_len;
|