Loading...
Searching...
No Matches

L2 connection event data associated with NETAPI_NOTIFY_L2_NEIGH_CONNECTED or NETAPI_NOTIFY_L2_NEIGH_DISCONNECTED events. More...

Detailed Description

L2 connection event data associated with NETAPI_NOTIFY_L2_NEIGH_CONNECTED or NETAPI_NOTIFY_L2_NEIGH_DISCONNECTED events.

Definition at line 69 of file notify.h.

#include <notify.h>

Data Fields

uint8_t l2addr [GNRC_NETIF_L2ADDR_MAXLEN]
 L2 address of the node.
 
uint8_t l2addr_len
 length of L2 address in byte
 
kernel_pid_t if_pid
 PID of network interface.
 

Field Documentation

◆ if_pid

kernel_pid_t netapi_notify_l2_connection_t::if_pid

PID of network interface.

Definition at line 72 of file notify.h.

◆ l2addr

uint8_t netapi_notify_l2_connection_t::l2addr[GNRC_NETIF_L2ADDR_MAXLEN]

L2 address of the node.

Definition at line 70 of file notify.h.

◆ l2addr_len

uint8_t netapi_notify_l2_connection_t::l2addr_len

length of L2 address in byte

Definition at line 71 of file notify.h.


The documentation for this struct was generated from the following file: