Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtirpc/tirpc/rpc/
H A Dauth_des.h125 extern int rtime(dev_t, struct netbuf *, int, struct timeval *,
128 extern int rtime(struct sockaddr_in *, struct timeval *, struct timeval *);
/reactos/dll/3rdparty/libtirpc/man/
H A DMakefile.am6 rpc_svc_create.3t rpc_svc_err.3t rpc_svc_reg.3t rpc_xdr.3t rtime.3t
/reactos/drivers/network/tcpip/lwip/src/core/
H A Dtcp.c1275 if ((pcb->rtime >= 0) && (pcb->rtime < 0x7FFF)) { in tcp_slowtmr()
1276 ++pcb->rtime; in tcp_slowtmr()
1279 if (pcb->rtime >= pcb->rto) { in tcp_slowtmr()
1283 pcb->rtime, pcb->rto)); in tcp_slowtmr()
1297 pcb->rtime = 0; in tcp_slowtmr()
1908 pcb->rtime = -1; in tcp_alloc()
2169 pcb->rtime = -1; in tcp_pcb_purge()
H A Dtcp_in.c905 pcb->rtime = -1;
907 pcb->rtime = 0;
928 pcb->rtime = 0;
1216 if (pcb->rtime >= 0) {
1302 pcb->rtime = -1;
1304 pcb->rtime = 0;
H A Dtcp_out.c1538 if (pcb->rtime < 0) { in tcp_output_segment()
1539 pcb->rtime = 0; in tcp_output_segment()
1816 pcb->rtime = 0; in tcp_rexmit_fast()
/reactos/dll/3rdparty/libtirpc/src/
H A Drtime.c69 rtime(addrp, timep, timeout) in rtime() function
H A Dsources49 rtime.c \
/reactos/dll/3rdparty/libtirpc/
H A DCMakeLists.txt64 src/rtime.c
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dtcp.h295 s16_t rtime; member
/reactos/drivers/filesystems/btrfs/
H A Dbtrfs.h335 BTRFS_TIME rtime; member
H A Dfsctl.c4157 fcb->subvol->root_item.rtime = now; in recvd_subvol()
/reactos/modules/rosapps/applications/devutils/btrfstools/
H A Dbtrfs_structures.py661 self.rtime = TimeSpec(data[pos:next_pos])