OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ac_errno
(Results
1 - 5
of
5
) sorted by null
/external/ipsec-tools/src/racoon/
admin.c
181
com->
ac_errno
= 0;
194
com->
ac_errno
= -1;
204
com->
ac_errno
= 0;
213
com->
ac_errno
= 0;
225
com->
ac_errno
= -1;
244
com->
ac_errno
= -1;
258
com->
ac_errno
= error;
262
com->
ac_errno
= 0;
269
com->
ac_errno
= -1;
412
com->
ac_errno
= -1
[
all
...]
privsep.c
357
reply->hdr.
ac_errno
= errno;
487
reply->hdr.
ac_errno
= errno;
539
reply->hdr.
ac_errno
= EINVAL;
541
reply->hdr.
ac_errno
= errno;
561
reply->hdr.
ac_errno
= EINVAL;
563
reply->hdr.
ac_errno
= errno;
598
reply->hdr.
ac_errno
= EINVAL;
600
reply->hdr.
ac_errno
= errno;
643
reply->hdr.
ac_errno
= EINVAL;
645
reply->hdr.
ac_errno
= errno
[
all
...]
kmpstat.c
156
if (h.
ac_errno
) {
157
errno = h.
ac_errno
;
racoonctl.c
411
head->
ac_errno
= 0;
448
head->
ac_errno
= 0;
469
head->
ac_errno
= 0;
498
head->
ac_errno
= 0;
527
head->
ac_errno
= 0;
576
head->
ac_errno
= 0;
631
head->
ac_errno
= 0;
709
head->
ac_errno
= 0;
854
head->
ac_errno
= 0;
[
all
...]
admin.h
49
int16_t
ac_errno
;
member in struct:admin_com
Completed in 272 milliseconds