Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ if_setdrvflags
Function
if_setdrvflags
freebsd/net/if.c:4146–4151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4144
}
4145
4146
int
4147
if_setdrvflags(if_t ifp, int flags)
4148
{
4149
((struct ifnet *)ifp)->if_drv_flags = flags;
4150
return (0);
4151
}
4152
4153
int
4154
if_setflags(if_t ifp, int flags)
Callers
1
iflib_if_ioctl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected