The uIP initialization functions are used for booting uIP.
Functions | |
void | uip_init (void) |
uIP initialization function. More... | |
void | uip_setipid (uint16_t id) |
uIP initialization function. More... | |
void uip_init | ( | void | ) |
uIP initialization function.
This function should be called at boot up to initialize the uIP TCP/IP stack.
References c, uip_mcast6_driver::init, uip_udp_conn::lport, UIP_CLOSED, UIP_CONNS, uip_ds6_init(), uip_icmp6_init(), UIP_LISTENPORTS, UIP_MCAST6, uip_nd6_init(), UIP_UDP_CONNS, and uip_udp_conns.
Referenced by PROCESS_THREAD().
void uip_setipid | ( | uint16_t | id | ) |
uIP initialization function.
This function may be used at boot time to set the initial ip_id.