Searched refs:read_timed (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libtacplus/ |
H A D | taclib.c | 72 static int read_timed(struct tac_handle *, void *, size_t, 484 read_timed(struct tac_handle *h, void *buf, size_t len, in read_timed() function 552 if (read_timed(h, msg, HDRSIZE, &deadline) == -1) in recv_msg() 579 if (read_timed(h, msg->u.body, len, &deadline) == -1) in recv_msg()
|