The uIP initialisation functions are used for booting uIP.
Functions | |
void | uip_init (void) |
uIP initialisation function | |
void | uip_setipid (uint16_t id) |
uIP initialisation function |
void uip_init | ( | void | ) |
uIP initialisation function
This function should be called at boot up to initialize the uIP TCP/IP stack.
void uip_setipid | ( | uint16_t | id | ) |
uIP initialisation function
This function may be used at boot time to set the initial ip_id which is an increasing number that is used for the IP ID field.