Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dracoonctl.c306 racoon_hexdump(combuf, ((struct admin_com *)combuf)->ac_len);
402 struct admin_com *head;
408 head = (struct admin_com *)buf->v;
423 struct admin_com *head;
445 head = (struct admin_com *)buf->v;
460 struct admin_com *head;
466 head = (struct admin_com *)buf->v;
481 struct admin_com *head;
495 head = (struct admin_com *)buf->v;
510 struct admin_com *head;
[all …]
Dadmin.c96 static int admin_reply __P((int, struct admin_com *, vchar_t *));
104 struct admin_com com; in admin_handler()
174 struct admin_com *com = (struct admin_com *)combuf;
505 struct admin_com *combuf;
524 ((struct admin_com *)retbuf)->ac_len = tlen;
Dprivsep.h54 struct admin_com hdr;
Dadmin.h46 struct admin_com { struct
Dkmpstat.c139 struct admin_com h, *com;
Dprivsep.c107 struct admin_com com;
108 struct admin_com *combuf;
134 if ((combuf = (struct admin_com *)racoon_malloc(com.ac_len)) == NULL) {