Searched refs:IN6ADDR_LOOPBACK_INIT (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ |
D | in6.h | 32 #define IN6ADDR_LOOPBACK_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } } macro
|
/Linux-v4.19/net/netfilter/ |
D | nf_nat_redirect.c | 81 static const struct in6_addr loopback_addr = IN6ADDR_LOOPBACK_INIT;
|
/Linux-v4.19/net/ipv6/ |
D | addrconf_core.c | 182 const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
|
/Linux-v4.19/tools/testing/selftests/net/ |
D | udpgso.c | 73 const struct in6_addr addr6 = IN6ADDR_LOOPBACK_INIT;
|