Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Sep 2011 16:51:48 +0400
From:      Vladimir Budnev <vladimir.budnev@gmail.com>
To:        FreeBSD Net <freebsd-net@freebsd.org>
Subject:   Which module contains functins(arptimer)?
Message-ID:  <4E6768E4.4080600@gmail.com>

next in thread | raw e-mail | index | archive | help
Hello.

How to determine which module contains specific functinos?. For example 
we have arptimer in netinet/if_ether.c.
But how to find in which ko it compiles?
Iv tried
ls /boot/kernel/ | grep ko.symbols | xargs strings | grep -i arptimer
but that didnt work :(

Thanks in advance.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E6768E4.4080600>