| 330 | } |
| 331 | |
| 332 | static void |
| 333 | setbridge_sticky(const char *val, int d, int s, const struct afswtch *afp) |
| 334 | { |
| 335 | |
| 336 | do_bridgeflag(s, val, IFBIF_STICKY, 1); |
| 337 | } |
| 338 | |
| 339 | static void |
| 340 | unsetbridge_sticky(const char *val, int d, int s, const struct afswtch *afp) |
nothing calls this directly
no test coverage detected