Searched refs:realerr (Results 1 – 1 of 1) sorted by relevance
18 int realerr; in ipf_perror_fd() local21 if ((*iocfunc)(fd, SIOCIPFINTERROR, &realerr) == -1) in ipf_perror_fd()22 realerr = 0; in ipf_perror_fd()25 fprintf(stderr, "%d:", realerr); in ipf_perror_fd()26 ipf_perror(realerr, string); in ipf_perror_fd()27 return (realerr ? realerr : save); in ipf_perror_fd()