| 302 | } |
| 303 | |
| 304 | static void |
| 305 | setbridge_discover(const char *val, int d, int s, const struct afswtch *afp) |
| 306 | { |
| 307 | |
| 308 | do_bridgeflag(s, val, IFBIF_DISCOVER, 1); |
| 309 | } |
| 310 | |
| 311 | static void |
| 312 | unsetbridge_discover(const char *val, int d, int s, const struct afswtch *afp) |
nothing calls this directly
no test coverage detected