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

12

/opensolaris-onvv-gate/usr/src/head/arpa/
H A Dtftp.h55 #define ACK 04 /* acknowledgement */ macro
/opensolaris-onvv-gate/usr/src/lib/libplot/t300/common/
H A Dcon.h42 #define ACK 006 macro
H A Dsubr.c64 spew(ACK);
71 spew(ACK);
/opensolaris-onvv-gate/usr/src/lib/libplot/t300s/common/
H A Dcon.h50 #define ACK 006 macro
H A Dsubr.c81 spew(ACK);
83 spew(ACK);
/opensolaris-onvv-gate/usr/src/lib/libplot/t450/common/
H A Dcon.h42 #define ACK 006 macro
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tftp.c75 case ACK:
125 case ACK:
153 case ACK: return ("acknowledgement");
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/posttek/
H A Dposttek.h40 #define ACK '\006' macro
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
H A DREADME.caching38 * Ensure the ACK is consistent with the original OFFER, so that
149 record is updated, and the ACK is sent. If it is expired and the
157 and an ACK is sent.
H A Dbootp.c388 pcd->state = ACK;
H A Ddhcp.c579 int pkt_type = ACK;
727 * The client selected us. Create a ACK, and send
975 rep_pktp = gen_reply_pkt(pcd, plp, ACK, &replen, &optp,
1234 pcd->state = ACK;
1485 rep_pktp = gen_reply_pkt(pcd, plp, ACK, &replen, &optp, &ifp->addr);
2024 if (pcd->state == ACK && pcd->dnlp != NULL) {
H A Dmain.c1244 (pcd->state == ACK ||
/opensolaris-onvv-gate/usr/src/uts/common/netinet/
H A Ddhcp.h210 #define ACK ((uint8_t)5) macro
/opensolaris-onvv-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 */
/opensolaris-onvv-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:
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/tests/
H A Dtest_client.c140 case ACK:
141 p = "ACK";
309 if (mep->state == ACK) {
334 if (mep->state == ACK) {
647 mep->state == ACK) && nstate == ACK) {
654 mep->state = ACK;
786 } else if (mep->state == ACK && nstate == NAK) {
1006 case ACK:
/opensolaris-onvv-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...]
/opensolaris-onvv-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:__anon4322
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);
/opensolaris-onvv-gate/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...]
/opensolaris-onvv-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...]

Completed in 135 milliseconds

12