MCPcopy 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
4212int
4213if_getmtu(if_t ifp)
4214{
4215 return ((struct ifnet *)ifp)->if_mtu;
4216}
4217
4218int
4219if_getmtu_family(if_t ifp, int family)

Callers 1

iflib_if_ioctlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected