HomeSort by relevance Sort by last modified time
    Searched refs:ac_len (Results 1 - 6 of 6) sorted by null

  /external/ipsec-tools/src/racoon/
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);
398 reply->hdr.ac_len = sizeof(*reply) + privkey->l;
399 reply = racoon_realloc(reply, reply->hdr.ac_len);
528 reply->hdr.ac_len = sizeof(*reply) + psk->l;
529 reply = racoon_realloc(reply, reply->hdr.ac_len);
874 reply, reply->hdr.ac_len) != 0) {
908 msg->hdr.ac_len = len
    [all...]
admin.h 47 u_int16_t ac_len; /* total packet length including data */ member in struct:admin_com
kmpstat.c 163 rlen = ((u_int32_t)h.ac_len) + (((u_int32_t)h.ac_len_high) << 16);
165 rlen = h.ac_len;
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 &&
evt.c 237 e->adm.ac_len = len;
281 if (send(l->fd, e, e->adm.ac_len, MSG_DONTWAIT) < 0) {
racoonctl.c 302 racoon_hexdump(combuf, ((struct admin_com *)combuf)->ac_len);
373 head->ac_len = buf->l;
1430 len = ((u_int32_t)com->ac_len) + (((u_int32_t)com->ac_len_high) << 16);
1432 len = com->ac_len;

Completed in 955 milliseconds