Contiki-NG
Functions | Variables
linkaddr.c File Reference

    Functions for manipulating link-layer addresses
More...

#include "net/linkaddr.h"
#include <string.h>

Go to the source code of this file.

Functions

void linkaddr_copy (linkaddr_t *dest, const linkaddr_t *from)
 Copy a link-layer address. More...
 
int linkaddr_cmp (const linkaddr_t *addr1, const linkaddr_t *addr2)
 Compare two link-layer addresses. More...
 
void linkaddr_set_node_addr (linkaddr_t *addr)
 Set the address of the current node. More...
 

Variables

linkaddr_t linkaddr_node_addr
 The link-layer address of the node. More...
 

Detailed Description

    Functions for manipulating link-layer addresses
Author
Adam Dunkels adam@.nosp@m.sics.nosp@m..se

Definition in file linkaddr.c.