OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:send_interface
(Results
1 - 11
of
11
) sorted by null
/external/dhcpcd/
configure.h
33
int
send_interface
(int, const struct interface *);
configure.c
271
send_interface
(int fd, const struct interface *iface)
function
dhcpcd.c
[
all
...]
/external/wpa_supplicant/
dbus-wpa_supplicant.conf
9
<allow
send_interface
="fi.epitest.hostap.WPASupplicant"/>
14
<deny
send_interface
="fi.epitest.hostap.WPASupplicant"/>
/external/wpa_supplicant_6/wpa_supplicant/
dbus-wpa_supplicant.conf
9
<allow
send_interface
="fi.epitest.hostap.WPASupplicant"/>
14
<deny
send_interface
="fi.epitest.hostap.WPASupplicant"/>
/external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus-wpa_supplicant.conf
9
<allow
send_interface
="fi.epitest.hostap.WPASupplicant"/>
14
<allow
send_interface
="fi.w1.wpa_supplicant1"/>
20
<deny
send_interface
="fi.epitest.hostap.WPASupplicant"/>
24
<deny
send_interface
="fi.w1.wpa_supplicant1"/>
/external/bluetooth/bluez/src/
bluetooth.conf
13
<allow
send_interface
="org.bluez.Agent"/>
14
<allow
send_interface
="org.bluez.HandsfreeAgent"/>
15
<allow
send_interface
="org.bluez.MediaEndpoint"/>
16
<allow
send_interface
="org.bluez.Watcher"/>
/external/dbus/test/data/valid-config-files/
many-rules.conf
13
<deny
send_interface
="org.freedesktop.System" send_member="Reboot"/>
25
<deny send_destination="org.freedesktop.Bar"
send_interface
="org.freedesktop.Foo"/>
26
<deny send_destination="org.freedesktop.Bar"
send_interface
="org.freedesktop.Foo" send_type="method_call"/>
31
<deny
send_interface
="org.freedesktop.System" send_member="Reboot"/>
43
<deny send_destination="org.freedesktop.Bar"
send_interface
="org.freedesktop.Foo"/>
44
<deny send_destination="org.freedesktop.Bar"
send_interface
="org.freedesktop.Foo" send_type="method_call"/>
/external/dbus/test/name-test/
tmp-session-like-system.conf
47
send_interface
="org.freedesktop.DBus"
53
send_interface
="org.freedesktop.DBus.Introspectable"/>
55
send_interface
="org.freedesktop.TestSuite"
62
send_interface
="org.freedesktop.DBus.Introspectable"/>
64
send_interface
="org.freedesktop.TestSuite"
/external/dbus/test/data/valid-config-files/system.d/
test.conf
12
<allow
send_interface
="org.foo.FooBroadcastInterface"/>
/external/dbus/bus/
config-parser.c
1140
const char *
send_interface
;
local
1165
"
send_interface
", &
send_interface
,
1187
if (!(
send_interface
|| send_member || send_error || send_destination ||
[
all
...]
Completed in 254 milliseconds