Searched refs:endtp (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libipmp/common/ |
H A D | ipmp_mpathd.c | 117 * time becomes `endtp'. The buffer pointed to by `*valuep' will be 122 const struct timeval *endtp) 127 retval = ipmp_read(fd, typep, sizeof (*typep), endtp); 131 retval = ipmp_read(fd, lenp, sizeof (*lenp), endtp); 143 (void) ipmp_read(fd, value, *lenp, endtp); 147 retval = ipmp_read(fd, value, *lenp, endtp); 204 * to by `buf' before the current time becomes `endtp'; a `endtp' of NULL 208 ipmp_read(int fd, void *buffer, size_t buflen, const struct timeval *endtp) argument 222 if (endtp ! 121 ipmp_readtlv(int fd, ipmp_infotype_t *typep, size_t *lenp, void **valuep, const struct timeval *endtp) argument [all...] |
H A D | ipmp_query.c | 59 * necessary wait until at least `endtp' for a response. Returns an IPMP 67 const void *addr, struct timeval *endtp) 98 if (gettimeofday(endtp, NULL) == -1) 101 endtp->tv_sec += IPMP_REQTIMEOUT; 112 retval = ipmp_read(statep->st_fd, &result, sizeof (result), endtp); 125 * `endtp'. Returns an IPMP error code. 129 const struct timeval *endtp) 135 retval = ipmp_readtlv(statep->st_fd, &type, &len, infop, endtp); 149 * in.mpathd into `grinfop' before the current time becomes `endtp'. Returns 154 const struct timeval *endtp) 66 ipmp_sendquery(ipmp_state_t *statep, ipmp_infotype_t type, const char *name, const void *addr, struct timeval *endtp) argument 128 ipmp_readinfo(ipmp_state_t *statep, ipmp_infotype_t infotype, void **infop, const struct timeval *endtp) argument 153 ipmp_readgroupinfo_lists(ipmp_state_t *statep, ipmp_groupinfo_t *grinfop, const struct timeval *endtp) argument 181 ipmp_readifinfo_lists(ipmp_state_t *statep, ipmp_ifinfo_t *ifinfop, const struct timeval *endtp) argument [all...] |
Completed in 40 milliseconds