Lines Matching refs:ethernetif
42 * search-and-replace for the word "ethernetif" to replace it with
68 struct ethernetif {
81 * for this ethernetif
86 struct ethernetif *ethernetif = netif->state;
111 * @param netif the lwip network interface structure for this ethernetif
125 struct ethernetif *ethernetif = netif->state;
156 * @param netif the lwip network interface structure for this ethernetif
163 struct ethernetif *ethernetif = netif->state;
220 * @param netif the lwip network interface structure for this ethernetif
225 struct ethernetif *ethernetif;
229 ethernetif = netif->state;
269 * @param netif the lwip network interface structure for this ethernetif
277 struct ethernetif *ethernetif;
281 ethernetif = mem_malloc(sizeof(struct ethernetif));
282 if (ethernetif == NULL) {
299 netif->state = ethernetif;
309 ethernetif->ethaddr = (struct eth_addr *)&(netif->hwaddr[0]);