Searched refs:pcap_netif_device (Results 1 – 1 of 1) sorted by relevance
47 static struct pcap_netif pcap_netif_device; variable73 NETIF_PCAP(&pcap_netif_device) = tap; in pcap_thread_entry()87 eth = (struct eth_device*) &pcap_netif_device; in pcap_thread_entry()257 pcap_netif_device.dev_addr[0] = 0x00; in pcap_netif_hw_init()258 pcap_netif_device.dev_addr[1] = 0x60; in pcap_netif_hw_init()259 pcap_netif_device.dev_addr[2] = 0x37; in pcap_netif_hw_init()261 pcap_netif_device.dev_addr[3] = 0x12; in pcap_netif_hw_init()262 pcap_netif_device.dev_addr[4] = 0x34; in pcap_netif_hw_init()263 pcap_netif_device.dev_addr[5] = 0x56; in pcap_netif_hw_init()271 pcap_netif_device.parent.parent.user_data = RT_NULL; in pcap_netif_hw_init()[all …]
Completed in 7 milliseconds