HomeSort by: relevance | last modified time | path
    Searched defs:m_xhalf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ipf/bin/ipftest/
bpf_filter.c 75 static int m_xhalf __P((mb_t *, int, int *));
156 m_xhalf(m, k, err) function
246 A = m_xhalf(m, k, &merr);
293 A = m_xhalf(m, k, &merr);
  /src/sys/net/
bpf_filter.c 114 uint32_t m_xhalf(const struct mbuf *, uint32_t, int *);
118 #define xhalf(p, k, err) m_xhalf((const struct mbuf *)(p), (k), (err))
152 m_xhalf(const struct mbuf *m, uint32_t k, int *err) function

Completed in 19 milliseconds