HomeSort by relevance Sort by last modified time
    Searched full:packet_socket (Results 1 - 25 of 32) sorted by null

1 2

  /device/google/marlin/sepolicy/
wpa.te 3 allowxperm wpa self:packet_socket ioctl { SIOCGIFINDEX SIOCGIFHWADDR };
domain.te 23 packet_socket
  /external/webrtc/webrtc/base/
testechoserver.h 46 AsyncTCPSocket* packet_socket = new AsyncTCPSocket(raw_socket, false); local
47 packet_socket->SignalReadPacket.connect(this, &TestEchoServer::OnPacket);
48 packet_socket->SignalClose.connect(this, &TestEchoServer::OnClose);
49 client_sockets_.push_back(packet_socket);
proxy_unittest.cc 88 rtc::AsyncTCPSocket* packet_socket = rtc::AsyncTCPSocket::Create( local
90 EXPECT_TRUE(packet_socket != NULL);
91 rtc::TestClient client(packet_socket);
nat_unittest.cc 41 AsyncTCPSocket* packet_socket = new AsyncTCPSocket(socket, false); local
42 return new TestClient(packet_socket);
  /external/webrtc/webrtc/p2p/base/
testrelayserver.h 71 rtc::AsyncTCPSocket* packet_socket = new rtc::AsyncTCPSocket( local
75 packet_socket->SignalClose.connect(this,
77 server_.AddInternalSocket(packet_socket);
79 packet_socket->SignalClose.connect(this,
81 server_.AddExternalSocket(packet_socket);
relayport_unittest.cc 209 rtc::AsyncUDPSocket* packet_socket = local
211 EXPECT_TRUE(packet_socket != NULL);
212 packet_socket->SignalReadPacket.connect(this, &RelayPortTest::OnReadPacket);
213 return packet_socket;
  /system/sepolicy/
dhcp.te 10 allow dhcp self:packet_socket create_socket_perms;
hostapd.te 10 allow hostapd self:packet_socket create_socket_perms;
clatd.te 30 allow clatd self:{ packet_socket rawip_socket tun_socket } create_socket_perms;
global_macros 11 define(`socket_class_set', `{ socket tcp_socket udp_socket rawip_socket netlink_socket packet_socket key_socket unix_stream_socket unix_dgram_socket appletalk_socket netlink_route_socket netlink_firewall_socket netlink_tcpdiag_socket netlink_nflog_socket netlink_xfrm_socket netlink_selinux_socket netlink_audit_socket netlink_ip6fw_socket netlink_dnrt_socket netlink_kobject_uevent_socket tun_socket netlink_iscsi_socket netlink_fib_lookup_socket netlink_connector_socket netlink_netfilter_socket netlink_generic_socket netlink_scsitransport_socket netlink_rdma_socket netlink_crypto_socket }')
security_classes 34 class packet_socket
wpa.te 15 allow wpa self:packet_socket create_socket_perms;
bluetooth.te 27 allow bluetooth self:packet_socket create_socket_perms;
isolated_app.te 71 socket netlink_socket packet_socket key_socket appletalk_socket
  /external/selinux/libsepol/tests/policies/test-deps/
base-metreq.conf 31 class packet_socket
242 class packet_socket
base-notmetreq.conf 31 class packet_socket
241 class packet_socket
small-base.conf 31 class packet_socket
242 class packet_socket
  /external/selinux/libsepol/tests/policies/test-expander/
alias-base.conf 31 class packet_socket
242 class packet_socket
role-base.conf 31 class packet_socket
242 class packet_socket
user-base.conf 31 class packet_socket
242 class packet_socket
small-base.conf 31 class packet_socket
242 class packet_socket
  /external/selinux/libsepol/tests/policies/test-hooks/
cmp_policy.conf 31 class packet_socket
242 class packet_socket
small-base.conf 31 class packet_socket
242 class packet_socket
  /external/selinux/libsepol/tests/policies/test-linker/
small-base.conf 31 class packet_socket
242 class packet_socket

Completed in 890 milliseconds

1 2