Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
747
const char *
748
ifc_name(struct if_clone *ifc)
749
{
750
return (ifc->ifc_name);
751
}
752
753
void
754
ifc_flags_set(struct if_clone *ifc, int flags)
Callers
1
iflib_clone_create
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected