Searched refs:iport (Results 1 – 5 of 5) sorted by relevance
/external/qemu/hw/ |
D | dma.c | 154 int ichan, nreg, iport, ff, val, dir; in read_chan() local 157 iport = (nport >> d->dshift) & 0x0f; in read_chan() 158 ichan = iport >> 1; in read_chan() 159 nreg = iport & 1; in read_chan() 169 ldebug ("read_chan %#x -> %d\n", iport, val); in read_chan() 176 int iport, ichan, nreg; in write_chan() local 179 iport = (nport >> d->dshift) & 0x0f; in write_chan() 180 ichan = iport >> 1; in write_chan() 181 nreg = iport & 1; in write_chan() 194 int iport, ichan = 0; in write_cont() local [all …]
|
/external/grub/netboot/ |
D | fsys_tftp.c | 38 static unsigned short iport = 2000; variable 68 if (! await_reply (AWAIT_TFTP, iport, NULL, timeout)) in buf_fill() 80 ++iport, TFTP_PORT, len, &tp)) in buf_fill() 94 iport, oport, in buf_fill() 170 iport, ntohs (tr->udp.src), in buf_fill() 223 udp_transmit (arptable[ARP_SERVER].ipaddr.s_addr, iport, in buf_fill() 297 return udp_transmit (arptable[ARP_SERVER].ipaddr.s_addr, ++iport, in send_rrq()
|
D | main.c | 303 static unsigned short iport = 2000; in tftp() local 324 if (! udp_transmit (arptable[ARP_SERVER].ipaddr.s_addr, ++iport, in tftp() 338 if (! await_reply (AWAIT_TFTP, iport, NULL, timeout)) in tftp() 344 ++iport, TFTP_PORT, len, &tp)) in tftp() 358 iport, oport, in tftp() 415 iport, ntohs (tr->udp.src), in tftp() 449 udp_transmit (arptable[ARP_SERVER].ipaddr.s_addr, iport, in tftp()
|
/external/libppp/src/ |
D | command.c | 1501 int iport, add = 0; in SetServer() local 1514 iport = 0; in SetServer() 1517 iport = ntohs(s->s_port); in SetServer() 1519 iport = atoi(port); in SetServer() 1521 if (iport) { in SetServer() 1523 iport += arg->bundle->unit; in SetServer() 1524 res = server_TcpOpen(arg->bundle, iport); in SetServer()
|
/external/grub/ |
D | ChangeLog | 4757 (iport): ... this.
|