mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
7 lines
125 B
C
7 lines
125 B
C
#include <sys/ioctl.h>
|
|
#include <sys/socket.h>
|
|
#include <sys/sockio.h>
|
|
int main() {
|
|
ioctl(0, SIOCGLIFCONF, (char *)0);
|
|
}
|