Which module contains functins(arptimer)?

Vladimir Budnev vladimir.budnev at gmail.com
Wed Sep 7 13:22:38 UTC 2011


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.


More information about the freebsd-net mailing list