73 struct tcpip_uipstate {
78 #define UIP_APPCALL tcpip_uipcall
79 #define UIP_UDP_APPCALL tcpip_uipcall
80 #define UIP_ICMP6_APPCALL tcpip_icmp6_call
86 typedef struct tcpip_uipstate uip_icmp6_appstate_t;
88 void tcpip_uipcall(
void);
112 #define tcp_markconn(conn, appstate) tcp_attach(conn, appstate)
208 #define udp_markconn(conn, appstate) udp_attach(conn, appstate)
261 #define udp_bind(conn, port) uip_udp_bind(conn, port)
290 CCIF extern process_event_t tcpip_icmp6_event;
311 void tcpip_icmp6_call(uint8_t type);
344 void tcpip_set_outputfunc(uint8_t (* f)(
const uip_lladdr_t *));
347 void tcpip_set_outputfunc(uint8_t (* f)(
void));
365 extern unsigned char tcpip_is_forwarding;
368 #define tcpip_set_forwarding(forwarding) tcpip_do_forwarding = (forwarding)