iderror
iderror(fd, 0, 0, "UNKNOWN-ERROR");
iderror(fd, 0, 0, eflag ? "UNKNOWN-ERROR" : "INVALID-PORT");
iderror(fd, lport, fport, eflag ? "UNKNOWN-ERROR" : "NO-USER");
iderror(fd, lport, fport, "HIDDEN-USER");
static void iderror(int, int, int, const char *);