| 309 | } |
| 310 | |
| 311 | static void |
| 312 | unsetbridge_discover(const char *val, int d, int s, const struct afswtch *afp) |
| 313 | { |
| 314 | |
| 315 | do_bridgeflag(s, val, IFBIF_DISCOVER, 0); |
| 316 | } |
| 317 | |
| 318 | static void |
| 319 | setbridge_learn(const char *val, int d, int s, const struct afswtch *afp) |
nothing calls this directly
no test coverage detected