OXIESEC PANEL
- Current Dir:
/
/
usr
/
lib64
/
perl5
/
asm-generic
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/16/2024 08:50:01 PM
rwxr-xr-x
📄
bitsperlong.ph
324 bytes
05/18/2023 09:35:08 PM
rw-r--r--
📄
ioctl.ph
3.96 KB
05/18/2023 09:35:08 PM
rw-r--r--
📄
ioctls.ph
6.1 KB
05/18/2023 09:35:08 PM
rw-r--r--
📄
posix_types.ph
933 bytes
05/18/2023 09:35:08 PM
rw-r--r--
📄
socket.ph
5.44 KB
05/18/2023 09:35:08 PM
rw-r--r--
📄
sockios.ph
667 bytes
05/18/2023 09:35:08 PM
rw-r--r--
📄
termbits.ph
8.31 KB
05/18/2023 09:35:08 PM
rw-r--r--
📄
termios.ph
1.18 KB
05/18/2023 09:35:08 PM
rw-r--r--
Editing: sockios.ph
Close
require '_h2ph_pre.ph'; no warnings qw(redefine misc); unless(defined(&__ASM_GENERIC_SOCKIOS_H)) { eval 'sub __ASM_GENERIC_SOCKIOS_H () {1;}' unless defined(&__ASM_GENERIC_SOCKIOS_H); eval 'sub FIOSETOWN () {0x8901;}' unless defined(&FIOSETOWN); eval 'sub SIOCSPGRP () {0x8902;}' unless defined(&SIOCSPGRP); eval 'sub FIOGETOWN () {0x8903;}' unless defined(&FIOGETOWN); eval 'sub SIOCGPGRP () {0x8904;}' unless defined(&SIOCGPGRP); eval 'sub SIOCATMARK () {0x8905;}' unless defined(&SIOCATMARK); eval 'sub SIOCGSTAMP () {0x8906;}' unless defined(&SIOCGSTAMP); eval 'sub SIOCGSTAMPNS () {0x8907;}' unless defined(&SIOCGSTAMPNS); } 1;