OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:listen_path
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
misc.h
35
char *
listen_path
; /* Path to bind domain socket. */
member in struct:Forward
clientloop.c
1106
free(fwd.
listen_path
);
1782
char *
listen_path
;
local
1786
if ((r = sshpkt_get_cstring(ssh, &
listen_path
, NULL)) != 0 ||
1791
debug_f("request: %s",
listen_path
);
1793
c = channel_connect_by_listen_path(ssh,
listen_path
,
1795
free(
listen_path
);
channels.c
111
/* XXX - can we use listen_host instead of
listen_path
? */
116
char *
listen_path
; /* Remote side should listen path. */
member in struct:permission
645
free(perm->
listen_path
);
710
const char *listen_host, const char *
listen_path
, int listen_port,
727
(*permp)[n].
listen_path
= MAYBE_DUP(
listen_path
);
4075
path = fwd->
listen_path
;
4083
if (fwd->
listen_path
== NULL) {
4087
if (strlen(fwd->
listen_path
) > sizeof(sunaddr.sun_path)) {
4088
error("Local listening path too long: %s", fwd->
listen_path
);
4384
const char *host_to_connect, *listen_host, *
listen_path
;
local
[
all
...]
Completed in 21 milliseconds
Indexes created Fri May 01 00:23:41 UTC 2026