Searched refs:ack (Results 1 - 20 of 20) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dold_tcp.h24 int32_t ack; member in struct:tcphdr
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dtftp.h78 struct tftp_ack ack; member in union:tftp_any
H A Dtcp.h23 uint32_t ack; /* Acknowledgement number */ member in struct:tcp_header
/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy_tftpd.c56 unsigned int ack; member in struct:xfer
348 u16_t ack; local
357 ack = ntohs(((u16_t *)p->payload)[1]);
358 tftp_recv_ack(xfer, ack);
373 tftp_recv_ack(struct xfer *xfer, u16_t ack) argument
375 if (ack != (u16_t)xfer->ack) {
377 __func__, (u16_t)xfer->ack, xfer->ack, ack));
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dtcp.c142 static int tcp_rx_ack ( struct tcp_connection *tcp, uint32_t ack,
560 tcphdr->ack = htonl ( tcp->rcv_ack );
570 ntohl ( tcphdr->ack ), len );
661 "%08x..%08x %08x\n", tcp, ntohl ( in_tcphdr->ack ),
662 ntohl ( in_tcphdr->ack ), ntohl ( in_tcphdr->seq ) );
672 tcphdr->seq = in_tcphdr->ack;
673 tcphdr->ack = in_tcphdr->seq;
683 ntohl ( tcphdr->ack ), 0 );
691 "%s\n", tcp, ntohl ( in_tcphdr->ack ),
692 ntohl ( in_tcphdr->ack ), ntoh
831 tcp_rx_ack( struct tcp_connection *tcp, uint32_t ack, uint32_t win ) argument
1103 uint32_t ack; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bitbash/
H A Di2c_bit.c148 int ack; local
158 ack = ( i2c_recv_bit ( basher ) == 0 );
159 DBG2 ( "%s", ( ack ? "[acked]" : "[not acked]" ) );
161 return ( ack ? 0 : -EIO );
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dudptcpip.c503 if ( *seq == conn->ack )
511 if ( *seq - conn->ack > (~(0U)) >> 1 )
513 crError( "%u is older than %u ?!", *seq, conn->ack );
541 if ( *seq == conn->ack)
547 if ( *seq - conn->ack > (~(0U)) >> 1 )
549 crWarning( "%u is older than %u, dropping", *seq, conn->ack );
600 conn->ack++;
750 conn->ack = 0;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dtlan.c507 u32 ack = 1; local
543 ack |= TLAN_HC_GO | TLAN_HC_RT;
544 host_cmd = TLAN_HC_ACK | ack | 0x001C0000;
548 host_cmd = TLAN_HC_ACK | ack | (0x000C0000);
586 u32 ack = 0; local
680 && (ack < 255)) {
681 ack++;
689 if(!ack)
696 ack |= TLAN_HC_GO;
701 if(ack) {
[all...]
/vbox/src/VBox/NetworkServices/DHCP/
H A DNetworkManagerDhcp.cpp119 ack(client, pDhcpMsg->bp_xid, opt.au8RawOpt, opt.cbRawOpt);
H A DConfig.h516 int ack(const Client& lease, uint32_t u32Xid, uint8_t *pu8ReqList, int cReqList);
H A DConfig.cpp820 int NetworkManager::ack(const Client& client, uint32_t u32Xid, function in class:NetworkManager
1108 * time, enough to last discover/offer/request/ack cycle.
/vbox/src/VBox/Additions/x11/x11include/xextproto-7.1.1/X11/extensions/
H A Dxtestext1proto.h83 CARD32 ack B32;
/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp_subr.c121 * In any case the ack and sequence number of the transmitted
125 tcp_respond(PNATState pData, struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m, tcp_seq ack, tcp_seq seq, int flags) argument
129 LogFlowFunc(("ENTER: tp = %R[tcpcb793], ti = %lx, m = %lx, ack = %u, seq = %u, flags = %x\n",
130 tp, (long)ti, (long)m, ack, seq, flags));
168 ti->ti_ack = RT_H2N_U32(ack);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/ip/
H A Dtcprst.d60 ack[self->conn_id, i], \
134 ack[self->conn_id, self->pcount] = ntohl(self->tcph->tha_ack);
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dxtestext1.h116 CARD32 ack B32;
/vbox/src/VBox/Devices/PC/ipxe/src/net/udp/
H A Dtftp.c402 struct tftp_ack *ack; local
414 iobuf = xfer_alloc_iob ( &tftp->socket, sizeof ( *ack ) );
419 ack = iob_put ( iobuf, sizeof ( *ack ) );
420 ack->opcode = htons ( TFTP_ACK );
421 ack->block = htons ( block );
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_net.h205 unsigned int ack; member in struct:CRConnection
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_db.c287 struct ack_data_record ack[N_LINK_TCP_DATA]; member in struct:tcp_dat
1061 aux_tcp->ack[i].active = 0;
2033 u_long ack; local
2036 ack = tc->th_ack;
2043 x = lnk->data.tcp->ack[i];
2047 ack_diff = SeqDiff(x.ack_new, ack);
2087 x = lnk->data.tcp->ack[i];
2135 lnk->data.tcp->ack[i] = x;
/vbox/src/VBox/Devices/Audio/
H A DDevSB16.cpp1301 int iport, retval, ack = 0; local
1339 case 0x0e: /* data available status | irq 8 ack */
1343 ack = 1;
1353 case 0x0f: /* irq 16 ack */
1357 ack = 1;
1371 if (!ack)
/vbox/src/VBox/Devices/PC/BIOS/
H A DVBoxBiosAlternative.asm937 db 'Mouse reset returned %02x (should be ack)', 00ah, 000h
938 db 'Mouse status returned %02x (should be ack)', 00ah, 000h

Completed in 5253 milliseconds