Searched defs:MLEN (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/libpcap-48/libpcap/bpf/net/
H A Dbpf_filter.c75 # define MLEN(m) ((m)->b_wptr - (m)->b_rptr) macro
78 # define MLEN(m) ((m)->m_len) macro
/macosx-10.10.1/libpcap-48/libpcap/
H A Dbpf_filter.c75 # define MLEN(m) ((m)->b_wptr - (m)->b_rptr) macro
78 # define MLEN(m) ((m)->m_len) macro
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dmbuf.h1099 #define MLEN mbuf_get_mlen() /* normal data len */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Duipc_mbuf.c3334 bzero(MTOD(m, caddr_t), MLEN); local
[all...]

Completed in 125 milliseconds