Lines Matching refs:tftp_mcast_bitmap
140 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()
624 tftp_mcast_bitmap, in tftp_handler()
944 if (tftp_mcast_bitmap) { in parse_multicast_oack()
946 free(tftp_mcast_bitmap); in parse_multicast_oack()
947 tftp_mcast_bitmap = NULL; in parse_multicast_oack()
954 tftp_mcast_bitmap = malloc(tftp_mcast_bitmap_size); in parse_multicast_oack()
955 if (!tftp_mcast_bitmap) { in parse_multicast_oack()
960 memset(tftp_mcast_bitmap, 0, tftp_mcast_bitmap_size); in parse_multicast_oack()