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

Function ifnet_setbyindex

freebsd/net/if.c:416–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416static void
417ifnet_setbyindex(u_short idx, struct ifnet *ifp)
418{
419
420 V_ifindex_table[idx] = ifp;
421}
422
423struct ifaddr *
424ifaddr_byindex(u_short idx)

Callers 2

if_alloc_domainFunction · 0.85
if_vmoveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected