Home
last modified time | relevance | path

Searched refs:MLEN (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/
Duser_mbuf.h166 #define MLEN ((int)(MSIZE - sizeof(struct m_hdr))) /* normal data len */ macro
167 #define MHLEN ((int)(MLEN - sizeof(struct pkthdr))) /* data len w/pkthdr */
241 char M_databuf[MLEN]; /* !M_PKTHDR, !M_EXT */
389 &(m)->m_dat[MLEN] - ((m)->m_data + (m)->m_len))
423 (m)->m_data += (MLEN - (len)) & ~(sizeof(long) - 1); \
Duser_mbuf.c395 mbstat.m_mlen = MLEN; in mbuf_init()
719 n->m_data + len < &n->m_dat[MLEN] && n->m_next) { in m_pullup()
735 space = &m->m_dat[MLEN] - (m->m_data + m->m_len); in m_pullup()
916 if (len > MLEN) in m_pulldown()
1149 bzero(mtod(n, caddr_t), MLEN); in m_copyback()
1150 n->m_len = min(MLEN, len + off); in m_copyback()
1169 n->m_len = min(MLEN, len); in m_copyback()
1205 if (len < MLEN) in m_prepend()
1254 m->m_data + m->m_len + n->m_len >= &m->m_dat[MLEN]) { in m_cat()
Duser_recv_thread.c304 int want_ext = (iovlen > MLEN)? 1 : 0; in recv_function_raw()
487 int want_ext = (iovlen > MLEN)? 1 : 0; in recv_function_raw6()
649 int want_ext = (iovlen > MLEN)? 1 : 0; in recv_function_udp()
857 int want_ext = (iovlen > MLEN)? 1 : 0; in recv_function_udp6()
/external/libpcap/
Dbpf_filter.c75 # define MLEN(m) ((m)->b_wptr - (m)->b_rptr) macro
78 # define MLEN(m) ((m)->m_len) macro
131 len = MLEN(m); \
137 len = MLEN(m); \
157 if (m0 == 0 || MLEN(m0) + len - k < 4)
227 buflen = MLEN(m);
/external/libpcap/bpf/net/
Dbpf_filter.c75 # define MLEN(m) ((m)->b_wptr - (m)->b_rptr) macro
78 # define MLEN(m) ((m)->m_len) macro
131 len = MLEN(m); \
137 len = MLEN(m); \
157 if (m0 == 0 || MLEN(m0) + len - k < 4)
227 buflen = MLEN(m);
/external/ppp/pppd/include/net/
Dslcompress.h29 #define MAX_HDR MLEN /* XXX 4bsd-ism: should really be 128 */
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_bsd_addr.c833 if ((int)space_needed > (((mbuf_threshold - 1) * MLEN) + MHLEN)) {
873 siz = MLEN;
911 if (space_needed > (((mbuf_threshold - 1) * MLEN) + MHLEN)) {
Dsctp_asconf.c132 if (aph->ph.param_length > MLEN) { in sctp_asconf_error_response()
Dsctp_indata.c2354 if (SCTP_BUF_LEN(m) < (long)MLEN && SCTP_BUF_NEXT(m) == NULL) { in sctp_process_data()
Dsctp_output.c6848 (sizeofcpy <= (int)((((SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count) - 1) * MLEN) + MHLEN)))
/external/chromium_org/third_party/brotli/src/brotli/
Dbrotlispec.txt1066 MNIBBLES x 4 bits: MLEN - 1, where MLEN is the length
1071 the meta-block contains MLEN bytes of literal data;
1198 uncompressed length, MLEN encoded in the meta-block header.
1211 read MLEN
1216 copy MLEN bytes of input to the output stream
1259 if number of output bytes produced in the loop is MLEN
1275 while number of output bytes produced in the loop < MLEN