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

Function ifc_name

freebsd/net/if_clone.c:747–751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745}
746
747const char *
748ifc_name(struct if_clone *ifc)
749{
750 return (ifc->ifc_name);
751}
752
753void
754ifc_flags_set(struct if_clone *ifc, int flags)

Callers 1

iflib_clone_createFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected