Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ if_getmtu
Function
if_getmtu
freebsd/net/if.c:4212–4216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4210
}
4211
4212
int
4213
if_getmtu(if_t ifp)
4214
{
4215
return ((struct ifnet *)ifp)->if_mtu;
4216
}
4217
4218
int
4219
if_getmtu_family(if_t ifp, int family)
Callers
1
iflib_if_ioctl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected