OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctrl_path
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/common/
wpa_ctrl.c
76
struct wpa_ctrl * wpa_ctrl_open(const char *
ctrl_path
)
85
if (
ctrl_path
== NULL)
133
if (os_strncmp(
ctrl_path
, "@android:", 9) == 0) {
135
ctrl->s,
ctrl_path
+ 9,
147
* If the
ctrl_path
isn't an absolute pathname, assume that
152
if (*
ctrl_path
!= '/') {
154
os_snprintf(buf, sizeof(buf), "wpa_%s",
ctrl_path
);
169
if (os_strncmp(
ctrl_path
, "@abstract:", 10) == 0) {
171
os_strlcpy(ctrl->dest.sun_path + 1,
ctrl_path
+ 10,
174
res = os_strlcpy(ctrl->dest.sun_path,
ctrl_path
,
[
all
...]
wpa_ctrl.h
196
* @
ctrl_path
: Path for UNIX domain sockets; ignored if UDP sockets are used.
200
*
ctrl_path
is usually /var/run/wpa_supplicant or /var/run/hostapd. This path
204
struct wpa_ctrl * wpa_ctrl_open(const char *
ctrl_path
);
/external/mdnsresponder/mDNSShared/
dnssd_clientstub.c
326
char
ctrl_path
[64] = ""; // "/var/tmp/dnssd_result_socket.xxxxxxxxxx-xxx-xxxxxx"
local
337
sprintf(
ctrl_path
, "%s%d-%.3lx-%.6lu", CTL_PATH_PREFIX, (int)getpid(),
339
*len += strlen(
ctrl_path
) + 1;
366
if (SeparateReturnSocket) put_string(
ctrl_path
, data_start);
[
all
...]
uds_daemon.c
3680
char
ctrl_path
[MAX_CTLPATH];
local
[
all
...]
Completed in 388 milliseconds