OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ctrl_path
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/common/
wpa_ctrl.c
88
struct wpa_ctrl * wpa_ctrl_open(const char *
ctrl_path
)
90
return wpa_ctrl_open2(
ctrl_path
, NULL);
94
struct wpa_ctrl * wpa_ctrl_open2(const char *
ctrl_path
,
110
if (
ctrl_path
== NULL)
177
if (os_strncmp(
ctrl_path
, "@android:", 9) == 0) {
179
ctrl->s,
ctrl_path
+ 9,
191
* If the
ctrl_path
isn't an absolute pathname, assume that
196
if (*
ctrl_path
!= '/') {
198
os_snprintf(buf, sizeof(buf), "wpa_%s",
ctrl_path
);
213
if (os_strncmp(
ctrl_path
, "@abstract:", 10) == 0)
[
all
...]
wpa_ctrl.h
381
* @
ctrl_path
: Path for UNIX domain sockets; ignored if UDP sockets are used.
385
*
ctrl_path
is usually /var/run/wpa_supplicant or /var/run/hostapd. This path
389
struct wpa_ctrl * wpa_ctrl_open(const char *
ctrl_path
);
393
* @
ctrl_path
: Path for UNIX domain sockets; ignored if UDP sockets are used.
400
*
ctrl_path
is usually /var/run/wpa_supplicant or /var/run/hostapd and client
403
struct wpa_ctrl * wpa_ctrl_open2(const char *
ctrl_path
, const char *cli_path);
/external/mdnsresponder/mDNSShared/
dnssd_clientstub.c
327
char
ctrl_path
[64] = ""; // "/var/tmp/dnssd_result_socket.xxxxxxxxxx-xxx-xxxxxx"
local
338
sprintf(
ctrl_path
, "%s%d-%.3lx-%.6lu", CTL_PATH_PREFIX, (int)getpid(),
340
*len += strlen(
ctrl_path
) + 1;
367
if (SeparateReturnSocket) put_string(
ctrl_path
, data_start);
[
all
...]
uds_daemon.c
3682
char
ctrl_path
[MAX_CTLPATH];
local
[
all
...]
Completed in 175 milliseconds