|
Contiki-NG
|
The shell applicationMore...
#include "contiki.h"#include "shell.h"#include "shell-commands.h"#include "net/ipv6/uip.h"#include "net/ipv6/ip64-addr.h"#include "net/ipv6/uiplib.h"Go to the source code of this file.
Functions | |
| void | shell_output_6addr (shell_output_func output, const uip_ipaddr_t *ipaddr) |
| Prints an IPv6 address. More... | |
| void | shell_output_lladdr (shell_output_func output, const linkaddr_t *lladdr) |
| Prints a link-layer address. More... | |
| void | shell_init (void) |
| Initializes Shell module. | |
The shell application
Definition in file shell.c.
1.8.13