/third_party/musl/src/network/ |
D | in6addr_any.c | 3 const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
|
/third_party/lwip/src/core/ipv6/ |
D | inet6.c | 51 const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
|
/third_party/musl/libc-test/src/api/ |
D | netinet_in.c | 37 {struct in6_addr x = IN6ADDR_ANY_INIT;} in f()
|
/third_party/lwip/src/include/lwip/ |
D | inet.h | 81 #define IN6ADDR_ANY_INIT {{{0,0,0,0}}} macro
|
/third_party/ltp/testcases/network/lib6/ |
D | in6_01.c | 96 struct in6_addr ina6 = IN6ADDR_ANY_INIT; in test_global_in6_def()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/ |
D | in.h | 58 #define IN6ADDR_ANY_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } } macro
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
D | in.h | 59 #define IN6ADDR_ANY_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } } macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | in.h | 58 #define IN6ADDR_ANY_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } } macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | in.h | 58 #define IN6ADDR_ANY_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } } macro
|
/third_party/musl/include/netinet/ |
D | in.h | 59 #define IN6ADDR_ANY_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } } macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | in.h | 58 #define IN6ADDR_ANY_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } } macro
|
/third_party/selinux/libsepol/src/ |
D | kernel_to_conf.c | 2784 struct in6_addr subnet_prefix = IN6ADDR_ANY_INIT; in write_selinux_ibpkey_rules_to_conf()
|
D | kernel_to_cil.c | 2915 struct in6_addr subnet_prefix = IN6ADDR_ANY_INIT; in write_selinux_ibpkey_rules_to_cil()
|
D | module_to_cil.c | 2671 struct in6_addr subnet_prefix = IN6ADDR_ANY_INIT; in ocontext_selinux_ibpkey_to_cil()
|