| 341 | } |
| 342 | |
| 343 | static int |
| 344 | lomac_high_single(struct mac_lomac *ml) |
| 345 | { |
| 346 | |
| 347 | KASSERT((ml->ml_flags & MAC_LOMAC_FLAG_SINGLE) != 0, |
| 348 | ("lomac_high_single: mac_lomac not single")); |
| 349 | |
| 350 | return (ml->ml_single.mle_type == MAC_LOMAC_TYPE_HIGH); |
| 351 | } |
| 352 | |
| 353 | static int |
| 354 | lomac_valid(struct mac_lomac *ml) |
no outgoing calls
no test coverage detected