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

1234

/freebsd-9.3-release/contrib/tcpdump/
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.c435 int ack; local
444 ack = EXTRACT_LE_16BITS(shp->sh_seq[0]);
445 if (ack & SGQ_ACK) { /* acknum field */
446 if ((ack & SGQ_NAK) == SGQ_NAK)
447 (void)printf("nak %d ", ack & SGQ_MASK);
449 (void)printf("ack %d ", ack & SGQ_MASK);
454 ack = EXTRACT_LE_16BITS(shp->sh_seq[1]);
455 if (ack & SGQ_OACK) { /* ackoth field */
456 if ((ack
481 int ack; local
529 int ack; local
593 int ack; local
618 int ack; local
[all...]
H A Dprint-tcp.c87 tcp_seq ack; member in struct:tcp_seq_hash
146 u_int32_t seq, ack, thseq, thack; local
246 ack = EXTRACT_32BITS(&tp->th_ack);
371 th->ack = seq, th->seq = ack - 1;
373 th->seq = seq, th->ack = ack - 1;
376 seq -= th->ack, ack -= th->seq;
378 seq -= th->seq, ack
[all...]
/freebsd-9.3-release/usr.sbin/timed/timed/
H A Dacksend.c73 acksend(message, addr, name, ack, net, bad)
77 int ack; /* look for this ack */
112 answer = readmsg(ack, name, &twait, net);
/freebsd-9.3-release/sys/netinet/
H A Dtcp_debug.c103 tcp_seq seq, ack; local
173 ack = th->th_ack;
181 ack = ntohl(ack);
190 printf("@%x, urp=%x", ack, th->th_urp);
H A Dsctp_dtrace_declare.h50 /* update at a ack -- increase */
51 SDT_PROBE_DECLARE(sctp, cwnd, net, ack);
H A Dsctp_dtrace_define.h59 SDT_PROBE_DEFINE5(sctp, cwnd, net, ack,
/freebsd-9.3-release/sys/netipx/
H A Dspx_debug.c102 u_short seq, ack, len, alo; local
141 ack = si->si_ack;
146 ack = ntohs(ack);
152 p1(seq); p1(ack); p1(alo); p1(len);
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Datombios_dp.c59 u8 delay, u8 *ack)
84 *ack = args.v1.ucReplyStatus;
121 u8 ack; local
135 msg, msg_bytes, NULL, 0, delay, &ack);
140 if ((ack & AUX_NATIVE_REPLY_MASK) == AUX_NATIVE_REPLY_ACK)
142 else if ((ack & AUX_NATIVE_REPLY_MASK) == AUX_NATIVE_REPLY_DEFER)
157 u8 ack; local
168 msg, msg_bytes, recv, recv_bytes, delay, &ack);
173 if ((ack & AUX_NATIVE_REPLY_MASK) == AUX_NATIVE_REPLY_ACK)
175 else if ((ack
56 radeon_process_aux_ch(struct radeon_i2c_chan *chan, u8 *send, int send_bytes, u8 *recv, int recv_size, u8 delay, u8 *ack) argument
213 u8 ack; local
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmip.h105 uint32_t ack :1; member in struct:__anon6316
143 uint32_t ack :1; member in struct:__anon6317::__anon6321
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c309 uint32_t ack; local
343 ack = 0;
344 SVC_ACK(xprt, &ack);
345 nfsrc_trimcache(xprt->xp_sockref, ack, 0);
370 uint32_t ack; local
372 ack = 0;
373 SVC_ACK(xprt, &ack);
374 nfsrc_trimcache(xprt->xp_sockref, ack, 1);
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dslc.c219 int hislevel, mylevel, ack; local
251 ack = flag & SLC_ACK;
255 * or the level is the same and the ack bit is set
257 if (hislevel == mylevel && (val == slctab[func].current.val || ack)) {
259 } else if (ack) {
261 * If we get here, we got an ack, but the levels don't match.
342 * If our level is DEFAULT, then just ack whatever was
H A Dtermstat.c466 int ack, changed; local
472 * will change to the modes in an ack if it is different from
473 * what we currently have, but we will not ack the ack.
476 ack = (useeditmode & MODE_ACK);
485 * ack!!! This gets out the new MODE request,
486 * and when the ack to that command comes back
489 if (ack)
505 if (!ack) {
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dap.h36 const u8 *buf, size_t len, int ack);
/freebsd-9.3-release/usr.sbin/lpr/lpd/
H A Drecvjob.c69 #define ack() (void) write(STDOUT_FILENO, sp, (size_t)1); macro
153 ack();
269 ack();
303 ack();
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dremote-mips.c174 0x40 + (ack ? 0x20 : 0) + (len >> 6)
242 /* The data/ack bit in the TYPE_LEN header byte. */
950 fprintf_unfiltered (gdb_stdlog, "Got ack %d \"%s%s\"\n",
954 /* If this ack is for the current packet, we're done. */
959 /* If this ack is for the last packet, resend the current
964 /* Otherwise this is a bad ack; ignore it. Increment the
987 unsigned char ack[HDR_LENGTH + TRLR_LENGTH + 1];
1101 ack[HDR_INDX_SYN] = HDR_SET_SYN (0, 0, mips_receive_seq);
1102 ack[HDR_INDX_TYPE_LEN] = HDR_SET_TYPE_LEN (0, 0, mips_receive_seq);
1103 ack[HDR_INDX_LEN
985 unsigned char ack[HDR_LENGTH + TRLR_LENGTH + 1]; local
[all...]
/freebsd-9.3-release/contrib/wpa/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);
/freebsd-9.3-release/crypto/openssh/
H A Dsftp-client.c1442 struct outstanding_ack *ack = NULL; local
1522 ack = xcalloc(1, sizeof(*ack));
1523 ack->id = ++id;
1524 ack->offset = offset;
1525 ack->len = len;
1526 TAILQ_INSERT_TAIL(&acks, ack, tq);
1530 buffer_put_int(&msg, ack->id);
1540 if (ack == NULL)
1560 for (ack
[all...]
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_party.c261 * Add-party-ack.request
271 struct uni_all *ack; local
275 if ((ack = UNI_ALLOC()) == NULL) {
280 ack->u.add_party_ack = req->ack;
281 MK_MSG_ORIG(ack, UNI_ADD_PARTY_ACK, p->call->cref, !p->call->mine);
282 uni_send_output(ack, p->call->uni);
283 UNI_FREE(ack);
438 ind->ack.hdr = u->u.hdr;
439 copy_msg_add_party_ack(&u->u.add_party_ack, &ind->ack);
791 struct uni_all *ack; local
[all...]
H A Dunidef.h406 struct uni_add_party_ack ack; member in struct:uniapi_add_party_ack_request
409 struct uni_add_party_ack ack; member in struct:uniapi_add_party_ack_indication
427 struct uni_drop_party_ack ack; member in struct:uniapi_drop_party_ack_request
/freebsd-9.3-release/sys/netinet/khelp/
H A Dh_ertt.c65 /* Smoothing factor for delayed ack guess. */
82 * corresponding ack.
132 * This fuction measures the RTT of a particular segment/ack pair, or the next
206 tcp_seq ack; local
226 ack = tp->sackhint.last_sack_ack;
228 ack = th->th_ack;
235 if (SEQ_GT(ack, txsi->seq + txsi->len)) {
338 if (SEQ_LEQ(ack, txsi->seq))
342 * Only ack > txsi->seq and ack <
[all...]
/freebsd-9.3-release/usr.sbin/trpt/
H A Dtrpt.c307 tcp_seq seq, ack; local
364 ack = th->th_ack;
374 ack = ntohl(ack);
384 printf("@%lx", (u_long)ack);
/freebsd-9.3-release/usr.sbin/ppp/
H A Dfsm.h70 u_char ack[FSM_OPTLEN], *ackend; member in struct:fsm_decode

Completed in 153 milliseconds

1234