Home
last modified time | relevance | path

Searched refs:admin_com (Results 1 – 7 of 7) sorted by relevance

/external/ipsec-tools/src/racoon/
Dracoonctl.c302 racoon_hexdump(combuf, ((struct admin_com *)combuf)->ac_len);
366 struct admin_com *head; in make_request()
368 buf = vmalloc(sizeof(struct admin_com) + len); in make_request()
372 head = (struct admin_com *) buf->v; in make_request()
443 memcpy(buf->v+sizeof(struct admin_com), index->v, index->l);
456 struct admin_com *head;
508 memcpy(buf->v + sizeof(struct admin_com), index->v, index->l);
533 memcpy(buf->v+sizeof(struct admin_com), index->v, index->l);
617 memcpy(buf->v+sizeof(struct admin_com), index->v, index->l);
621 strcpy(buf->v + sizeof(struct admin_com) + index->l,
[all …]
Dadmin.c97 static int admin_reply __P((int, struct admin_com *, int, vchar_t *));
107 struct admin_com com;
186 struct admin_com *com = (struct admin_com *)combuf;
626 struct admin_com *req;
630 struct admin_com *combuf;
645 combuf = (struct admin_com *) retbuf;
Dprivsep.h57 struct admin_com hdr;
Dadmin.h46 struct admin_com { struct
Dkmpstat.c139 struct admin_com h, *com;
Devt.c61 struct admin_com adm;
Dprivsep.c131 struct admin_com com;
132 struct admin_com *combuf;
164 if ((combuf = (struct admin_com *)racoon_malloc(com.ac_len)) == NULL) {