Home
last modified time | relevance | path

Searched refs:IN6_IS_ADDR_LOOPBACK (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/third_party/tcplp/bsdtcp/
Dip6.h140 #define IN6_IS_ADDR_LOOPBACK(a) \ macro
Dtcp_input.c2978 if (IN6_IS_ADDR_LOOPBACK(in6) || IN6_IS_ADDR_LINKLOCAL(in6)) in in6_localaddr()