Lines Matching refs:htons
155 dp->th_opcode = htons((ushort_t)DATA); in tftp_sendfile()
156 dp->th_block = htons((ushort_t)block); in tftp_sendfile()
277 ap->th_opcode = htons((ushort_t)ACK); in tftp_recvfile()
278 ap->th_block = htons((ushort_t)(block)); in tftp_recvfile()
338 ap->th_opcode = htons((ushort_t)ACK); in tftp_recvfile()
339 ap->th_block = htons(0); in tftp_recvfile()
390 ap->th_opcode = htons((ushort_t)ACK); in tftp_recvfile()
391 ap->th_block = htons((ushort_t)block); in tftp_recvfile()
413 tp->th_opcode = htons((ushort_t)request); in makerequest()
627 tp->th_opcode = htons((ushort_t)ERROR); in nak()
628 tp->th_code = htons((ushort_t)error); in nak()