Lines Matching refs:tim_peername
150 caddr_t tim_peername; member
549 kmem_free(tp->tim_peername, (size_t)tp->tim_peermaxlen); in timodclose()
865 kmem_free(ntp->tim_peername, in timodrproc()
867 ntp->tim_peername = ptr; in timodrproc()
872 bcopy(ptr, ntp->tim_peername, ntp->tim_peerlen); in timodrproc()
1379 kmem_free(tp->tim_peername, tp->tim_peermaxlen); in timodrproc()
1380 tp->tim_peername = NULL; in timodrproc()
2009 kmem_free(tp->tim_peername, in timodwproc()
2011 tp->tim_peername = p; in timodwproc()
2016 bcopy(p, tp->tim_peername, tp->tim_peerlen); in timodwproc()
2382 bcopy(tp->tim_peername, bp->b_rptr, in ti_doname()
2437 bcopy(tp->tim_peername, bp->b_wptr, in tim_filladdr()
2460 bcopy(tp->tim_peername, bp->b_wptr, plen); in tim_filladdr()