Searched refs:m_xword (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/ipfilter/
H A Dbpf_filter.c74 static int m_xword __P((mb_t *, int, int *));
120 m_xword(m, k, err) function
233 A = m_xword(m, k, &merr);
280 A = m_xword(m, k, &merr);
/freebsd-10.0-release/sys/net/
H A Dbpf_filter.c86 static u_int32_t m_xword(struct mbuf *m, bpf_u_int32 k, int *err);
89 m_xword(struct mbuf *m, bpf_u_int32 k, int *err) function
213 A = m_xword((struct mbuf *)p, k, &merr);
282 A = m_xword((struct mbuf *)p, k, &merr);
/freebsd-10.0-release/contrib/libpcap/bpf/net/
H A Dbpf_filter.c142 m_xword(m, k, err) function
262 A = m_xword(m, k, &merr);
321 A = m_xword(m, k, &merr);

Completed in 89 milliseconds