Loading...
Searching...
No Matches
native_cli_eui_provider.h File Reference

Command-line EUI provider for native. More...

Detailed Description

Command-line EUI provider for native.

Author
Benjamin Valentin benja.nosp@m.min..nosp@m.valen.nosp@m.tin@.nosp@m.ml-pa.nosp@m..com

Definition in file native_cli_eui_provider.h.

#include "net/eui64.h"
+ Include dependency graph for native_cli_eui_provider.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

parse a string as an EUI-64 and add it to the list of EUI-64s

Parameters
s[in]EUI-64 as hexadecimal string representation
void native_cli_add_eui64 (const char *s)
 

Get a command-line provided EUI-64

Parameters
indexindex of ZEP device
addr[out]user supplied EUI-64
Returns
0 on success, negatvie if no more EUIs are available.
int native_cli_get_eui64 (uint8_t index, eui64_t *addr)