Home
last modified time | relevance | path

Searched refs:SIOCKILLADDR (Results 1 – 4 of 4) sorted by relevance

/system/extras/tests/tcp_nuke_addr/
Dtcp_nuke_addr_test.cpp16 #ifndef SIOCKILLADDR
17 #define SIOCKILLADDR 0x8939 macro
81 if (ioctl(ioctlsock, SIOCKILLADDR, &ifr) != 0) { in killSockets()
/system/extras/tests/net_test/
Dtcp_nuke_addr_test.py37 SIOCKILLADDR = 0x8939 variable
120 fcntl.ioctl(datagram_socket.fileno(), SIOCKILLADDR, ifreq)
/system/core/libnetutils/
Difc_utils.c56 #define SIOCKILLADDR 0x8939 macro
641 result = ioctl(ifc_ctl_sock, SIOCKILLADDR, &ifr); in ifc_reset_connections()
657 success = ioctl(ifc_ctl_sock6, SIOCKILLADDR, &ifr6); in ifc_reset_connections()
/system/sepolicy/
Dioctl_defines733 define(`SIOCKILLADDR', `0x00008939')