Lines Matching defs:ERROR
138 enum { UNSPEC, ERROR, INFO } level;
146 { EVTT_DPD_TIMEOUT, "Peer not reachable anymore", ERROR },
147 { EVTT_PEER_NO_RESPONSE, "Peer not responding", ERROR },
148 { EVTT_PEER_DELETE, "Peer terminated security association", ERROR },
149 { EVTT_RACOON_QUIT, "Raccon terminated", ERROR },
150 { EVTT_OVERFLOW, "Event queue overflow", ERROR },
151 { EVTT_XAUTH_FAILED, "Xauth exchange failed", ERROR },
153 "(certificate problem?)", ERROR },
155 "(proposal problem?)", ERROR },
205 #define EVTF_ERR 0x0080 /* Print any error */
206 #define EVTF_ERR_STOP 0x0100 /* Stop on any error */
251 #error "Incompatible racoonctl interface"
983 ci->prefs = (u_int8_t)atoi(p_prefs); /* XXX should be handled error. */
987 ci->prefd = (u_int8_t)atoi(p_prefd); /* XXX should be handled error. */
1385 if (evtmsg[i].level != ERROR)
1389 printf("Error: Event %d\n", evtdump->type);
1391 printf("Error: %s\n", evtmsg[i].msg);