CCOUNT            919 net/if_strip.c 	if (CCOUNT(&tp->t_outq) != 0) {
CCOUNT            923 net/if_strip.c 	while (CCOUNT(&tp->t_outq) < SLIP_HIWAT) {
CCOUNT            531 net/ppp_tty.c      while (CCOUNT(&tp->t_outq) < PPP_HIWAT) {
CCOUNT            552 net/ppp_tty.c  	    if (CCOUNT(&tp->t_outq) == 0) {
CCOUNT            750 net/ppp_tty.c      if ((CCOUNT(&tp->t_outq) < PPP_LOWAT || force)