Search | Google it | Results 1 - 1 of 1 for funcall:printf from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/tcp_sack.c (0.00 seconds) |
580: 581: printf("snd_una=%" PRIu32 ", snd_max=%" PRIu32 "\n", 582: tp->snd_una, tp->snd_max); 583: printf("rcv_lastsack=%" PRIu32 ", snd_fack=%" PRIu32 "\n", 584: tp->rcv_lastsack, tp->snd_fack); 585: printf("numholes=%d\n", tp->snd_numholes); 586: TAILQ_FOREACH(cur, &tp->snd_holes, sackhole_q) { 587: printf("\t%" PRIu32 "-%" PRIu32 ", rxmit=%" PRIu32 "\n", 588: cur->start, cur->end, cur->rxmit);