Re: Networking: mbuf->m_hdr.mh_data doesn't include DLIL header?
Re: Networking: mbuf->m_hdr.mh_data doesn't include DLIL header?
- Subject: Re: Networking: mbuf->m_hdr.mh_data doesn't include DLIL header?
- From: "Bhavesh Davda" <email@hidden>
- Date: Tue, 19 Sep 2006 10:33:08 -0700
Will the following heuristic work consistently?
if (mbuf_data(*packet) != mbuf_pktdat(*packet)) {
// the ethernet drivers must have stripped the L2 header. Prepend it
}
I really meant to say:
if (mbuf_data(*packet) != mbuf_datastart(*packet)) {
...
}
Sorry.
-Bhavesh
_______________________________________________
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