Search | Google it | Results 1 - 1 of 1 for funcall:malloc from t2ex/bsd_source/t2ex/network/net/src_bsd/net/if.c (0.00 seconds) |
206: { 207: return malloc(sizeof(struct ifnet), M_DEVBUF, M_WAITOK|M_ZERO); 208: } 563: n = if_indexlim * sizeof(struct ifaddr *); 564: q = malloc(n, M_IFADDR, M_WAITOK|M_ZERO); 565: #ifdef T2EX 579: n = if_indexlim * sizeof(struct ifnet *); 580: q = malloc(n, M_IFADDR, M_WAITOK|M_ZERO); 581: #ifdef T2EX