HomeSort by relevance Sort by last modified time
    Searched refs:MAX_TRANS_PAYLOAD_LEN (Results 1 - 3 of 3) sorted by null

  /external/dropbear/
options.h 319 #define MAX_TRANS_PAYLOAD_LEN 32768
320 #define MAX_TRANS_PACKET_LEN (MAX_TRANS_PAYLOAD_LEN+50)
common-session.c 72 ses.writepayload = buf_new(MAX_TRANS_PAYLOAD_LEN);
common-channel.c 774 transmaxpacket = MIN(transmaxpacket, MAX_TRANS_PAYLOAD_LEN);

Completed in 96 milliseconds