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

/macosx-10.9.5/Libc-997.90.3/include/arpa/
H A Dtftp.h52 #define ACK 04 /* acknowledgement */ macro
/macosx-10.9.5/ntp-88/include/
H A Dascii.h47 #define ACK 6 macro
H A Dicom.h47 #define ACK 0xfb /* controller normal reply */ macro
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dtftp.h51 #define ACK 04 /* acknowledgement */ macro
H A Dprint-tftp.c52 { ACK, "ACK" }, /* acknowledgement */
126 case ACK:
/macosx-10.9.5/network_cmds-433/kdumpd.tproj/
H A Dkdump.h77 #define ACK 4 /* acknowledgement */ macro
H A Dkdumpd.c492 ap->th_opcode = htons((u_short)ACK | ((kdp_feature_large_crashdumps | kdp_feature_large_packets) << 8));
494 ap->th_opcode = htons((u_short)ACK);
591 ap->th_opcode = htons((u_short)ACK); /* send the "final" ack */
597 syslog (LOG_ERR, "file closed, sending final ACK\n");
/macosx-10.9.5/efax-36/efax/
H A Defaxmsg.h13 NUL, SOH, STX, ETX, EOT, ENQ, ACK, BEL, BS, HT, LF, enumerator in enum:cchar
/macosx-10.9.5/emacs-92/emacs/src/
H A Dhftctl.c89 static struct hfctlack ACK = variable in typeref:struct:hfctlack
238 while (! is_ack_vtd) /* do until valid ACK VTD */
240 RD_BUF(fd, p.c, i); /* read until a ACK VTD is fill*/
242 if (! memcmp (&ack, &ACK, sizeof (HFINTROSZ)) /* the ACK intro & */
244 { /* yes, ACK VTD found */
262 alarm(0); /* ACK VTD received, reset alrm*/
/macosx-10.9.5/remote_cmds-41.90.1/tftp.tproj/
H A Dtftp.c253 if (ap->th_opcode == ACK) {
345 ap->th_opcode = htons((u_short)ACK);
422 ap->th_opcode = htons(ACK);
439 ap->th_opcode = htons((u_short)ACK); /* has seen err msg */
564 { "#0", "RRQ", "WRQ", "DATA", "ACK", "ERROR", "OACK" };
605 case ACK:
/macosx-10.9.5/Heimdal-323.92.1/appl/kx/
H A Dkx.h174 enum { INIT = 0, ACK = 1, NEW_CONN = 2, ERROR = 3 }; enumerator in enum:__anon715
H A Dkx.c247 } else if (*p != ACK) {
425 } else if (*p != ACK) {
H A Dkxd.c475 *p++ = ACK;
642 *p++ = ACK;
/macosx-10.9.5/remote_cmds-41.90.1/tftpd.tproj/
H A Dtftpd.c879 case ACK:
880 return "ACK";
955 case ACK:
966 syslog(LOG_DEBUG, "Resync ACK %u != %u",
980 syslog(LOG_DEBUG, "Received ACK for block %u", block);
1017 ap->th_opcode = htons((u_short)ACK);
1022 syslog(LOG_DEBUG, "Sending ACK for block %u\n", block);
1085 ap->th_opcode = htons((u_short)ACK); /* send the "final" ack */
1088 syslog(LOG_DEBUG, "Send final ACK %u", block);
1232 if (ap->th_opcode == ACK
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dproti.c74 ACK Simple acknowledgement with no data
145 #define ACK (2)
226 because the ACK strategy requires that both sides agree on the
263 ACK; this is set by default to half the window size we have
470 /* The default for the ACK frequency is half the window size. */
529 /* We expect to receive an ACK about halfway through each
531 modem buffer while we are waiting for an ACK. Therefore, the
532 minimum time we should wait for an ACK is
792 sending a stream of packets while we are waiting for an ACK.
794 send an ACK, bu
143 #define ACK macro
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dtcp_debug.c234 pf(SYN); pf(ACK); pf(FIN); pf(RST); pf(PUSH); pf(URG);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dhaskell.vim59 syn match hsSpecialChar contained "\\\(NUL\|SOH\|STX\|ETX\|EOT\|ENQ\|ACK\|BEL\|BS\|HT\|LF\|VT\|FF\|CR\|SO\|SI\|DLE\|DC1\|DC2\|DC3\|DC4\|NAK\|SYN\|ETB\|CAN\|EM\|SUB\|ESC\|FS\|GS\|RS\|US\|SP\|DEL\)"
/macosx-10.9.5/adv_cmds-153/localedef/
H A Dlocaledef.pl184 <ACK> \\x06

Completed in 266 milliseconds