OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:admin_com
(Results
1 - 6
of
6
) sorted by null
/external/ipsec-tools/src/racoon/
privsep.h
54
struct
admin_com
hdr;
admin.h
46
struct
admin_com
{
struct
racoonctl.c
306
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
...]
admin.c
96
static int admin_reply __P((int, struct
admin_com
*, vchar_t *));
104
struct
admin_com
com;
174
struct
admin_com
*com = (struct
admin_com
*)combuf;
505
struct
admin_com
*combuf;
524
((struct
admin_com
*)retbuf)->ac_len = tlen;
kmpstat.c
139
struct
admin_com
h, *com;
privsep.c
107
struct
admin_com
com;
108
struct
admin_com
*combuf;
134
if ((combuf = (struct
admin_com
*)racoon_malloc(com.ac_len)) == NULL) {
Completed in 702 milliseconds