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

Function setbridge_stp

tools/ifconfig/ifbridge.c:368–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368static void
369setbridge_stp(const char *val, int d, int s, const struct afswtch *afp)
370{
371
372 do_bridgeflag(s, val, IFBIF_STP, 1);
373}
374
375static void
376unsetbridge_stp(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