Lines Matching refs:tim_peername
150 caddr_t tim_peername; member
549 kmem_free(tp->tim_peername, (size_t)tp->tim_peermaxlen); in timodclose()
863 kmem_free(ntp->tim_peername, in timodrproc()
865 ntp->tim_peername = ptr; in timodrproc()
870 bcopy(ptr, ntp->tim_peername, ntp->tim_peerlen); in timodrproc()
1377 kmem_free(tp->tim_peername, tp->tim_peermaxlen); in timodrproc()
1378 tp->tim_peername = NULL; in timodrproc()
2005 kmem_free(tp->tim_peername, in timodwproc()
2007 tp->tim_peername = p; in timodwproc()
2012 bcopy(p, tp->tim_peername, tp->tim_peerlen); in timodwproc()
2378 bcopy(tp->tim_peername, bp->b_rptr, in ti_doname()
2433 bcopy(tp->tim_peername, bp->b_wptr, in tim_filladdr()
2456 bcopy(tp->tim_peername, bp->b_wptr, plen); in tim_filladdr()