Searched refs:admin_com (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | racoonctl.c | 302 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 …]
|
H A D | admin.c | 97 static int admin_reply __P((int, struct admin_com *, int, vchar_t *)); 105 struct admin_com com; in admin_handler() 184 struct admin_com *com = (struct admin_com *)combuf; 634 struct admin_com *req; 638 struct admin_com *combuf; 653 combuf = (struct admin_com *) retbuf;
|
H A D | privsep.h | 57 struct admin_com hdr;
|
H A D | admin.h | 46 struct admin_com { struct
|
H A D | kmpstat.c | 139 struct admin_com h, *com;
|
H A D | evt.c | 61 struct admin_com adm;
|
H A D | privsep.c | 132 struct admin_com com; 133 struct admin_com *combuf; 165 if ((combuf = (struct admin_com *)racoon_malloc(com.ac_len)) == NULL) {
|