Lines Matching refs:logmsg
283 logmsg("alarm!"); in timer()
462 logmsg("Couldn't create and/or open file %s for upload!", outfile); in write_behind()
663 logmsg("Error creating socket: (%d) %s", error, sstrerror(error)); in main()
672 logmsg("setsockopt(SO_REUSEADDR) failed with error: (%d) %s", in main()
698 logmsg("Error binding socket on port %hu: (%d) %s", port, error, in main()
720 logmsg("getsockname() failed with error: (%d) %s", in main()
739 logmsg("Apparently getsockname() succeeded, with listener port zero."); in main()
740 logmsg("A valid reason for this failure is a binary built without"); in main()
741 logmsg("proper network library linkage. This might not be the only"); in main()
742 logmsg("reason, but double check it before anything else."); in main()
762 logmsg("Running %s version on port UDP/%d", ipv_inuse, (int)port); in main()
779 logmsg("recvfrom"); in main()
793 logmsg("socket"); in main()
798 logmsg("connect: fail"); in main()
808 logmsg("socket"); in main()
813 logmsg("connect: fail"); in main()
841 logmsg("end of one transfer"); in main()
857 logmsg("signalled to die"); in main()
872 logmsg("========> %s tftpd (port: %d pid: %ld) exits with signal (%d)", in main()
882 logmsg("========> tftpd quits"); in main()
909 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in do_tftp()
910 logmsg("Error opening file: %s", dumpfile); in do_tftp()
1016 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in parse_servercmd()
1017 logmsg(" Couldn't open test file %ld", req->testno); in parse_servercmd()
1030 logmsg("getpart() failed with error: %d", error); in parse_servercmd()
1038 logmsg("instructed to delay %d secs between packets", num); in parse_servercmd()
1042 logmsg("Unknown <servercmd> instruction found: %s", cmd); in parse_servercmd()
1077 logmsg("trying to get file: %s mode %x", filename, mode); in validate_access()
1084 logmsg("Are-we-friendly question received"); in validate_access()
1118 logmsg("requested test number %ld part %ld", testno, partno); in validate_access()
1131 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in validate_access()
1132 logmsg("Couldn't open test file for test: %ld", testno); in validate_access()
1140 logmsg("getpart() failed with error: %d", error); in validate_access()
1153 logmsg("no slash found in path"); in validate_access()
1157 logmsg("file opened and all is good"); in validate_access()
1190 logmsg("Pausing %d seconds before %d bytes", test->writedelay, in sendtftp()
1196 logmsg("write"); in sendtftp()
1198 logmsg("write: fail"); in sendtftp()
1206 logmsg("read"); in sendtftp()
1208 logmsg("read: %zd", n); in sendtftp()
1215 logmsg("read: fail"); in sendtftp()
1222 logmsg("got ERROR"); in sendtftp()
1268 logmsg("write"); in recvtftp()
1270 logmsg("write: fail"); in recvtftp()
1278 logmsg("read"); in recvtftp()
1280 logmsg("read: %zd", n); in recvtftp()
1287 logmsg("read: fail"); in recvtftp()
1377 logmsg("nak: fail\n"); in nak()