Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c85 static void ptransfer(char *direction, off_t bytes, hrtime_t t0,
1001 ptransfer("sent", bytes, start, stop, local, remote); in sendrequest()
1031 ptransfer("sent", bytes, start, stop, local, remote); in sendrequest()
1351 ptransfer("received", bytes, start, stop, local, remote); in recvrequest()
1453 ptransfer("received", bytes, start, stop, local, remote); in recvrequest()
1721 ptransfer(char *direction, off_t bytes, hrtime_t t0, in ptransfer() function