Home
last modified time | relevance | path

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

/external/u-boot/net/
Dtftp.c142 static int tftp_mcast_bitmap_size = MTFTP_BITMAPSIZE; variable
378 tftp_mcast_bitmap = malloc(tftp_mcast_bitmap_size); in tftp_send()
396 tftp_mcast_bitmap_size * 8, 0); in tftp_send()
625 tftp_mcast_bitmap_size * 8, in tftp_handler()
629 ((tftp_mcast_bitmap_size * 8) - 1)) { in tftp_handler()
632 tftp_mcast_bitmap_size <<= 1; in tftp_handler()
954 tftp_mcast_bitmap = malloc(tftp_mcast_bitmap_size); in parse_multicast_oack()
960 memset(tftp_mcast_bitmap, 0, tftp_mcast_bitmap_size); in parse_multicast_oack()