Searched refs:ACK (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/head/arpa/
H A Dtftp.h55 #define ACK 04 /* acknowledgement */ macro
/illumos-gate/usr/src/boot/include/arpa/
H A Dtftp.h49 #define ACK 04 /* acknowledgement */ macro
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dxmodem.c37 #define ACK 0x06 /* Acknowledge */ macro
85 putchar(ACK);
115 putchar(ACK);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tftp.c75 case ACK:
125 case ACK:
153 case ACK: return ("acknowledgement");
/illumos-gate/usr/src/uts/common/netinet/
H A Ddhcp.h210 #define ACK ((uint8_t)5) macro
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Din.lpd.c54 #define ACK(fp) { (void) fputc('\0', fp); (void) fflush(fp); } macro
414 ACK(ofp);
434 ACK(ofp);
450 ACK(ofp);
483 ACK(ofp);
568 ACK(ofp);
738 ACK(ofp); /* there is no equivalent */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c211 if (ap->th_opcode == ACK) {
218 * receipt of a duplicate ACK, doing so would
277 ap->th_opcode = htons((ushort_t)ACK);
338 ap->th_opcode = htons((ushort_t)ACK);
390 ap->th_opcode = htons((ushort_t)ACK);
650 { "#0", "RRQ", "WRQ", "DATA", "ACK", "ERROR", "OACK" };
689 case ACK:
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c1072 if (ackbuf.tb_hdr.th_opcode == ACK) {
1075 "received ACK for block %d\n",
1081 * in an OACK/ACK loop if the client keeps
1082 * replying with a bad ACK. Client will either
1083 * send a good ACK or timeout sending bad ones.
1150 if (ackbuf.tb_hdr.th_opcode == ACK) {
1153 "received ACK for block %d\n",
1160 * receipt of a duplicate ACK, doing so would
1198 ap->th_opcode = htons((ushort_t)ACK);
1211 if (ap->th_opcode == htons((ushort_t)ACK)) {
[all...]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_msg.c703 * NON OK ACK : MUST contain values for the Call-ID, From, and Request-URI
705 * passed to the transport. The To header field in the ACK MUST equal the To
706 * header field in the response being acknowledged. The ACK MUST contain the
708 * the ACK MUST contain the same value for the sequence number as was
710 * to "ACK".
755 if ((ret = sip_add_request_line(_ack_msg, ACK, uri)) != 0) {
789 if ((ret = sip_add_cseq(_ack_msg, ACK, seqno)) != 0)
797 * This is a 2XX ACK, for others ACK is constructed differently,
845 if ((ret = sip_add_request_line(_ack_msg, ACK, ur
[all...]
H A Dsip_logging.c88 case ACK:
H A Dsip.h364 ACK, enumerator in enum:__anon3966
H A Dsip_itf.c283 * this is not an ACK request, if it is a request (should the upper
288 sip_msg_info->sip_req_method != ACK)) {
H A Dsip_xaction.c309 * If we are getting a ACK/CANCEL we need to match with the
313 (method == ACK || method == CANCEL)) {
345 * an ACK request.
H A Dsip_xaction_state_mc.c75 * ACK receipt
77 * 0s for TCP/SCTP ACK retransmits
640 if (sip_msg_info->sip_req_method == ACK) {
892 SIP_UPDATE_COUNTERS(B_TRUE, ACK, 0, B_TRUE, ack_msg->sip_msg_len);
/illumos-gate/usr/src/boot/lib/libstand/
H A Dtftp.c175 wbuf.t.th_opcode = htons((u_short) ACK);
245 * to send the ACK or errors back to it.
250 /* Parse options ACK-ed by the server. */
367 wbuf.t.th_opcode = htons((u_short) ACK);
388 /* Send an ACK for the last block */
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drequest.c138 * the ACK/NAK. This may be called by the offer timer or
593 * accept_v4_acknak(): determine what to do with a DHCPv4 ACK/NAK based on the
594 * current state. If we're renewing or rebinding, the ACK
600 * input: dhcp_smach_t *: the state machine to handle the ACK/NAK
601 * PKT_LIST *: the ACK/NAK message
611 if (*plp->opts[CD_DHCP_TYPE]->value == ACK) {
616 dhcpmsg(MSG_WARNING, "accept_v4_acknak: ACK packet on "
627 dhcpmsg(MSG_WARNING, "accept_v4_acknak: renewal ACK "
638 * the acknak handler. ACK to BOUND, NAK back to SELECTING.
662 dhcpmsg(MSG_ERROR, "accept_v4_acknak: ACK wit
[all...]
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c111 * DHCPDISCOVER/OFFER/REQUEST/ACK exchange; it must not contain
837 case ACK:
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c65 * 4. ACK - server verifies that the requested address matches
87 * 2. Server responds with an ACK. The xid from this ACK is used to lookup the
100 * If the server never responds with an ACK, there is a timer that is set after
683 if (mtype != ACK && mtype != NAK) {

Completed in 75 milliseconds