OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ctrl_path
(Results
1 - 6
of
6
) sorted by null
/external/wpa_supplicant_8/src/common/
wpa_ctrl.c
69
struct wpa_ctrl * wpa_ctrl_open(const char *
ctrl_path
)
122
* If the
ctrl_path
isn't an absolute pathname, assume that
127
if (
ctrl_path
!= NULL && *
ctrl_path
!= '/') {
129
os_snprintf(buf, sizeof(buf), "wpa_%s",
ctrl_path
);
144
res = os_strlcpy(ctrl->dest.sun_path,
ctrl_path
,
228
struct wpa_ctrl * wpa_ctrl_open(const char *
ctrl_path
)
432
struct wpa_ctrl * wpa_ctrl_open(const char *
ctrl_path
)
445
if (
ctrl_path
== NULL)
449
ctrl_path
);
[
all
...]
wpa_ctrl.h
150
* @
ctrl_path
: Path for UNIX domain sockets; ignored if UDP sockets are used.
154
*
ctrl_path
is usually /var/run/wpa_supplicant or /var/run/hostapd. This path
158
struct wpa_ctrl * wpa_ctrl_open(const char *
ctrl_path
);
/external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_ctrl.c
73
struct wpa_ctrl * wpa_ctrl_open(const char *
ctrl_path
)
129
* If the
ctrl_path
isn't an absolute pathname, assume that
134
if (
ctrl_path
!= NULL && *
ctrl_path
!= '/') {
136
ctrl_path
);
150
res = os_strlcpy(ctrl->dest.sun_path,
ctrl_path
,
229
struct wpa_ctrl * wpa_ctrl_open(const char *
ctrl_path
)
437
struct wpa_ctrl * wpa_ctrl_open(const char *
ctrl_path
)
450
if (
ctrl_path
== NULL)
454
ctrl_path
);
[
all
...]
wpa_ctrl.h
89
* @
ctrl_path
: Path for UNIX domain sockets; ignored if UDP sockets are used.
93
*
ctrl_path
is usually /var/run/wpa_supplicant or /var/run/hostapd. This path
97
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 769 milliseconds