Home
last modified time | relevance | path

Searched refs:ip6_addr_set_allnodes_linklocal (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/
Dip6_addr.h251 #define ip6_addr_set_allnodes_linklocal(ip6addr) do{(ip6addr)->addr[0] = PP_HTONL(0xff020000UL); \ macro
/third_party/lwip/src/netif/
Dbridgeif.c511 ip6_addr_set_allnodes_linklocal(&ip6_allnodes_ll); in bridgeif_init()
/third_party/lwip/src/core/ipv6/
Dnd6.c1313 ip6_addr_set_allnodes_linklocal(&multicast_address); in nd6_send_na()