Date: Thu, 8 Sep 2011 00:27:07 +0900 From: rozhuk.im@gmail.com To: "'Gary Palmer'" <gpalmer@freebsd.org>, "'Vladimir Budnev'" <vladimir.budnev@gmail.com> Cc: 'FreeBSD Net' <freebsd-net@freebsd.org> Subject: RE: Which module contains functins(arptimer)? Message-ID: <4e678d51.4819cc0a.4143.3b0a@mx.google.com> In-Reply-To: <20110907140641.GA42938@in-addr.com> References: <4E6768E4.4080600@gmail.com> <20110907140641.GA42938@in-addr.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Arp - is a part of INET (ipv4). But arp proto can be used with any other L3 proto to resolve L2 addr = from L3 addr. TCP/IP is L4 proto and it can work without IPv4 - on IPv6. =A0 -- Rozhuk Ivan =A0=20 > -----Original Message----- > From: owner-freebsd-net@freebsd.org [mailto:owner-freebsd- > net@freebsd.org] On Behalf Of Gary Palmer > Sent: Wednesday, September 07, 2011 11:07 PM > To: Vladimir Budnev > Cc: FreeBSD Net > Subject: Re: Which module contains functins(arptimer)? >=20 > On Wed, Sep 07, 2011 at 04:51:48PM +0400, Vladimir Budnev 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 :( > > > > Thanks in advance. >=20 > arptimer is declared static so I doubt it will show up in linker = symbol > tables or via "strings". Also AFAIK we don't support loading TCP/IP = as > a > module so its probably only compiled into the kernel itself and not > available as a module. >=20 > Gary > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4e678d51.4819cc0a.4143.3b0a>