OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ac_len
(Results
1 - 5
of
5
) sorted by null
/external/ipsec-tools/src/racoon/
admin.h
47
u_int16_t
ac_len
; /* total packet length including data */
member in struct:admin_com
privsep.c
134
if ((combuf = (struct admin_com *)racoon_malloc(com.
ac_len
)) == NULL) {
142
com.
ac_len
, 0, NULL, NULL)) == -1) {
152
if (len != com.
ac_len
) {
328
reply->hdr.
ac_len
= sizeof(*reply);
362
reply->hdr.
ac_len
= sizeof(*reply) + privkey->l;
363
reply = racoon_realloc(reply, reply->hdr.
ac_len
);
492
reply->hdr.
ac_len
= sizeof(*reply) + psk->l;
493
reply = racoon_realloc(reply, reply->hdr.
ac_len
);
690
reply, reply->hdr.
ac_len
) != 0)
721
msg->hdr.
ac_len
= len
[
all
...]
kmpstat.c
162
if ((*combufp = vmalloc(h.
ac_len
)) == NULL)
168
if ((len = recv(so, p, h.
ac_len
, 0)) < 0) {
admin.c
134
if ((combuf = racoon_malloc(com.
ac_len
)) == 0) {
141
while ((len = recv(so2, combuf, com.
ac_len
, 0)) < 0) {
311
int found = 0, len = com->
ac_len
- sizeof(com);
524
((struct admin_com *)retbuf)->
ac_len
= tlen;
racoonctl.c
306
racoon_hexdump(combuf, ((struct admin_com *)combuf)->
ac_len
);
409
head->
ac_len
= buf->l;
446
head->
ac_len
= buf->l;
467
head->
ac_len
= buf->l;
496
head->
ac_len
= buf->l;
525
head->
ac_len
= buf->l;
574
head->
ac_len
= buf->l + index->l;
629
head->
ac_len
= buf->l + index->l;
707
head->
ac_len
= buf->l;
852
head->
ac_len
= buf->l
[
all
...]
Completed in 52 milliseconds