HomeSort by relevance Sort by last modified time
    Searched full:netascii (Results 1 - 9 of 9) sorted by null

  /external/curl/tests/data/
test1094 34 TFTP retrieve with mode=netascii
37 "tftp://%HOSTIP:%TFTPPORT//1094;mode=netascii" --trace-ascii log/traceit
47 mode: netascii
  /external/dnsmasq/src/
tftp.c 161 transfer->netascii = transfer->carrylf = 0;
193 (strcasecmp(mode, "octet") != 0 && strcasecmp(mode, "netascii") != 0))
197 if (strcasecmp(mode, "netascii") == 0)
198 transfer->netascii = 1;
219 else if (strcasecmp(opt, "tsize") == 0 && next(&p, end) && !transfer->netascii)
568 /* Map '\n' to CR-LF in netascii mode */
569 if (transfer->netascii)
dnsmasq.h 593 char opt_blocksize, opt_transize, netascii, carrylf; member in struct:tftp_transfer
  /external/iputils/
tftpsubs.c 179 * Output a buffer to a file, converting from netascii if requested.
tftpd.c 212 { "netascii", validate_access, sendfile, recvfile, 1 },
  /external/toybox/toys/pending/
tftp.c 101 (mode ? "octet" : "netascii")) + 3;
  /external/curl/lib/
tftp.c 458 mode = "netascii";
    [all...]
  /external/curl/tests/server/
tftpd.c 180 { "netascii", 1 },
546 * Output a buffer to a file, converting from netascii if requested.
    [all...]
  /external/dnsmasq/
CHANGELOG.archive     [all...]

Completed in 517 milliseconds