Home
last modified time | relevance | path

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

/platform/armemu/
A Dnet.c70 struct ethernetif { struct
84 struct ethernetif *ethernetif = netif->state; in low_level_init() argument
117 struct ethernetif *ethernetif = netif->state; in low_level_output() local
166 struct ethernetif *ethernetif = netif->state; in low_level_input() local
259 struct ethernetif *ethernetif; in ethernetif_input() local
263 ethernetif = netif->state; in ethernetif_input()
293 etharp_arp_input(netif, ethernetif->ethaddr, p); in ethernetif_input()
323 struct ethernetif *ethernetif; in ethernetif_init() local
325 ethernetif = mem_malloc(sizeof(struct ethernetif)); in ethernetif_init()
327 if (ethernetif == NULL) { in ethernetif_init()
[all …]

Completed in 2 milliseconds