MCPcopy Create free account
hub / github.com/F-Stack/f-stack / setbridge_discover

Function setbridge_discover

tools/ifconfig/ifbridge.c:304–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304static void
305setbridge_discover(const char *val, int d, int s, const struct afswtch *afp)
306{
307
308 do_bridgeflag(s, val, IFBIF_DISCOVER, 1);
309}
310
311static void
312unsetbridge_discover(const char *val, int d, int s, const struct afswtch *afp)

Callers

nothing calls this directly

Calls 1

do_bridgeflagFunction · 0.85

Tested by

no test coverage detected