|
Contiki-NG
|
Macros | |
| #define | UIP_BUFSIZE |
| The size of the uIP packet buffer. More... | |
| #define | UIP_STATISTICS |
| Determines if statistics support should be compiled in. More... | |
| #define | UIP_BROADCAST |
| Broadcast support. More... | |
Functions | |
| void | uip_log (char *msg) |
| Print out a uIP log message. More... | |
| #define UIP_BROADCAST |
| #define UIP_BUFSIZE |
| #define UIP_STATISTICS |
| void uip_log | ( | char * | msg | ) |
Print out a uIP log message.
This function must be implemented by the module that uses uIP, and is called by uIP whenever a log message is generated.
Definition at line 344 of file platform.c.
1.8.13