Home
last modified time | relevance | path

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

/original-bsd/sys/tests/netiso/
H A Dtpcb.c110 register struct tp_pcb **tpp, **tpplim; local
117 tpp = (struct tp_pcb **)tpr_base;
118 tpplim = tpp + tp_refinfo.tpr_maxopen;
121 for (n = 0; tpp <= tpplim; tpp++)
122 if (*tpp) {
124 kget(*tpp, tp_pcb);
126 printf("\n\npcb at 0x%x:\n", *tpp);
/original-bsd/sys/netiso/
H A Dtp_input.c417 struct tp_conn_param tpp; local
734 tpp = tpcb->_tp_param;
735 tpp.p_class = class_to_use;
736 tpp.p_tpdusize = dusize;
737 tpp.p_ptpdusize = pdusize;
740 tpp.p_use_checksum = (tpp.p_class == TP_CLASS_0)?0:
742 tpp.p_version = version;
1107 tpp = tpcb->_tp_param;
1109 tpp.p_tpdusize = dusize;
1110 tpp.p_ptpdusize = pdusize;
[all …]
/original-bsd/usr.bin/netstat/
H A Dmain.c430 struct protox **tpp, *tp; local
432 for (tpp = protoprotox; *tpp; tpp++)
433 for (tp = *tpp; tp->pr_name; tp++)
/original-bsd/contrib/sc/
H A Dcmds.c1501 char *tpp; local
1507 if ((tpp = strrchr(tpath, '/')) == NULL)
1508 tpp = tpath;
1510 tpp++;
1511 strcpy(fname, tpp);
1512 sprintf(tpp, "#%s~", fname);