site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZcZo6VwBY0ItItGzl7HkfFe91W/dnAWM551Qy7VceA68UBu9Y4OruvnHldI5x39aOM+riI/5t/C+CNtlvBwYeGa5lj9RN6Ij5Ah6FRx0+736qiZa0s4/Gwwh/Z/PG5O0iqF22v32MY06iO4EhULvh0JQ4mBrxW2BDrjMHJmbcGc= I may be misinterpreting your email. I did the following DevG5:/Volumes/Projects/Darwin_OpenSource/Darwin_10.4.3/xnu-792.6.22 me$ grep -rsI dlil_input_packet * bsd/net/dlil.c:int dlil_input_packet(struct ifnet *ifp, struct mbuf *m, char *frame_header); bsd/net/dlil.c: (void) dlil_input_packet(m->m_pkthdr.rcvif, m, header); bsd/net/dlil.c: (void) dlil_input_packet(ifp, m, header); bsd/net/dlil.c:dlil_input_packet(struct ifnet *ifp, struct mbuf *m, That last result looks a lot like the beginning of an implementation for dlil_input_packet (so does the code for dlil_input_packet() in dlil.c). ?? -H. On 1/18/06, Stephane Sudre <ssudre@intego.com> wrote:
(gdb) x/i 0x000A9894 0xa9894 <Call_continuation+20>: mfsprg r3,1
(gdb) x/i 0x0011D2C8 0x11d2c8 <dlil_detach_filter+152>: mr. r31,r29
(gdb) x/i 0x0011D668 0x11d668 <dlil_input_packet+236>: mr. r30,r3
It looks strange to me that dlil_detach_filter is calling dlil_input_packet because after a quick investigation I didn't find the call in the xnu dlil.c source code.
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/bogvardi%40gmail.com
This email sent to bogvardi@gmail.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com