Lines Matching refs:logmsg

284   logmsg("alarm!");  in timer()
463 logmsg("Couldn't create and/or open file %s for upload!", outfile); in write_behind()
664 logmsg("Error creating socket: (%d) %s", error, sstrerror(error)); in main()
673 logmsg("setsockopt(SO_REUSEADDR) failed with error: (%d) %s", in main()
699 logmsg("Error binding socket on port %hu: (%d) %s", port, error, in main()
721 logmsg("getsockname() failed with error: (%d) %s", in main()
740 logmsg("Apparently getsockname() succeeded, with listener port zero."); in main()
741 logmsg("A valid reason for this failure is a binary built without"); in main()
742 logmsg("proper network library linkage. This might not be the only"); in main()
743 logmsg("reason, but double check it before anything else."); in main()
763 logmsg("Running %s version on port UDP/%d", ipv_inuse, (int)port); in main()
780 logmsg("recvfrom"); in main()
794 logmsg("socket"); in main()
799 logmsg("connect: fail"); in main()
809 logmsg("socket"); in main()
814 logmsg("connect: fail"); in main()
842 logmsg("end of one transfer"); in main()
858 logmsg("signalled to die"); in main()
873 logmsg("========> %s tftpd (port: %d pid: %ld) exits with signal (%d)", in main()
883 logmsg("========> tftpd quits"); in main()
910 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in do_tftp()
911 logmsg("Error opening file: %s", dumpfile); in do_tftp()
1017 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in parse_servercmd()
1018 logmsg(" Couldn't open test file %ld", req->testno); in parse_servercmd()
1031 logmsg("getpart() failed with error: %d", error); in parse_servercmd()
1039 logmsg("instructed to delay %d secs between packets", num); in parse_servercmd()
1043 logmsg("Unknown <servercmd> instruction found: %s", cmd); in parse_servercmd()
1078 logmsg("trying to get file: %s mode %x", filename, mode); in validate_access()
1085 logmsg("Are-we-friendly question received"); in validate_access()
1119 logmsg("requested test number %ld part %ld", testno, partno); in validate_access()
1132 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in validate_access()
1133 logmsg("Couldn't open test file for test: %ld", testno); in validate_access()
1141 logmsg("getpart() failed with error: %d", error); in validate_access()
1154 logmsg("no slash found in path"); in validate_access()
1158 logmsg("file opened and all is good"); in validate_access()
1191 logmsg("Pausing %d seconds before %d bytes", test->writedelay, in sendtftp()
1197 logmsg("write"); in sendtftp()
1199 logmsg("write: fail"); in sendtftp()
1207 logmsg("read"); in sendtftp()
1209 logmsg("read: %zd", n); in sendtftp()
1216 logmsg("read: fail"); in sendtftp()
1223 logmsg("got ERROR"); in sendtftp()
1269 logmsg("write"); in recvtftp()
1271 logmsg("write: fail"); in recvtftp()
1279 logmsg("read"); in recvtftp()
1281 logmsg("read: %zd", n); in recvtftp()
1288 logmsg("read: fail"); in recvtftp()
1377 logmsg("nak: fail\n"); in nak()