Home
last modified time | relevance | path

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

/platform/armemu/
A Dnet.c80 struct ip_addr *ipaddr);
239 struct ip_addr *ipaddr) { in ethernetif_output() argument
243 return etharp_output(netif, ipaddr, p); in ethernetif_output()
351 struct ip_addr *ipaddr = calloc(sizeof(struct ip_addr), 1); in ethernet_init() local
355 … struct netif *netifret = netif_add(netif, ipaddr, netmask, gw, NULL, &ethernetif_init, &ip_input); in ethernet_init()
358 free(ipaddr); in ethernet_init()

Completed in 2 milliseconds