Searched refs:lowpan6_get_address_mode (Results 1 – 4 of 4) sorted by relevance
| /components/net/lwip/lwip-2.1.2/src/include/netif/ |
| A D | lowpan6_common.h | 66 s8_t lowpan6_get_address_mode(const ip6_addr_t *ip6addr, const struct lowpan6_link_addr *mac_addr);
|
| /components/net/lwip/lwip-2.0.3/src/netif/ |
| A D | lowpan6.c | 158 lowpan6_get_address_mode(const ip6_addr_t *ip6addr, const struct ieee_802154_addr *mac_addr) in lowpan6_get_address_mode() function 353 i = lowpan6_get_address_mode(ip_2_ip6(&ip_data.current_iphdr_src), src); in lowpan6_frag() 396 i = lowpan6_get_address_mode(ip_2_ip6(&ip_data.current_iphdr_dest), dst); in lowpan6_frag() 631 if (lowpan6_get_address_mode(&ip6_src, &short_mac_addr) == 3) { in lowpan6_output() 660 (lowpan6_get_address_mode(ip6addr, &dest) == 3)) { in lowpan6_output()
|
| /components/net/lwip/lwip-2.1.2/src/netif/ |
| A D | lowpan6_common.c | 65 lowpan6_get_address_mode(const ip6_addr_t *ip6addr, const struct lowpan6_link_addr *mac_addr) in lowpan6_get_address_mode() function 256 i = lowpan6_get_address_mode(ip_2_ip6(&ip6src), src); in lowpan6_compress_headers() 299 i = lowpan6_get_address_mode(ip_2_ip6(&ip6dst), dst); in lowpan6_compress_headers()
|
| A D | lowpan6.c | 581 if (lowpan6_get_address_mode(&ip6_src, &short_mac_addr) == 3) { in lowpan6_output() 613 (lowpan6_get_address_mode(ip6addr, &dest) == 3)) { in lowpan6_output()
|
Completed in 12 milliseconds