Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ if_setmtu
Function
if_setmtu
freebsd/net/if.c:4205–4210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4203
}
4204
4205
int
4206
if_setmtu(if_t ifp, int mtu)
4207
{
4208
((struct ifnet *)ifp)->if_mtu = mtu;
4209
return (0);
4210
}
4211
4212
int
4213
if_getmtu(if_t ifp)
Callers
1
iflib_if_ioctl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected