Home
last modified time | relevance | path

Searched refs:tftp_mcast_bitmap (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/net/
Dtftp.c140 static unsigned *tftp_mcast_bitmap; variable
156 if (tftp_mcast_bitmap) in mcast_cleanup()
157 free(tftp_mcast_bitmap); in mcast_cleanup()
158 tftp_mcast_bitmap = NULL; in mcast_cleanup()
201 ext2_set_bit(block, tftp_mcast_bitmap); in store_block()
378 tftp_mcast_bitmap = malloc(tftp_mcast_bitmap_size); in tftp_send()
379 if (tftp_mcast_bitmap && eth_get_dev()->mcast) { in tftp_send()
380 free(tftp_mcast_bitmap); in tftp_send()
381 tftp_mcast_bitmap = NULL; in tftp_send()
395 tftp_mcast_bitmap, in tftp_send()
[all …]