Searched refs:eotsdu (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netiso/
H A Dtp_usrreq.c386 u_long eotsdu = 0; local
649 eotsdu = 1;
652 if (eotsdu == 0 && m->m_pkthdr.len == 0)
670 * Could have eotsdu and no data.(presently MUST have
686 eotsdu, m, totlen, sb);
691 tp_packetize(tpcb, m, eotsdu);
694 printf("PRU_SEND: eot %ld after sbappend %p\n", eotsdu, m);
H A Dtp_subr.c482 unsigned int eotsdu = 0; local
544 eotsdu = (m->m_flags & M_EOR) != 0;
546 if (tpcb->tp_sndnxt == checkseq && eotsdu == 0 &&
561 "tp_send mcopy nxt high eotsdu len",
562 tpcb->tp_sndnxt, highseq, eotsdu, len);
577 tp_emit(DT_TPDU_type, tpcb, tpcb->tp_sndnxt, eotsdu, m);
648 "tp_send at end: new nxt eotsdu error",
649 tpcb->tp_sndnew, tpcb->tp_sndnxt, eotsdu,
660 tp_packetize(struct tp_pcb *tpcb, struct mbuf *m, int eotsdu) argument
679 printf("SEND BF: maxsize %d totlen %d eotsdu
[all...]

Completed in 122 milliseconds