Re: Is this chain of calls possible?
Re: Is this chain of calls possible?
- Subject: Re: Is this chain of calls possible?
- From: Stephane Sudre <email@hidden>
- Date: Wed, 18 Jan 2006 19:00:18 +0100
On 18 janv. 06, at 18:26, Herb Petschauer wrote:
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).
The code for dlil_input_packet is in dlil.c.
What is not in dlil.c is the call for dlil_input_packet from
dlil_detach_filter (or the internal version).
Hope it is more clear.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden