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

/osnet-11/usr/src/lib/libplot/t300/common/
H A Dcon.h42 #define ACK 006 macro
H A Dsubr.c64 spew(ACK);
71 spew(ACK);
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Dcon.h50 #define ACK 006 macro
H A Dsubr.c81 spew(ACK);
83 spew(ACK);
/osnet-11/usr/src/lib/libplot/t450/common/
H A Dcon.h42 #define ACK 006 macro
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_msg.c700 * NON OK ACK : MUST contain values for the Call-ID, From, and Request-URI
702 * passed to the transport. The To header field in the ACK MUST equal the To
703 * header field in the response being acknowledged. The ACK MUST contain the
705 * the ACK MUST contain the same value for the sequence number as was
707 * to "ACK".
752 if ((ret = sip_add_request_line(_ack_msg, ACK, uri)) != 0) {
786 if ((ret = sip_add_cseq(_ack_msg, ACK, seqno)) != 0)
794 * This is a 2XX ACK, for others ACK is constructed differently,
842 if ((ret = sip_add_request_line(_ack_msg, ACK, ur
[all...]
H A Dsip_logging.c85 case ACK:
H A Dsip.h361 ACK, enumerator in enum:__anon2527
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);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPing.pm628 # TCP ACK will never come from this host
1115 # Description: Wait for TCP ACK from host specified
1117 # for TCP ACK from any of the hosts in the SYN queue.
1214 # TCP ACK will never come from this host
1242 # Timed out waiting for ACK
1325 # Timed out waiting for ACK status
1474 a TCP ACK within the timeout specifed. To begin waiting for the
1475 ACK packets, use the ack() method as explained below. Use the
1549 throws the ACK packet, it is considered alive anyway. To
1602 with the TCP ACK
[all...]

Completed in 53 milliseconds