Searched refs:mc_size (Results 1 – 3 of 3) sorted by relevance
69 static int mc_size = 0; variable77 if (mc_loc >= mc_size-1) { in buff_add_ch()78 if (mc_size == 0) in buff_add_ch()79 mc_size = 80; in buff_add_ch()81 mc_size *= 2; in buff_add_ch()82 t = malloc(mc_size); in buff_add_ch()
503 cb->cb_mcast.mc_size = 0; in iee_cb_setup()508 ETHER_ADDR_LEN) != 0 || cb->cb_mcast.mc_size in iee_cb_setup()512 cb->cb_mcast.mc_size = 0; in iee_cb_setup()516 cb->cb_mcast.mc_size]), in iee_cb_setup()519 cb->cb_mcast.mc_size += ETHER_ADDR_LEN; in iee_cb_setup()522 if (cb->cb_mcast.mc_size == 0) { in iee_cb_setup()
89 volatile uint16_t mc_size;/* Num bytes of Mcast Addr.*/ member