Searched defs:rttl (Results 1 – 2 of 2) sorted by relevance
57 struct rttl { struct58 u_int32_t proc; /* NFS procedure number */59 int rtt; /* Measured round trip time */60 int rto; /* Round Trip Timeout */61 int sent; /* # rpcs in progress */62 int cwnd; /* Send window */63 int srtt; /* Ave Round Trip Time */64 int sdrtt; /* Ave mean deviation of RTT */65 fsid_t fsid; /* Fsid for mount point */66 struct timeval tstamp; /* Timestamp of log entry */[all …]
99 u_int32_t n1, rttl; in res_nmkupdate() local