gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:MEXTMALLOC from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/uipc_socket2.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/uipc_socket2.c - 45.7KB - 1,544 lines
1031:         if (len > MLEN) {
1032:                 MEXTMALLOC(m, asa->sa_len, M_NOWAIT);
1033:                 if ((m->m_flags & M_EXT) == 0) {
1080: if (salen > MHLEN) { 1081: MEXTMALLOC(m, salen, M_NOWAIT); 1082: if ((m->m_flags & M_EXT) == 0) {