HomeSort by relevance Sort by last modified time
    Searched defs:hostlen (Results 1 - 2 of 2) sorted by null

  /external/dropbear/
cli-kex.c 213 unsigned int hostlen, algolen; local
228 hostlen = strlen(cli_opts.remotehost);
241 if (line->len < (hostlen+30) ) {
247 if (strncmp(cli_opts.remotehost, buf_getptr(line, hostlen),
248 hostlen) != 0) {
253 buf_incrpos(line, hostlen);
307 buf_putbytes(line, ses.remotehost, hostlen);
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmspibrcm.c 711 uint32 hostlen; local
758 hostlen = datalen + 8;
759 hostlen += (4 - (hostlen & 0x3));
760 spi_sendrecv(sd, spi_outbuf2, spi_inbuf2, hostlen);
1459 uint32 hostlen; local
    [all...]

Completed in 81 milliseconds