Searched refs:short_mac_addr (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/lwip2/src/netif/
H A Dlowpan6.c91 static struct ieee_802154_addr short_mac_addr = {2, {0,0}}; variable in typeref:struct:ieee_802154_addr
586 short_mac_addr.addr[0] = addr_high;
587 short_mac_addr.addr[1] = addr_low;
631 if (lowpan6_get_address_mode(&ip6_src, &short_mac_addr) == 3) {
633 src.addr[0] = short_mac_addr.addr[0];
634 src.addr[1] = short_mac_addr.addr[1];
654 /* If source address was compressable to short_mac_addr, and dest has same subnet and

Completed in 84 milliseconds