• Home
  • Raw
  • Download

Lines Matching refs:logmsg

284   logmsg("alarm!");  in timer()
459 logmsg("Couldn't create and/or open file %s for upload!", outfile); in write_behind()
653 logmsg("Error creating socket: (%d) %s", in main()
663 logmsg("setsockopt(SO_REUSEADDR) failed with error: (%d) %s", in main()
689 logmsg("Error binding socket on port %hu: (%d) %s", in main()
711 logmsg("getsockname() failed with error: (%d) %s", in main()
730 logmsg("Apparently getsockname() succeeded, with listener port zero."); in main()
731 logmsg("A valid reason for this failure is a binary built without"); in main()
732 logmsg("proper network library linkage. This might not be the only"); in main()
733 logmsg("reason, but double check it before anything else."); in main()
753 logmsg("Running %s version on port UDP/%d", ipv_inuse, (int)port); in main()
770 logmsg("recvfrom"); in main()
784 logmsg("socket"); in main()
789 logmsg("connect: fail"); in main()
799 logmsg("socket"); in main()
804 logmsg("connect: fail"); in main()
832 logmsg("end of one transfer"); in main()
848 logmsg("signalled to die"); in main()
863 logmsg("========> %s tftpd (port: %d pid: %ld) exits with signal (%d)", in main()
873 logmsg("========> tftpd quits"); in main()
896 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in do_tftp()
897 logmsg("Error opening file: %s", REQUEST_DUMP); in do_tftp()
1003 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in parse_servercmd()
1004 logmsg(" Couldn't open test file %ld", req->testno); in parse_servercmd()
1017 logmsg("getpart() failed with error: %d", error); in parse_servercmd()
1025 logmsg("instructed to delay %d secs between packets", num); in parse_servercmd()
1029 logmsg("Unknown <servercmd> instruction found: %s", cmd); in parse_servercmd()
1064 logmsg("trying to get file: %s mode %x", filename, mode); in validate_access()
1071 logmsg("Are-we-friendly question received"); in validate_access()
1105 logmsg("requested test number %ld part %ld", testno, partno); in validate_access()
1118 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in validate_access()
1119 logmsg("Couldn't open test file for test : %d", testno); in validate_access()
1127 logmsg("getpart() failed with error: %d", error); in validate_access()
1140 logmsg("no slash found in path"); in validate_access()
1144 logmsg("file opened and all is good"); in validate_access()
1177 logmsg("Pausing %d seconds before %d bytes", test->writedelay, in sendtftp()
1183 logmsg("write"); in sendtftp()
1185 logmsg("write: fail"); in sendtftp()
1193 logmsg("read"); in sendtftp()
1195 logmsg("read: %zd", n); in sendtftp()
1202 logmsg("read: fail"); in sendtftp()
1209 logmsg("got ERROR"); in sendtftp()
1255 logmsg("write"); in recvtftp()
1257 logmsg("write: fail"); in recvtftp()
1265 logmsg("read"); in recvtftp()
1267 logmsg("read: %zd", n); in recvtftp()
1274 logmsg("read: fail"); in recvtftp()
1364 logmsg("nak: fail\n"); in nak()