Lines Matching refs:nak
152 static void nak(int);
553 nak(dinfo.ecode); in delayed_responder()
688 nak(EOPTNEG); in process_options()
692 nak(EOPTNEG); in process_options()
709 nak(EOPTNEG); in process_options()
713 nak(errcode); in process_options()
788 nak(EBADOP); in tftp()
801 nak(EBADOP); in tftp()
1095 nak(errno + 100); in tftpd_sendfile()
1242 nak(errno + 100); in tftpd_recvfile()
1280 nak(errno + 100); in tftpd_recvfile()
1291 nak((size < 0) ? (errno + 100) : ENOSPACE); in tftpd_recvfile()
1296 nak(errno + 100); in tftpd_recvfile()
1302 nak(errno + 100); in tftpd_recvfile()
1351 nak(int error) in nak() function