| 373 | } |
| 374 | |
| 375 | static void |
| 376 | unsetbridge_stp(const char *val, int d, int s, const struct afswtch *afp) |
| 377 | { |
| 378 | |
| 379 | do_bridgeflag(s, val, IFBIF_STP, 0); |
| 380 | } |
| 381 | |
| 382 | static void |
| 383 | setbridge_edge(const char *val, int d, int s, const struct afswtch *afp) |
nothing calls this directly
no test coverage detected