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

  /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/dnsmasq/
CHANGELOG.archive     [all...]

Completed in 1612 milliseconds