| 311 | } |
| 312 | |
| 313 | static const struct tlv_field *next_unknown_field(const struct tlv_field *field, |
| 314 | const struct tlv_field *end) |
| 315 | { |
| 316 | return unknown_field(field + 1, end); |
| 317 | } |
| 318 | |
| 319 | static const struct tlv_field *first_unknown_field(const struct tlv_field *fields, |
| 320 | const struct tlv_field **end) |
no test coverage detected