gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:printf 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
348: #ifdef NETATALKDEBUG
349:                         printf("aarpresolv failed\n");
350: #endif /* NETATALKDEBUG */
430: int i; 431: printf("unoutput: sending pkt to: "); 432: for (i=0; i<6; i++) 433: printf("%x ", edst[i] & 0xff); 434: printf("\n"); 435: }
456: #if !defined(T2EX) || defined(DEBUG) 457: printf("%s: can't handle af%d\n", ifp->if_xname, 458: dst->sa_family);
596: #ifdef DEBUG 597: printf("altq_etherclassify: headers span multiple mbufs: " 598: "%d < %d\n", m->m_len, (hlen + hdrsize));
660: #if !defined(T2EX) || defined(DEBUG) 661: printf("%s: discarding oversize frame (len=%d)\n", 662: ifp->if_xname, m->m_pkthdr.len);
979: if (argo_debug[D_ETHER]) 980: printf("clnp packet"); 981: #endif