]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add two extra functions that basically give count of addresses
authorglebius <glebius@FreeBSD.org>
Thu, 10 Oct 2019 23:44:56 +0000 (23:44 +0000)
committerglebius <glebius@FreeBSD.org>
Thu, 10 Oct 2019 23:44:56 +0000 (23:44 +0000)
commit05b77fd4771d34e898089ab664b658446cd9901a
treeb043c7d72574dfd9b14b5df5230f7f493b2a27b7
parentf4c0c06c4798255f82d0b0982b213fb38398086b
Add two extra functions that basically give count of addresses
on interface.  Such function could been implemented on top of
the if_foreach_llm?addr(), but several drivers need counting,
so avoid copy-n-paste inside the drivers.
sys/net/if.c
sys/net/if_var.h