Contiki 3.x
cdc-eth.h
1 #ifndef CDC_ETH_H_NUI0ULFC7C__
2 #define CDC_ETH_H_NUI0ULFC7C__
3 
4 #include <net/ip/uip.h>
5 
6 /* Should be called before usb_cdc_eth_setup */
7 void
8 usb_cdc_eth_set_ifaddr(uip_ipaddr_t *addr);
9 
10 void
11 usb_cdc_eth_setup();
12 
13 #endif /* CDC_ETH_H_NUI0ULFC7C__ */
Header file for the uIP TCP/IP stack.