Lines Matching refs:iport
48 static unsigned short iport = 2000; variable
107 if (!udp_transmit(arptable[ARP_SERVER].ipaddr.s_addr, ++iport, in tftp_file_read()
118 if (!await_reply(await_tftp, iport, NULL, timeout)) in tftp_file_read()
123 ++iport, TFTP_PORT, len, &tp)) in tftp_file_read()
134 iport, oport, in tftp_file_read()
187 iport, ntohs(tr->udp.src), in tftp_file_read()
213 udp_transmit(arptable[ARP_SERVER].ipaddr.s_addr, iport, in tftp_file_read()
255 if (! await_reply (await_tftp, iport, NULL, timeout)) in buf_fill()
267 ++iport, TFTP_PORT, len, &tp)) in buf_fill()
281 iport, oport, in buf_fill()
357 iport, ntohs (tr->udp.src), in buf_fill()
410 udp_transmit (arptable[ARP_SERVER].ipaddr.s_addr, iport, in buf_fill()
478 return udp_transmit (arptable[ARP_SERVER].ipaddr.s_addr, ++iport, in send_rrq()