Lines Matching refs:nak
151 static void nak(int);
552 nak(dinfo.ecode); in delayed_responder()
687 nak(EOPTNEG); in process_options()
691 nak(EOPTNEG); in process_options()
708 nak(EOPTNEG); in process_options()
712 nak(errcode); in process_options()
787 nak(EBADOP); in tftp()
800 nak(EBADOP); in tftp()
1094 nak(errno + 100); in tftpd_sendfile()
1241 nak(errno + 100); in tftpd_recvfile()
1279 nak(errno + 100); in tftpd_recvfile()
1290 nak((size < 0) ? (errno + 100) : ENOSPACE); in tftpd_recvfile()
1295 nak(errno + 100); in tftpd_recvfile()
1301 nak(errno + 100); in tftpd_recvfile()
1350 nak(int error) in nak() function