Home
last modified time | relevance | path

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

/original-bsd/sys/netiso/
H A Dtp_pcb.h130 struct rtentry **tp_routep; /* obtain mtu; inside npcb */ member
H A Dtp_inet.c313 tpcb->tp_routep = &(inp->inp_route.ro_rt);
H A Dtp_iso.c317 tpcb->tp_routep = &(isop->isop_route.ro_rt);
H A Dtp_subr2.c480 if ((rt = *(tpcb->tp_routep)) == 0) {