Which module contains functins(arptimer)?
Sergey Kandaurov
pluknet at gmail.com
Wed Sep 7 13:29:57 UTC 2011
On 7 September 2011 16:51, Vladimir Budnev <vladimir.budnev at gmail.com> wrote:
> 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 :(
>
Try objdump -t
--
wbr,
pluknet
More information about the freebsd-net
mailing list