Searched refs:bpf_u_int32 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbpf.h92 typedef u_int32_t bpf_u_int32; typedef
189 bpf_u_int32 bh_caplen; /* length of captured portion */
190 bpf_u_int32 bh_datalen; /* original length of packet */
367 bpf_u_int32 k;
H A Dbpf_filter.c113 static u_int16_t m_xhalf(struct mbuf *m, bpf_u_int32 k, int *err);
114 static u_int32_t m_xword(struct mbuf *m, bpf_u_int32 k, int *err);
117 m_xword(struct mbuf *m, bpf_u_int32 k, int *err)
170 m_xhalf(struct mbuf *m, bpf_u_int32 k, int *err)
209 register bpf_u_int32 k;
554 if (from >= len || p->k >= (bpf_u_int32)(len - from))

Completed in 10 milliseconds