constant.c:    printf("tcp_Socket %u\n\r", sizeof( tcp_Socket));
constant.c:    printf("udp_Socket %u\n\r", sizeof( udp_Socket));
pcconfig.c:        printf( "%s\n",value );
pcconfig.c:	    printf("\nUnable to open '%s'\n",p);
pcconfig.c:	printf("%s not found\n",
pcdbug.c:void dbug_printf( char *format, ... )
pcdbug.c:        vsprintf( localspace, format, argptr );
pcdbug.c:	    sprintf(localbuf,"%04x : ", i );
pcdbug.c:                sprintf( localbuf, "%02x%c", (unsigned) data[j+i], (j==7)?'-':' ');
pcdbug.c:                if ( !isprint(ch) ) ch = '.';
pcicmp.c:void icmp_print( icmp_pkt *icmp, char *msg)
pcicmp.c:		/* icmp_print( icmp, "received icmp echo receipt"); */
pcicmp.c:		    icmp_print( icmp, unreach[ code ]);
pcicmp.c:                if (debug_on > 0 ) icmp_print( icmp, "Source Quench");
pcicmp.c:                    if (debug_on > 0 ) icmp_print( icmp, redirect[ code ]);
pcicmp.c:		/* icmp_print( icmp, "PING requested of us"); */
pcicmp.c:		/* icmp_print( newicmp, "PING reply sent"); */
pcicmp.c:		    icmp_print( icmp, exceed[ code ]);
pcicmp.c:		icmp_print( icmp, "IP Parameter problem");
pcicmp.c:		icmp_print( icmp, "Timestamp message");
pcicmp.c:		icmp_print( icmp, "Timestamp reply");
pcicmp.c:		icmp_print( icmp,"Info requested");
pcicmp.c:		icmp_print( icmp,"Info reply");
pctcp.c:    if(debug_on >1) printf("regular retran TO set unacked back to 0 from %u\n", s->unacked);
pctcp.c:        if (debug_on > 1 ) printf("finally got it safely zapped from %u to ????\n\r",s->unacked);
pctcp.c:            if (debug_on > 1 ) printf("rto  %u  sa  %u  sd  %u   cwindow %u  wwindow %u  unacked %u\n",
pctcp.c:    if(debug_on >1) printf("tcphandler confused so set unacked back to 0 from %u\n",s->unacked);
pctcp.c:            if(debug_on >1) printf("data process timeout so set unacked back to 0 from %u\n",s->unacked);
pctcp.c:if (debug_on) printf(" Sent %u/%u bytes in %u/%u packets  with (%u) unacked  SYN %lu  line %u\n",
sock_dbu.c:    printf("next	%4x\n\r", u->next);
sock_dbu.c:    printf("type    %4x\n\r", u->ip_type);
sock_dbu.c:    printf("error %s\n\r", u->err_msg ? u->err_msg : "(NONE)");
sock_dbu.c:    printf("timervalue %8lx returns %sexpired\n\r",
sock_dbu.c:    printf("udp rdata %u (%s)\n\r", u->rdatalen, u->rdata );
sock_dbu.c:    printf("tcp rdata %u (%s)\n\r", t->rdatalen, t->rdata );
sock_dbu.c:    printf("tcp state %u\n\r", t->state );
sock_prn.c:sock_printf( sock_type *s, char *format, ... )
sock_prn.c:    vsprintf( buffer, format, argptr );
test.c:    printf("tcp_Socket : %u bytes \n", sizeof( tcp_Socket ));
test.c:    printf("udp_Socket : %u bytes \n", sizeof( udp_Socket ));
bsdname.c:    outs( inet_ntoa( buffer, s->hisaddr) );
bsdname.c:    outs( buffer );
pc_cbrk.c:        if (cbrkmode & 0x10 ) outs("\n\rInterrupting\n\r");
pc_cbrk.c:	outs( msgs[ cbrkmode & 1 ]);
pcbootp.c:        outs("\n\rUnable to resolve bootp server\n\r");
pcconfig.c:	outs( "\n" );
pcconfig.c:	    outs("\nUnable to open '");
pcconfig.c:	    outs( p );
pcconfig.c:	    outs("'\n");
pcconfig.c:	outs( watfname );
pcconfig.c:	outs(" not found\n");
pcdbug.c:            outs("ERROR:unable to open debug file!\n");
pcicmp.c:    outs("\n\rICMP: ");
pcicmp.c:    outs( msg );
pcicmp.c:    outs("\n\r");
pcicmp.c:	outs("ICMP received with bad checksum\n\r");
pcping.c:	outs( "Cannot ping a network!\n\r");
pcping.c:	outs( "Cannot resolve host's hardware address\n\r");
pcping.c:	outs("\n\rDEBUG: destination hardware :");
pcping.c:	outs("\n\r");
pcpkt.c:        outs("NO PACKET DRIVER FOUND\r\n");
pcpkt.c:		outs("ERROR initializing packet driver\n\r");
pcpkt.c:            default       : outs("ERROR: only Ethernet or SLIP packet drivers allowed\n\r");
pcpkt.c:	outs("ERROR # 0x");
pcpkt.c:	outs(" accessing packet driver\n\r" );
pcpkt.c:	    outs("ERROR # 0x");
pcpkt.c:	    outs(" accessing packet driver\n\r" );
pcpkt.c:	outs("ERROR # reading ethernet address\n\r" );
pcpkt.c:	    outs("ERROR releasing packet driver for ARP\n\r");
pcpkt.c:	outs("ERROR releasing packet driver for IP\n\r");
pcpkt.c:        outs("Program halted\r\n");
pcrecv.c:			    outs("ERROR: udp recv data conflict");
pcrecv.c:					outs("ERROR: sock_recv_init data err");
pcrecv.c:			    outs("ERROR: udp recv data conflict");
pcrecv.c:			outs("ERROR: sock_recv_init data err");
pcrecv.c:			outs("ERROR: sock_recv_init data err");
pctcp.c:        outs("ERROR: user stack size error\n");
pctcp.c:		    outs("IP Received BAD Checksum \n\r");
pctcp.c:            if (debug_on) outs("chain error in udp\r\n");
pctcp.c:	if (debug_on) outs("discarding...");
pctcp.c:            if (debug_on) outs("chain error in tcp\r\n");
pctcp.c:	 if (debug_on) outs("bad tcp checksum \n\r");
pctcp.c:	if (debug_on) outs("\7\7\7\7\7\7\7connection reset\n");
sock_ini.c:        outs("Configuring through BOOTP\r\n");
sock_ini.c:            outs("BOOTP failed\r\n");
sock_prn.c:	outs("ERROR: tcp sock_Printf overrun\n\r");
udp_dom.c:	outs("No nameserver defined!\n\r");
