Lines Matching refs:errcode
126 int errcode; in tftp_sendfile() local
202 errcode = process_oack(&ackbuf, n); in tftp_sendfile()
203 if (errcode >= 0) { in tftp_sendfile()
204 nak(errcode); in tftp_sendfile()
253 int errcode; in tftp_recvfile() local
329 errcode = process_oack((tftpbuf *)dp, n); in tftp_recvfile()
330 if (errcode >= 0) { in tftp_recvfile()
332 nak(errcode); in tftp_recvfile()
588 int i, errcode; in process_oack() local
606 errcode = options[i].opt_handler(optval); in process_oack()
607 if (errcode >= 0) in process_oack()
608 return (errcode); in process_oack()