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

  /external/dnsmasq/src/
tftp.c 22 static void free_transfer(struct tftp_transfer *transfer);
25 static ssize_t get_block(char *packet, struct tftp_transfer *transfer);
52 struct tftp_transfer *transfer;
144 if (!(transfer = whine_malloc(sizeof(struct tftp_transfer))))
292 struct tftp_transfer *t;
373 struct tftp_transfer *transfer, *tmp, **up;
469 static void free_transfer(struct tftp_transfer *transfer)
517 static ssize_t get_block(char *packet, struct tftp_transfer *transfer)
dnsmasq.h 584 struct tftp_transfer { struct
593 struct tftp_transfer *next;
685 struct tftp_transfer *tftp_trans;
dnsmasq.c 1024 struct tftp_transfer *transfer;
    [all...]

Completed in 32 milliseconds