討論串BPF extensions
共 7 篇文章
內容預覽:
On Tue, Jan 25, 2005 at 11:58:59AM -0800, Jeffrey Hsu wrote:. > Despite what the preceding comment in the code says, it seems to me what. > you really
(還有1948個字)
內容預覽:
if (bpf_enabled(ifp)). bpf_ptap(ifp->if_bpf, m, eh, ETHER_HDR_LEN);. >>+void. >>+bpfattach2(struct ifnet *ifp, u_int dlt, u_int hdrlen, struct bpf_if
(還有5325個字)
內容預覽:
On Mon, Jan 24, 2005 at 12:19:19PM -0800, Jeffrey Hsu wrote:. > +void. > +bpfattach2(struct ifnet *ifp, u_int dlt, u_int hdrlen, struct bpf_if. > **dr
(還有243個字)
內容預覽:
On Mon, Jan 24, 2005 at 12:19:19PM -0800, Jeffrey Hsu wrote:. > - u_int hdr = dst->sa_family;. > + uint32_t hdr = dst->sa_family;. >. > sa_family_t is
(還有3886個字)
內容預覽:
-On [20050124 21:32], Jeffrey Hsu (hsu@freebsd.org) wrote:. >sa_family_t is defined to be a uint8_t, so either use uint8_t or. >sa_family_t.. sa_famil
(還有180個字)