Lines Matching refs:endtp
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)
160 retval = ipmp_readinfo(statep, IPMP_IFLIST, (void **)&iflistp, endtp);
164 retval = ipmp_readinfo(statep, IPMP_ADDRLIST, (void **)&adlistp, endtp);
177 * in.mpathd into `ifinfop' before the current time becomes `endtp'. Returns
182 const struct timeval *endtp)
188 retval = ipmp_readinfo(statep, IPMP_ADDRLIST, (void **)&tlist4p, endtp);
192 retval = ipmp_readinfo(statep, IPMP_ADDRLIST, (void **)&tlist6p, endtp);
196 retval = ipmp_readinfo(statep, IPMP_IFLIST, (void **)&iflist4p, endtp);
200 retval = ipmp_readinfo(statep, IPMP_IFLIST, (void **)&iflist6p, endtp);