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

Function setbridge_sticky

tools/ifconfig/ifbridge.c:332–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332static void
333setbridge_sticky(const char *val, int d, int s, const struct afswtch *afp)
334{
335
336 do_bridgeflag(s, val, IFBIF_STICKY, 1);
337}
338
339static void
340unsetbridge_sticky(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