Home
last modified time | relevance | path

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

/external/u-boot/net/
Dtftp.c144 static int tftp_mcast_master_client; variable
338 tftp_mcast_master_client == 0) in tftp_send()
554 if ((tftp_mcast_active) && (!tftp_mcast_master_client)) in tftp_handler()
622 } else if (tftp_mcast_master_client) { in tftp_handler()
645 if (tftp_mcast_master_client && in tftp_handler()
938 if (tftp_mcast_active && tftp_mcast_master_client) { in parse_multicast_oack()
976 tftp_mcast_master_client = simple_strtoul((char *)mc, NULL, 10); in parse_multicast_oack()
979 tftp_mcast_master_client); in parse_multicast_oack()