Home
last modified time | relevance | path

Searched refs:PARSE_FAIL (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/rpki-client/
H A Drrdp_delta.c59 PARSE_FAIL(p, in start_delta_elem()
85 PARSE_FAIL(p, "parse failed - non conforming " in start_delta_elem()
91 PARSE_FAIL(p, "parse failed - session_id mismatch"); in start_delta_elem()
93 PARSE_FAIL(p, "parse failed - serial mismatch"); in start_delta_elem()
104 PARSE_FAIL(p, "parse failed - empty delta"); in end_delta_elem()
106 PARSE_FAIL(p, "parse failed - exited delta " in end_delta_elem()
122 PARSE_FAIL(p, "parse failed - entered publish/withdraw " in start_publish_withdraw_elem()
136 PARSE_FAIL(p, "parse failed - non conforming " in start_publish_withdraw_elem()
140 PARSE_FAIL(p, in start_publish_withdraw_elem()
160 PARSE_FAIL(p, "parse failed - exited publish/withdraw " in end_publish_withdraw_elem()
[all …]
H A Drrdp_snapshot.c57 PARSE_FAIL(p, in start_snapshot_elem()
83 PARSE_FAIL(p, in start_snapshot_elem()
88 PARSE_FAIL(p, in start_snapshot_elem()
91 PARSE_FAIL(p, "parse failed - session_id mismatch"); in start_snapshot_elem()
93 PARSE_FAIL(p, "parse failed - serial mismatch"); in start_snapshot_elem()
104 PARSE_FAIL(p, "parse failed - exited snapshot " in end_snapshot_elem()
117 PARSE_FAIL(p, in start_publish_elem()
133 PARSE_FAIL(p, "parse failed - non conforming" in start_publish_elem()
148 PARSE_FAIL(p, "parse failed - exited publish " in end_publish_elem()
152 PARSE_FAIL(p, "parse failed - bad publish elem"); in end_publish_elem()
[all …]
H A Drrdp_notification.c165 PARSE_FAIL(p, in start_notification_elem()
191 PARSE_FAIL(p, "parse failed - non conforming " in start_notification_elem()
195 PARSE_FAIL(p, "parse failed - incomplete " in start_notification_elem()
211 PARSE_FAIL(p, "parse failed - exited notification " in end_notification_elem()
226 PARSE_FAIL(p, in start_snapshot_elem()
242 PARSE_FAIL(p, "parse failed - non conforming " in start_snapshot_elem()
257 PARSE_FAIL(p, "parse failed - exited snapshot " in end_snapshot_elem()
272 PARSE_FAIL(p, "parse failed - entered delta " in start_delta_elem()
296 PARSE_FAIL(p, "parse failed - non conforming " in start_delta_elem()
305 PARSE_FAIL(p, "parse failed - bad delta serial"); in start_delta_elem()
[all …]
H A Drrdp.h25 #define PARSE_FAIL(p, ...) do { \ macro