Searched refs:IN6_IS_ADDR_LOOPBACK (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/third_party/tcplp/bsdtcp/ | ||
D | ip6.h | 140 #define IN6_IS_ADDR_LOOPBACK(a) \ macro |
D | tcp_input.c | 2978 if (IN6_IS_ADDR_LOOPBACK(in6) || IN6_IS_ADDR_LINKLOCAL(in6)) in in6_localaddr() |