uawdijnntqw1x1x1
IP : 216.73.216.153
Hostname : smartpanel.abcaweb.com
Kernel : Linux smartpanel.abcaweb.com 4.18.0-553.120.1.el8_10.x86_64 #1 SMP Mon Apr 20 18:04:27 EDT 2026 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
u4uwebca
/
.wp-cli
/
..
/
..
/
..
/
bin
/
..
/
include
/
python3.12
/
..
/
python3.6m
/
..
/
python3.12
/
..
/
linux
/
un.h
/
/
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _LINUX_UN_H #define _LINUX_UN_H #include <linux/socket.h> #define UNIX_PATH_MAX 108 struct sockaddr_un { __kernel_sa_family_t sun_family; /* AF_UNIX */ char sun_path[UNIX_PATH_MAX]; /* pathname */ }; #define SIOCUNIXFILE (SIOCPROTOPRIVATE + 0) /* open a socket file with O_PATH */ #endif /* _LINUX_UN_H */
/home/u4uwebca/.wp-cli/../../../bin/../include/python3.12/../python3.6m/../python3.12/../linux/un.h