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

  /external/dropbear/
options.h 252 #define MAX_CMD_LEN 1024 /* max length of a command */
svr-chansession.c 585 if (cmdlen > MAX_CMD_LEN) {
  /system/netd/
BandwidthController.h 159 static const int MAX_CMD_LEN;
BandwidthController.cpp 57 const int BandwidthController::MAX_CMD_LEN = 1024;
165 char buffer[MAX_CMD_LEN];
293 char cmd[MAX_CMD_LEN];
365 char cmd[MAX_CMD_LEN];
406 char cmd[MAX_CMD_LEN];
438 char cmd[MAX_CMD_LEN];
  /external/bluetooth/bluez/tools/
hciattach_ath3k.c 918 #define MAX_CMD_LEN WRITE_BDADDR_CMD_LEN
924 unsigned char cmd[MAX_CMD_LEN], rsp[HCI_MAX_EVENT_SIZE];
964 unsigned char cmd[MAX_CMD_LEN], rsp[HCI_MAX_EVENT_SIZE];

Completed in 99 milliseconds