| 337 | } |
| 338 | |
| 339 | static void |
| 340 | unsetbridge_sticky(const char *val, int d, int s, const struct afswtch *afp) |
| 341 | { |
| 342 | |
| 343 | do_bridgeflag(s, val, IFBIF_STICKY, 0); |
| 344 | } |
| 345 | |
| 346 | static void |
| 347 | setbridge_span(const char *val, int d, int s, const struct afswtch *afp) |
nothing calls this directly
no test coverage detected