OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addrstring
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/
svr-main.c
83
char *
addrstring
= NULL;
local
94
addrstring
= getaddrstring(&remoteaddr, 1);
95
dropbear_log(LOG_INFO, "Child connection from %s",
addrstring
);
105
svr_session(0, -1, getaddrhostname(&remoteaddr),
addrstring
);
289
char *
addrstring
= NULL;
local
296
addrstring
= getaddrstring(&remoteaddr, 1);
297
dropbear_log(LOG_INFO, "Child connection from %s",
addrstring
);
313
addrstring
);
session.h
51
void svr_session(int sock, int childpipe, char *remotehost, char *
addrstring
);
185
char *
addrstring
;
member in struct:serversession
Completed in 65 milliseconds