Searched refs:ethernetif (Results 1 – 1 of 1) sorted by relevance
70 struct ethernetif { struct84 struct ethernetif *ethernetif = netif->state; in low_level_init() argument117 struct ethernetif *ethernetif = netif->state; in low_level_output() local166 struct ethernetif *ethernetif = netif->state; in low_level_input() local259 struct ethernetif *ethernetif; in ethernetif_input() local263 ethernetif = netif->state; in ethernetif_input()293 etharp_arp_input(netif, ethernetif->ethaddr, p); in ethernetif_input()323 struct ethernetif *ethernetif; in ethernetif_init() local325 ethernetif = mem_malloc(sizeof(struct ethernetif)); in ethernetif_init()327 if (ethernetif == NULL) { in ethernetif_init()[all …]
Completed in 2 milliseconds