site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com On 18 janv. 06, at 18:26, Herb Petschauer wrote: I may be misinterpreting your email. I did the following 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. Hope it is more clear. _______________________________________________ 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... 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, What is not in dlil.c is the call for dlil_input_packet from dlil_detach_filter (or the internal version). This email sent to site_archiver@lists.apple.com