OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCAL_IDENT
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/
options.h
221
#define
LOCAL_IDENT
"SSH-2.0-dropbear_" DROPBEAR_VERSION
common-session.c
241
if (atomicio(write, ses.sock,
LOCAL_IDENT
"\r\n",
242
strlen(
LOCAL_IDENT
"\r\n")) == DROPBEAR_FAILURE) {
common-kex.c
413
local_ident_len = strlen(
LOCAL_IDENT
);
429
(unsigned char*)
LOCAL_IDENT
, local_ident_len);
449
(unsigned char*)
LOCAL_IDENT
, local_ident_len);
Completed in 23 milliseconds