Lines Matching refs:timeo
334 struct timeval timeo; in transmit_result() local
338 timeo.tv_sec = 0; /* No timeout - not expecting response */ in transmit_result()
339 timeo.tv_usec = 0; in transmit_result()
342 (xdrproc_t)xdr_void, &dummy, timeo); in transmit_result()
362 struct timeval timeo; in transmit4_result() local
366 timeo.tv_sec = 0; /* No timeout - not expecting response */ in transmit4_result()
367 timeo.tv_usec = 0; in transmit4_result()
371 (xdrproc_t)xdr_void, &dummy, timeo); in transmit4_result()
465 struct timeval timeo; in nlm_test_msg_1_svc() local
493 timeo.tv_sec = 0; /* No timeout - not expecting response */ in nlm_test_msg_1_svc()
494 timeo.tv_usec = 0; in nlm_test_msg_1_svc()
498 (xdrproc_t)xdr_void, &dummy, timeo); in nlm_test_msg_1_svc()
929 struct timeval timeo; in nlm4_test_msg_4_svc() local
952 timeo.tv_sec = 0; /* No timeout - not expecting response */ in nlm4_test_msg_4_svc()
953 timeo.tv_usec = 0; in nlm4_test_msg_4_svc()
957 (xdrproc_t)xdr_void, &dummy, timeo); in nlm4_test_msg_4_svc()