Home
last modified time | relevance | path

Searched defs:netif (Results 1 – 1 of 1) sorted by relevance

/platform/armemu/
A Dnet.c83 low_level_init(struct netif *netif) { in low_level_init()
116 low_level_output(struct netif *netif, struct pbuf *p) { in low_level_output()
165 low_level_input(struct netif *netif) { in low_level_input()
238 ethernetif_output(struct netif *netif, struct pbuf *p, in ethernetif_output()
258 ethernetif_input(struct netif *netif) { in ethernetif_input()
303 struct netif *netif = (struct netif *)arg; in ethernet_int() local
322 ethernetif_init(struct netif *netif) { in ethernetif_init()
350 struct netif *netif = calloc(sizeof(struct netif), 1); in ethernet_init() local

Completed in 5 milliseconds