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_tun.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/net/if_tun.c - 33.3KB - 1,241 lines
641:                         /* Simple link-layer header */
642:                         M_PREPEND(m0, dst->sa_len, M_DONTWAIT);
643:                         if (m0 == NULL) {
652: /* Prepend the address family */ 653: M_PREPEND(m0, sizeof(*af), M_DONTWAIT); 654: if (m0 == NULL) {