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

Function in6_getlinkifnet

freebsd/netinet6/scope6.c:494–499  ·  view source on GitHub ↗

* Return pointer to ifnet structure, corresponding to the zone id of * link-local scope. */

Source from the content-addressed store, hash-verified

492 * link-local scope.
493 */
494struct ifnet*
495in6_getlinkifnet(uint32_t zoneid)
496{
497
498 return (ifnet_byindex((u_short)zoneid));
499}
500
501/*
502 * Return zone id for the specified scope.

Callers 2

ip6_outputFunction · 0.85
selectrouteFunction · 0.85

Calls 1

ifnet_byindexFunction · 0.85

Tested by

no test coverage detected