gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:M_PREPEND from t2ex/bsd_source/t2ex/network/net/src_bsd/net/if_ethersubr.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/net/if_ethersubr.c - 51.3KB - 1,589 lines
369: 
370:                         M_PREPEND(m, sizeof(struct llc), M_DONTWAIT);
371:                         llc.llc_dsap = llc.llc_ssap = LLC_SNAP_LSAP;
413: (mcopy = m_copy(m, 0, (int)M_COPYALL))) { 414: M_PREPEND(mcopy, sizeof (*eh), M_DONTWAIT); 415: if (mcopy) {
421: } 422: M_PREPEND(m, 3, M_DONTWAIT); 423: if (m == NULL)
473: */ 474: M_PREPEND(m, sizeof (struct ether_header), M_DONTWAIT); 475: if (m == 0)