74 struct tcpip_uipstate {
79 #define UIP_APPCALL tcpip_uipcall
80 #define UIP_UDP_APPCALL tcpip_uipcall
81 #define UIP_ICMP6_APPCALL tcpip_icmp6_call
87 typedef struct tcpip_uipstate uip_icmp6_appstate_t;
89 void tcpip_uipcall(
void);
113 #define tcp_markconn(conn, appstate) tcp_attach(conn, appstate)
209 #define udp_markconn(conn, appstate) udp_attach(conn, appstate)
262 #define udp_bind(conn, port) uip_udp_bind(conn, port)
291 CCIF
extern process_event_t tcpip_icmp6_event;
312 void tcpip_icmp6_call(u8_t type);
348 void tcpip_set_outputfunc(u8_t (* f)(
void));
355 void tcpip_ipv6_output(
void);
366 extern unsigned char tcpip_is_forwarding;
369 #define tcpip_set_forwarding(forwarding) tcpip_do_forwarding = (forwarding)