Home
last modified time | relevance | path

Searched refs:tp_lsuffixlen (Results 1 – 9 of 9) sorted by relevance

/original-bsd/sys/netiso/
H A Dtp_output.c475 tpcb->tp_lsuffixlen = 0;
487 ASSERT( tpcb->tp_lsuffixlen <= MAX_TSAP_SEL_LEN );
488 bcopy((caddr_t)tpcb->tp_lsuffix, value, tpcb->tp_lsuffixlen);
489 (*mp)->m_len = tpcb->tp_lsuffixlen;
496 tpcb->tp_lsuffixlen = val_len;
H A Dtp_usrreq.c427 if (tpcb->tp_state != TP_CLOSED || tpcb->tp_lsuffixlen == 0 ||
435 if ((*tt)->tp_lsuffixlen)
451 tpcb->tp_sock, *SHORT_LSUFXP(tpcb), tpcb->tp_lsuffixlen,
456 tpcb->tp_sock, *SHORT_LSUFXP(tpcb), tpcb->tp_lsuffixlen,
459 if (tpcb->tp_lsuffixlen == 0) {
H A Dtp_input.c291 newtpcb->tp_lsuffixlen = tpcb->tp_lsuffixlen;
292 bcopy( tpcb->tp_lsuffix, newtpcb->tp_lsuffix, newtpcb->tp_lsuffixlen);
676 if ((t->tp_lsuffixlen == 0 ||
677 (lsufxlen == t->tp_lsuffixlen &&
824 tpcb->tp_lsuffixlen = lsufxlen;
1172 CHECK( ((tpcb->tp_lsuffixlen != lsufxlen) ||
H A Dtp_pcb.c880 if (tlen == t->tp_lsuffixlen && bcmp(tsel, t->tp_lsuffix, tlen) == 0) {
932 if (tpcb->tp_lsuffixlen == 0) {
962 bcopy(tsel, tpcb->tp_lsuffix, (tpcb->tp_lsuffixlen = tlen));
H A Dtp_pcb.h261 u_short tp_lsuffixlen; /* local suffix */ member
H A Dtp_subr2.c304 tpcb->tp_fsuffixlen = tpcb->tp_lsuffixlen = 0;
629 iso_putsufx(isop, tpcb->tp_lsuffix, tpcb->tp_lsuffixlen, TP_LOCAL);
H A Dtp_emit.c262 ASSERT( tpcb->tp_lsuffixlen > 0 );
266 tpcb->tp_lsuffixlen, tpcb->tp_lsuffix[0]);
/original-bsd/sys/tests/netiso/
H A Dtpcb.c219 Entry(lsuffixlen, tp_lsuffixlen),
/original-bsd/usr.bin/netstat/
H A Diso.c251 if (istp && tpcb.tp_lsuffixlen) {
252 hexprint(tpcb.tp_lsuffixlen, tpcb.tp_lsuffix, "()");