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

Function lltable_get_ifp

freebsd/net/if_llatbl.c:661–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659}
660
661struct ifnet *
662lltable_get_ifp(const struct lltable *llt)
663{
664
665 return (llt->llt_ifp);
666}
667
668int
669lltable_get_af(const struct lltable *llt)

Callers 5

toe_lle_eventFunction · 0.85
nd6_lle_eventFunction · 0.85
nd6_llinfo_timerFunction · 0.85
nd6_freeFunction · 0.85
nd6_na_inputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected