Lines Matching refs:error
349 int error;
493 * Returns error when all remaining addresses have been tried.
500 baller->error = 0;
520 /* Used within the multi interface. Try next IP address, returns error if no
521 more address exists or error */
536 baller->error = 0;
566 baller->error = ETIMEDOUT;
629 if(baller->error) {
630 data->state.os_errno = baller->error;
631 SET_SOCKERRNO(baller->error);