Home | History | Annotate | Download | only in racoon

Lines Matching full:ac_errno

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;
673 reply->hdr.ac_errno = 0;
731 if (msg->hdr.ac_errno != 0) {
732 errno = msg->hdr.ac_errno;
879 if (msg->hdr.ac_errno != 0) {
880 errno = msg->hdr.ac_errno;
927 if (msg->hdr.ac_errno != 0) {
928 errno = msg->hdr.ac_errno;
981 if (msg->hdr.ac_errno != 0) {
1043 if (msg->hdr.ac_errno != 0) {
1044 errno = msg->hdr.ac_errno;
1211 if (msg->hdr.ac_errno != 0) {
1212 errno = msg->hdr.ac_errno;
1281 if (msg->hdr.ac_errno != 0) {
1282 errno = msg->hdr.ac_errno;
1333 if (msg->hdr.ac_errno != 0)
1334 errno = msg->hdr.ac_errno;