Home
last modified time | relevance | path

Searched refs:DROPBEAR_KEEPALIVE_STRING (Results 1 – 2 of 2) sorted by relevance

/dports/security/dropbear/dropbear-2020.81/
H A Dcommon-session.c505 start_send_channel_request(chan, DROPBEAR_KEEPALIVE_STRING); in send_msg_keepalive()
511 buf_putstring(ses.writepayload, DROPBEAR_KEEPALIVE_STRING, in send_msg_keepalive()
512 strlen(DROPBEAR_KEEPALIVE_STRING)); in send_msg_keepalive()
H A Dsysoptions.h330 #define DROPBEAR_KEEPALIVE_STRING "keepalive@openssh.com" macro