Lines Matching refs:ushort
102 static ushort tftp_windowsize;
104 static ushort tftp_next_ack;
106 static ushort tftp_last_nack;
347 ushort *s; in tftp_send()
360 s = (ushort *)pkt; in tftp_send()
400 s = (ushort *)pkt; in tftp_send()
419 s = (ushort *)pkt; in tftp_send()
432 s = (ushort *)pkt; in tftp_send()
444 s = (ushort *)pkt; in tftp_send()
612 if (ntohs(*(__be16 *)pkt) != (ushort)(tftp_cur_block + 1)) { in tftp_handler()
615 (ushort)(tftp_cur_block + 1)); in tftp_handler()
625 tftp_next_ack = (ushort)(tftp_cur_block + in tftp_handler()