Home
last modified time | relevance | path

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

/third_party/NuttX/fs/nfs/
Dnfs_mount.h167 uint8_t retrans; /* Times to retry send (with NFSMNT_RETRANS) */ member
Dnfs_adapter.c368 if ((argp->flags & NFSMNT_RETRANS) != 0 && argp->retrans > 1) in nfs_decode_args()
370 if (argp->retrans < NFS_MAXREXMIT) in nfs_decode_args()
372 nprmt->retry = argp->retrans; in nfs_decode_args()
/third_party/musl/porting/uniproton/kernel/include/
Dresolv.h27 int retrans; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dresolv.h27 int retrans; member
/third_party/musl/ndk_musl_include/
Dresolv.h27 int retrans; member
/third_party/musl/porting/liteos_m/kernel/include/
Dresolv.h27 int retrans; member
/third_party/musl/include/
Dresolv.h27 int retrans; member
/third_party/libnl/lib/idiag/
Didiag_msg_obj.c212 void idiagnl_msg_set_retrans(struct idiagnl_msg *msg, uint8_t retrans) in idiagnl_msg_set_retrans() argument
214 msg->idiag_retrans = retrans; in idiagnl_msg_set_retrans()
840 __ADD(IDIAGNL_ATTR_RETRANS, retrans),
/third_party/node/deps/cares/src/lib/
Dares_init.c1690 channel->timeout = res.retrans * 1000; in init_by_resolv_conf()