MCPcopy Create free account
hub / github.com/F-Stack/f-stack / if_setdev

Function if_setdev

freebsd/net/if.c:4125–4129  ·  view source on GitHub ↗

* This is largely undesirable because it ties ifnet to a device, but does * provide flexiblity for an embedded product vendor. Should be used with * the understanding that it violates the interface boundaries, and should be * a last resort only. */

Source from the content-addressed store, hash-verified

4123 * a last resort only.
4124 */
4125int
4126if_setdev(if_t ifp, void *dev)
4127{
4128 return (0);
4129}
4130
4131int
4132if_setdrvflagbits(if_t ifp, int set_flags, int clear_flags)

Callers 1

iflib_registerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected