| 433 | } |
| 434 | |
| 435 | static void |
| 436 | lomac_set_single(struct mac_lomac *ml, u_short type, u_short grade) |
| 437 | { |
| 438 | |
| 439 | ml->ml_single.mle_type = type; |
| 440 | ml->ml_single.mle_grade = grade; |
| 441 | ml->ml_flags |= MAC_LOMAC_FLAG_SINGLE; |
| 442 | } |
| 443 | |
| 444 | static void |
| 445 | lomac_copy_range(struct mac_lomac *labelfrom, struct mac_lomac *labelto) |
no outgoing calls
no test coverage detected