Home
last modified time | relevance | path

Searched refs:eot (Results 1 – 4 of 4) sorted by relevance

/original-bsd/sys/netiso/
H A Dtp_emit.c140 tp_emit(dutype, tpcb, seq, eot, data) in tp_emit() argument
144 u_int eot;
164 dutype, tpcb, eot, seq, data);
206 ADDOPTION(TPP_checksum, hdr, 2, eot /* dummy arg */);
334 hdr->tpdu_DRreason = (u_char)eot; /* WHICH BYTE OF THIS??? */
414 seqeotX.s_eot = eot;
418 hdr->tpdu_DTeotX = eot;
425 ((struct tp0du *)hdr)->tp0du_eot = eot;
433 hdr->tpdu_DTeot = eot;
435 if(eot) {
[all …]
/original-bsd/usr.bin/tcopy/
H A Dtcopy.c210 int eot, inmaxblk, inn, outmaxblk, outn; local
215 for (eot = 0;; guesslen = 0) {
243 if (eot++) {
255 eot = 0;
/original-bsd/share/misc/
H A Dascii1 |000 nul|001 soh|002 stx|003 etx|004 eot|005 enq|006 ack|007 bel|
18 | 00 nul| 01 soh| 02 stx| 03 etx| 04 eot| 05 enq| 06 ack| 07 bel|
35 | 0 nul| 1 soh| 2 stx| 3 etx| 4 eot| 5 enq| 6 ack| 7 bel|
/original-bsd/usr.bin/f77/libU77/
H A Dtapeio.c398 tstate_(tlu, fileno, recno, err, eof, eot, tcsr) in tstate_() argument
399 long *tlu, *fileno, *recno, *err, *eof, *eot, *tcsr; in tstate_()
419 *eot = (long)((tu->tu_flags & TU_EOT) != 0);