Raw (i.e. More...
Raw (i.e.
raw IP packets without link-layer information) adaptation for Network interface API
Definition in file raw.h.
#include "net/gnrc/netif.h"
 Include dependency graph for raw.h:Go to the source code of this file.
| int | gnrc_netif_raw_create (gnrc_netif_t *netif, char *stack, int stacksize, char priority, char *name, netdev_t *dev) | 
| Creates a raw network interface.  More... | |
| int gnrc_netif_raw_create | ( | gnrc_netif_t * | netif, | 
| char * | stack, | ||
| int | stacksize, | ||
| char | priority, | ||
| char * | name, | ||
| netdev_t * | dev | ||
| ) | 
Creates a raw network interface.
| [out] | netif | The interface. May not be NULL.  | 
| [in] | stack | The stack for the network interface's thread. | 
| [in] | stacksize | Size of stack.  | 
| [in] | priority | Priority for the network interface's thread. | 
| [in] | name | Name for the network interface. May be NULL. | 
| [in] | dev | Device for the interface. |