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

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/unsorted/
H A DBUG24.c1 struct ack { struct
7 struct ack bad;
13 struct ack c;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/unsorted/
H A DBUG24.c1 struct ack { struct
7 struct ack bad;
13 struct ack c;
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Datime.awk1 $6 ~ /^ack/ && $5 !~ /[SFR]/ {
2 # given a tcpdump ftp trace, output one line for each ack
4 # <ack time> <seq no>
5 # where <ack time> is the time packet was acked (in seconds with
7 # number of the ack divided by 1024 (i.e., Kbytes acked).
H A Dstime.awk1 $6 !~ /^ack/ && $5 !~ /[SFR]/ {
H A Dprint-decnet.c440 int ack; local
449 ack = EXTRACT_LE_16BITS(shp->sh_seq[0]);
450 if (ack & SGQ_ACK) { /* acknum field */
451 if ((ack & SGQ_NAK) == SGQ_NAK)
452 (void)printf("nak %d ", ack & SGQ_MASK);
454 (void)printf("ack %d ", ack & SGQ_MASK);
459 ack = EXTRACT_LE_16BITS(shp->sh_seq[1]);
460 if (ack & SGQ_OACK) { /* ackoth field */
461 if ((ack
486 int ack; local
534 int ack; local
598 int ack; local
623 int ack; local
[all...]
H A Dprint-tcp.c90 tcp_seq ack; member in struct:tcp_seq_hash
172 u_int32_t seq, ack, thseq, thack; local
272 ack = EXTRACT_32BITS(&tp->th_ack);
377 th->ack = seq, th->seq = ack - 1;
379 th->seq = seq, th->ack = ack - 1;
382 seq -= th->ack, ack -= th->seq;
384 seq -= th->seq, ack
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gkermit/
H A Dgproto.c195 { ack(); return(failure); }
212 ack();
223 ack();
235 ack(); /* Send ACK */
245 ack();
255 ack(); /* Send ACK */
H A Dgkermit.h209 _MYPROTOTYPE( int ack, (void) ); /* Send empty Acknowledgment */
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/sbd/
H A Dif_iee_sbdio.c122 uint32_t ack; local
132 ack = SC_SCB(sc)->scb_cmd;
134 if (ack == 0)
152 uint32_t cmd, ack; local
171 ack = SC_ISCP(sc)->iscp_busy;
173 if (ack != IEE_ISCP_BUSY) {
/netbsd-6-1-5-RELEASE/sys/net/npf/
H A Dnpf_state_tcp.c305 tcp_seq seq, ack, end; local
329 tcpdlen = npf_tcpsaw(__UNCONST(npc), &seq, &ack, &win);
390 ack = tstate->nst_end;
391 } else if ((tcpfl & (TH_ACK|TH_RST)) == (TH_ACK|TH_RST) && ack == 0) {
393 ack = tstate->nst_end;
428 ackskew = tstate->nst_end - ack;
443 tstate->nst_end = ack;
453 if (SEQ_GEQ(ack + win, tstate->nst_maxend)) {
454 tstate->nst_maxend = ack + win;
H A Dnpf_sendpkt.c73 tcp_seq seq, ack; local
80 tcpdlen = npf_tcpsaw(npc, &seq, &ack, &win);
142 th->th_seq = htonl(ack);
/netbsd-6-1-5-RELEASE/usr.sbin/timed/timed/
H A Dacksend.c86 int ack, /* look for this ack */
117 answer = readmsg(ack, name, &twait, net);
84 acksend(struct tsp *message, struct sockaddr_in *addr, char *name, int ack, struct netinfo *net, int bad) argument
/netbsd-6-1-5-RELEASE/sys/netinet/
H A Dtcp_debug.c116 tcp_seq seq, ack; local
176 ack = th->th_ack;
180 ack = ntohl(ack);
189 printf("@%x, urp=%x", ack, th->th_urp);
/netbsd-6-1-5-RELEASE/sys/arch/hp700/gsc/
H A Dif_iee_gsc.c111 uint16_t ack; local
121 ack = SC_SCB(sc)->scb_cmd;
123 if (ack == 0)
138 uint16_t ack; local
168 ack = SC_ISCP(sc)->iscp_busy;
170 if (ack != IEE_ISCP_BUSY)
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/
H A Dap.h36 const u8 *buf, size_t len, int ack);
/netbsd-6-1-5-RELEASE/libexec/telnetd/
H A Dslc.c223 int hislevel, mylevel, ack; local
255 ack = flag & SLC_ACK;
259 * or the level is the same and the ack bit is set
261 if (hislevel == mylevel && (val == slctab[func].current.val || ack)) {
263 } else if (ack) {
265 * If we get here, we got an ack, but the levels don't match.
346 * If our level is DEFAULT, then just ack whatever was
H A Dtermstat.c456 int ack, changed; local
462 * will change to the modes in an ack if it is different from
463 * what we currently have, but we will not ack the ack.
466 ack = (useeditmode & MODE_ACK);
475 * ack!!! This gets out the new MODE request,
476 * and when the ack to that command comes back
479 if (ack)
495 if (!ack) {
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpd/
H A Drecvjob.c69 #define ack() (void)write(STDOUT_FILENO, sp, 1); macro
131 ack();
222 ack();
251 ack();
/netbsd-6-1-5-RELEASE/usr.bin/rdist/
H A Dserver.c52 #define ack() do { if (write(rem, "\0\n", 2) < 0) error("ack failed: %s\n", strerror(errno)); } while (0) macro
140 ack();
167 ack();
192 ack();
206 ack();
542 ack();
818 ack();
824 ack();
840 ack();
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dremote-mips.c167 0x40 + (ack ? 0x20 : 0) + (len >> 6)
235 /* The data/ack bit in the TYPE_LEN header byte. */
991 fprintf_unfiltered (gdb_stdlog, "Got ack %d \"%s%s\"\n",
995 /* If this ack is for the current packet, we're done. */
1000 /* If this ack is for the last packet, resend the current
1005 /* Otherwise this is a bad ack; ignore it. Increment the
1028 unsigned char ack[HDR_LENGTH + TRLR_LENGTH + 1];
1142 ack[HDR_INDX_SYN] = HDR_SET_SYN (0, 0, mips_receive_seq);
1143 ack[HDR_INDX_TYPE_LEN] = HDR_SET_TYPE_LEN (0, 0, mips_receive_seq);
1144 ack[HDR_INDX_LEN
1026 unsigned char ack[HDR_LENGTH + TRLR_LENGTH + 1]; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/npf/npftest/libnpftest/
H A Dnpf_state_test.c19 uint32_t ack; /* ACK number. */ member in struct:__anon10035
127 th->th_ack = htonl(p->ack);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/ap/
H A Dieee802_11.h63 const u8 *buf, size_t len, int ack);
H A Dieee802_1x.h70 const u8 *buf, size_t len, int ack);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dsftp-client.c1347 struct outstanding_ack *ack = NULL; local
1425 ack = xmalloc(sizeof(*ack));
1426 ack->id = ++id;
1427 ack->offset = offset;
1428 ack->len = len;
1429 TAILQ_INSERT_TAIL(&acks, ack, tq);
1433 buffer_put_int(&msg, ack->id);
1443 if (ack == NULL)
1463 for (ack
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_tl.c1009 int ack = 0; local
1030 ack++;
1087 printf("TL_INTR_RxEOF: ack %d\n", ack);
1089 if (ack == 0) {
1100 ack++;
1105 printf("TL_INTR_RxEOC: ack %d\n", ack);
1116 * write address of Rx list and send Rx GO command, ack
1121 HOST_CMD_GO | HOST_CMD_RT | HOST_CMD_Nes | ack | int_typ
[all...]

Completed in 186 milliseconds

1234