Home
last modified time | relevance | path

Searched refs:bpf_u_int32 (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/net/
H A Dbpf.h52 typedef u_int32_t bpf_u_int32; typedef
203 bpf_u_int32 bh_caplen; /* length of captured portion */
204 bpf_u_int32 bh_datalen; /* original length of packet */
211 bpf_u_int32 bh_caplen; /* length of captured portion */
212 bpf_u_int32 bh_datalen; /* original length of packet */
366 bpf_u_int32 k;
/f-stack/freebsd/net/
H A Dbpf.h53 typedef u_int32_t bpf_u_int32; typedef
204 bpf_u_int32 bh_caplen; /* length of captured portion */
205 bpf_u_int32 bh_datalen; /* original length of packet */
212 bpf_u_int32 bh_caplen; /* length of captured portion */
213 bpf_u_int32 bh_datalen; /* original length of packet */
367 bpf_u_int32 k;
H A Dbpf_filter.c90 static u_int16_t m_xhalf(struct mbuf *m, bpf_u_int32 k, int *err);
91 static u_int32_t m_xword(struct mbuf *m, bpf_u_int32 k, int *err);
94 m_xword(struct mbuf *m, bpf_u_int32 k, int *err) in m_xword()
143 m_xhalf(struct mbuf *m, bpf_u_int32 k, int *err) in m_xhalf()
182 bpf_u_int32 k; in bpf_filter()