!C99Shell v. 1.0 pre-release build #13!

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/usr/src/linux-2.4.18-xfs-1.1/include/asm-sh/   drwxr-xr-x
Free 318.37 GB of 458.09 GB (69.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     ioctls.h (3.95 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef __ASM_SH_IOCTLS_H
#define __ASM_SH_IOCTLS_H

#include <asm/ioctl.h>

#define FIOCLEX        _IO('f', 1)
#define FIONCLEX    _IO('f', 2)
#define FIOASYNC    _IOW('f', 125, int)
#define FIONBIO        _IOW('f', 126, int)
#define FIONREAD    _IOR('f', 127, int)
#define TIOCINQ        FIONREAD
#define FIOQSIZE    _IOR('f', 128, loff_t)

#define TCGETS        0x5401
#define TCSETS        0x5402
#define TCSETSW        0x5403
#define TCSETSF        0x5404

#define TCGETA        _IOR('t', 23, struct termio)
#define TCSETA        _IOW('t', 24, struct termio)
#define TCSETAW        _IOW('t', 25, struct termio)
#define TCSETAF        _IOW('t', 28, struct termio)

#define TCSBRK        _IO('t', 29)
#define TCXONC        _IO('t', 30)
#define TCFLSH        _IO('t', 31)

#define TIOCSWINSZ    _IOW('t', 103, struct winsize)
#define TIOCGWINSZ    _IOR('t', 104, struct winsize)
#define    TIOCSTART    _IO('t', 110)        /* start output, like ^Q */
#define    TIOCSTOP    _IO('t', 111)        /* stop output, like ^S */
#define TIOCOUTQ        _IOR('t', 115, int)     /* output queue size */

#define TIOCSPGRP    _IOW('t', 118, int)
#define TIOCGPGRP    _IOR('t', 119, int)

#define TIOCEXCL    _IO('T', 12) /* 0x540C */
#define TIOCNXCL    _IO('T', 13) /* 0x540D */
#define TIOCSCTTY    _IO('T', 14) /* 0x540E */

#define TIOCSTI        _IOW('T', 18, char) /* 0x5412 */
#define TIOCMGET    _IOR('T', 21, unsigned int) /* 0x5415 */
#define TIOCMBIS    _IOW('T', 22, unsigned int) /* 0x5416 */
#define TIOCMBIC    _IOW('T', 23, unsigned int) /* 0x5417 */
#define TIOCMSET    _IOW('T', 24, unsigned int) /* 0x5418 */
# define TIOCM_LE    0x001
# define TIOCM_DTR    0x002
# define TIOCM_RTS    0x004
# define TIOCM_ST    0x008
# define TIOCM_SR    0x010
# define TIOCM_CTS    0x020
# define TIOCM_CAR    0x040
# define TIOCM_RNG    0x080
# define TIOCM_DSR    0x100
# define TIOCM_CD    TIOCM_CAR
# define TIOCM_RI    TIOCM_RNG

#define TIOCGSOFTCAR    _IOR('T', 25, unsigned int) /* 0x5419 */
#define TIOCSSOFTCAR    _IOW('T', 26, unsigned int) /* 0x541A */
#define TIOCLINUX    _IOW('T', 28, char) /* 0x541C */
#define TIOCCONS    _IO('T', 29) /* 0x541D */
#define TIOCGSERIAL    _IOR('T', 30, struct serial_struct) /* 0x541E */
#define TIOCSSERIAL    _IOW('T', 31, struct serial_struct) /* 0x541F */
#define TIOCPKT        _IOW('T', 32, int) /* 0x5420 */
# define TIOCPKT_DATA         0
# define TIOCPKT_FLUSHREAD     1
# define TIOCPKT_FLUSHWRITE     2
# define TIOCPKT_STOP         4
# define TIOCPKT_START         8
# define TIOCPKT_NOSTOP        16
# define TIOCPKT_DOSTOP        32


#define TIOCNOTTY    _IO('T', 34) /* 0x5422 */
#define TIOCSETD    _IOW('T', 35, int) /* 0x5423 */
#define TIOCGETD    _IOR('T', 36, int) /* 0x5424 */
#define TCSBRKP        _IOW('T', 37, int) /* 0x5425 */    /* Needed for POSIX tcsendbreak() */
#define TIOCTTYGSTRUCT    _IOR('T', 38, struct tty_struct) /* 0x5426 */ /* For debugging only */
#define TIOCSBRK    _IO('T', 39) /* 0x5427 */ /* BSD compatibility */
#define TIOCCBRK    _IO('T', 40) /* 0x5428 */ /* BSD compatibility */
#define TIOCGSID    _IOR('T', 41, pid_t) /* 0x5429 */ /* Return the session ID of FD */
#define TIOCGPTN    _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
#define TIOCSPTLCK    _IOW('T',0x31, int)  /* Lock/unlock Pty */

#define TIOCSERCONFIG    _IO('T', 83) /* 0x5453 */
#define TIOCSERGWILD    _IOR('T', 84,  int) /* 0x5454 */
#define TIOCSERSWILD    _IOW('T', 85,  int) /* 0x5455 */
#define TIOCGLCKTRMIOS    0x5456
#define TIOCSLCKTRMIOS    0x5457
#define TIOCSERGSTRUCT    _IOR('T', 88, struct async_struct) /* 0x5458 */ /* For debugging only */
#define TIOCSERGETLSR   _IOR('T', 89, unsigned int) /* 0x5459 */ /* Get line status register */
  /* ioctl (fd, TIOCSERGETLSR, &result) where result may be as below */
# define TIOCSER_TEMT    0x01    /* Transmitter physically empty */
#define TIOCSERGETMULTI _IOR('T', 90, struct serial_multiport_struct) /* 0x545A */ /* Get multiport config  */
#define TIOCSERSETMULTI _IOW('T', 91, struct serial_multiport_struct) /* 0x545B */ /* Set multiport config */

#define TIOCMIWAIT    _IO('T', 92) /* 0x545C */    /* wait for a change on serial input line(s) */
#define TIOCGICOUNT    _IOR('T', 93, struct async_icount) /* 0x545D */    /* read serial port inline interrupt counts */

#endif /* __ASM_SH_IOCTLS_H */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0451 ]--