/external/webrtc/rtc_base/ |
D | ip_address.cc | 226 static bool IPIsPrivateNetworkV4(const IPAddress& ip) { in IPIsPrivateNetworkV4() 233 static bool IPIsPrivateNetworkV6(const IPAddress& ip) { in IPIsPrivateNetworkV6() 237 bool IPIsPrivateNetwork(const IPAddress& ip) { in IPIsPrivateNetwork() 249 static bool IPIsSharedNetworkV4(const IPAddress& ip) { in IPIsSharedNetworkV4() 254 bool IPIsSharedNetwork(const IPAddress& ip) { in IPIsSharedNetwork() 302 IPAddress ip; in IPFromString() local 311 bool IPIsAny(const IPAddress& ip) { in IPIsAny() 323 static bool IPIsLoopbackV4(const IPAddress& ip) { in IPIsLoopbackV4() 328 static bool IPIsLoopbackV6(const IPAddress& ip) { in IPIsLoopbackV6() 332 bool IPIsLoopback(const IPAddress& ip) { in IPIsLoopback() [all …]
|
/external/tcpdump/ |
D | ip.h | 52 struct ip { struct 53 nd_uint8_t ip_vhl; /* header length, version */ argument 54 #define IP_V(ip) (((ip)->ip_vhl & 0xf0) >> 4) argument 55 #define IP_HL(ip) ((ip)->ip_vhl & 0x0f) argument 56 nd_uint8_t ip_tos; /* type of service */ argument 57 nd_uint16_t ip_len; /* total length */ argument 58 nd_uint16_t ip_id; /* identification */ argument 59 nd_uint16_t ip_off; /* fragment offset field */ argument 63 nd_uint8_t ip_ttl; /* time to live */ argument 64 nd_uint8_t ip_p; /* protocol */ argument [all …]
|
/external/llvm-project/clang/test/CXX/expr/expr.unary/expr.new/ |
D | p20.cpp | 10 int *ip = I; // expected-error{{cannot initialize}} in operator delete() local 25 int *ip = I; // expected-error{{cannot initialize}} in operator delete() local 42 int *ip = I; // expected-error{{cannot initialize}} in operator delete() local 61 int *ip = &x; // expected-error{{cannot initialize}} in operator delete() local 78 int *ip = &x; // expected-error{{cannot initialize}} in operator delete() local 106 int *ip = I; // expected-error{{cannot initialize}} in operator delete() local 119 int *ip = &x; // expected-error{{cannot initialize}} in operator delete() local
|
/external/clang/test/CXX/expr/expr.unary/expr.new/ |
D | p20.cpp | 10 int *ip = I; // expected-error{{cannot initialize}} in operator delete() local 25 int *ip = I; // expected-error{{cannot initialize}} in operator delete() local 42 int *ip = I; // expected-error{{cannot initialize}} in operator delete() local 61 int *ip = &x; // expected-error{{cannot initialize}} in operator delete() local 78 int *ip = &x; // expected-error{{cannot initialize}} in operator delete() local 106 int *ip = I; // expected-error{{cannot initialize}} in operator delete() local 119 int *ip = &x; // expected-error{{cannot initialize}} in operator delete() local
|
/external/clang/test/SemaCXX/ |
D | delete-and-function-templates.cpp | 20 int *ip = g(3); in foo() local 32 …int *ip = g(3.14); // this is OK - because the explicit specialization is deleted and sfinae's out… in foo() local 46 double *ip = g(3.14); //expected-error{{ambiguous}} in foo() local 64 int *ip = g(3); //expected-error{{ambiguous}} in foo() local 80 int *ip = g(3); //expected-error{{ambiguous}} in foo() local 102 int *ip = g1(3, 3); //expected-error{{ambiguous}} in foo() local
|
/external/llvm-project/clang/test/SemaCXX/ |
D | delete-and-function-templates.cpp | 20 int *ip = g(3); in foo() local 32 …int *ip = g(3.14); // this is OK - because the explicit specialization is deleted and sfinae's out… in foo() local 46 double *ip = g(3.14); //expected-error{{ambiguous}} in foo() local 64 int *ip = g(3); //expected-error{{ambiguous}} in foo() local 80 int *ip = g(3); //expected-error{{ambiguous}} in foo() local 102 int *ip = g1(3, 3); //expected-error{{ambiguous}} in foo() local
|
/external/guava/guava/src/com/google/common/net/ |
D | InetAddresses.java | 390 public static String toAddrString(InetAddress ip) { in toAddrString() 488 public static String toUriString(InetAddress ip) { in toUriString() 570 public static boolean isCompatIPv4Address(Inet6Address ip) { in isCompatIPv4Address() 593 public static Inet4Address getCompatIPv4Address(Inet6Address ip) { in getCompatIPv4Address() 612 public static boolean is6to4Address(Inet6Address ip) { in is6to4Address() 624 public static Inet4Address get6to4IPv4Address(Inet6Address ip) { in get6to4IPv4Address() 700 public static boolean isTeredoAddress(Inet6Address ip) { in isTeredoAddress() 715 public static TeredoInfo getTeredoInfo(Inet6Address ip) { in getTeredoInfo() 749 public static boolean isIsatapAddress(Inet6Address ip) { in isIsatapAddress() 776 public static Inet4Address getIsatapIPv4Address(Inet6Address ip) { in getIsatapIPv4Address() [all …]
|
/external/guava/android/guava/src/com/google/common/net/ |
D | InetAddresses.java | 394 public static String toAddrString(InetAddress ip) { in toAddrString() 492 public static String toUriString(InetAddress ip) { in toUriString() 575 public static boolean isCompatIPv4Address(Inet6Address ip) { in isCompatIPv4Address() 598 public static Inet4Address getCompatIPv4Address(Inet6Address ip) { in getCompatIPv4Address() 617 public static boolean is6to4Address(Inet6Address ip) { in is6to4Address() 629 public static Inet4Address get6to4IPv4Address(Inet6Address ip) { in get6to4IPv4Address() 705 public static boolean isTeredoAddress(Inet6Address ip) { in isTeredoAddress() 720 public static TeredoInfo getTeredoInfo(Inet6Address ip) { in getTeredoInfo() 754 public static boolean isIsatapAddress(Inet6Address ip) { in isIsatapAddress() 781 public static Inet4Address getIsatapIPv4Address(Inet6Address ip) { in getIsatapIPv4Address() [all …]
|
/external/iptables/extensions/ |
D | libxt_TPROXY.c | 50 static void tproxy_tg_print(const void *ip, const struct xt_entry_target *target, in tproxy_tg_print() 61 tproxy_tg_print4(const void *ip, const struct xt_entry_target *target, in tproxy_tg_print4() 74 tproxy_tg_print6(const void *ip, const struct xt_entry_target *target, in tproxy_tg_print6() 86 static void tproxy_tg_save(const void *ip, const struct xt_entry_target *target) in tproxy_tg_save() 98 tproxy_tg_save4(const void *ip, const struct xt_entry_target *target) in tproxy_tg_save4() 110 tproxy_tg_save6(const void *ip, const struct xt_entry_target *target) in tproxy_tg_save6()
|
D | libxt_socket.c | 106 socket_mt_save(const void *ip, const struct xt_entry_match *match) in socket_mt_save() 115 socket_mt_print(const void *ip, const struct xt_entry_match *match, in socket_mt_print() 123 socket_mt_save_v2(const void *ip, const struct xt_entry_match *match) in socket_mt_save_v2() 134 socket_mt_print_v2(const void *ip, const struct xt_entry_match *match, in socket_mt_print_v2() 142 socket_mt_save_v3(const void *ip, const struct xt_entry_match *match) in socket_mt_save_v3() 155 socket_mt_print_v3(const void *ip, const struct xt_entry_match *match, in socket_mt_print_v3()
|
D | libxt_recent.c | 179 static void recent_print(const void *ip, const struct xt_entry_match *match, in recent_print() 220 static void recent_save(const void *ip, const struct xt_entry_match *match, in recent_save() 271 static void recent_save_v0(const void *ip, const struct xt_entry_match *match) in recent_save_v0() 276 static void recent_save_v4(const void *ip, const struct xt_entry_match *match) in recent_save_v4() 281 static void recent_save_v6(const void *ip, const struct xt_entry_match *match) in recent_save_v6() 286 static void recent_print_v0(const void *ip, const struct xt_entry_match *match, in recent_print_v0() 292 static void recent_print_v4(const void *ip, const struct xt_entry_match *match, in recent_print_v4() 298 static void recent_print_v6(const void *ip, const struct xt_entry_match *match, in recent_print_v6()
|
D | libxt_cgroup.c | 122 cgroup_print_v0(const void *ip, const struct xt_entry_match *match, int numeric) in cgroup_print_v0() 129 static void cgroup_save_v0(const void *ip, const struct xt_entry_match *match) in cgroup_save_v0() 137 cgroup_print_v1(const void *ip, const struct xt_entry_match *match, int numeric) in cgroup_print_v1() 148 static void cgroup_save_v1(const void *ip, const struct xt_entry_match *match) in cgroup_save_v1() 163 cgroup_print_v2(const void *ip, const struct xt_entry_match *match, int numeric) in cgroup_print_v2() 174 static void cgroup_save_v2(const void *ip, const struct xt_entry_match *match) in cgroup_save_v2()
|
D | libxt_NFQUEUE.c | 155 static void NFQUEUE_print(const void *ip, in NFQUEUE_print() 163 static void NFQUEUE_print_v1(const void *ip, in NFQUEUE_print_v1() 177 static void NFQUEUE_print_v2(const void *ip, in NFQUEUE_print_v2() 193 static void NFQUEUE_print_v3(const void *ip, in NFQUEUE_print_v3() 212 static void NFQUEUE_save(const void *ip, const struct xt_entry_target *target) in NFQUEUE_save() 220 static void NFQUEUE_save_v1(const void *ip, const struct xt_entry_target *target) in NFQUEUE_save_v1() 233 static void NFQUEUE_save_v2(const void *ip, const struct xt_entry_target *target) in NFQUEUE_save_v2() 248 static void NFQUEUE_save_v3(const void *ip, in NFQUEUE_save_v3()
|
D | libxt_set.c | 116 set_print_v0(const void *ip, const struct xt_entry_match *match, int numeric) in set_print_v0() 124 set_save_v0(const void *ip, const struct xt_entry_match *match) in set_save_v0() 195 set_print_v1(const void *ip, const struct xt_entry_match *match, int numeric) in set_print_v1() 203 set_save_v1(const void *ip, const struct xt_entry_match *match) in set_save_v1() 276 set_print_v2(const void *ip, const struct xt_entry_match *match, int numeric) in set_print_v2() 286 set_save_v2(const void *ip, const struct xt_entry_match *match) in set_save_v2() 489 set_print_v3(const void *ip, const struct xt_entry_match *match, int numeric) in set_print_v3() 497 set_save_v3(const void *ip, const struct xt_entry_match *match) in set_save_v3() 658 set_print_v4(const void *ip, const struct xt_entry_match *match, int numeric) in set_print_v4() 666 set_save_v4(const void *ip, const struct xt_entry_match *match) in set_save_v4()
|
D | libxt_ipvs.c | 156 static void ipvs_mt_dump(const void *ip, const struct xt_ipvs_mtinfo *data, in ipvs_mt_dump() 223 static void ipvs_mt4_print(const void *ip, const struct xt_entry_match *match, in ipvs_mt4_print() 230 static void ipvs_mt6_print(const void *ip, const struct xt_entry_match *match, in ipvs_mt6_print() 237 static void ipvs_mt4_save(const void *ip, const struct xt_entry_match *match) in ipvs_mt4_save() 243 static void ipvs_mt6_save(const void *ip, const struct xt_entry_match *match) in ipvs_mt6_save()
|
D | libxt_conntrack.c | 24 __be32 ip; member 31 __be32 ip; member 694 matchinfo_print(const void *ip, const struct xt_entry_match *match, int numeric, const char *optpfx) in matchinfo_print() 908 static void conntrack_print(const void *ip, const struct xt_entry_match *match, in conntrack_print() 915 conntrack1_mt4_print(const void *ip, const struct xt_entry_match *match, in conntrack1_mt4_print() 926 conntrack1_mt6_print(const void *ip, const struct xt_entry_match *match, in conntrack1_mt6_print() 937 conntrack2_mt_print(const void *ip, const struct xt_entry_match *match, in conntrack2_mt_print() 944 conntrack2_mt6_print(const void *ip, const struct xt_entry_match *match, in conntrack2_mt6_print() 951 conntrack3_mt_print(const void *ip, const struct xt_entry_match *match, in conntrack3_mt_print() 958 conntrack3_mt6_print(const void *ip, const struct xt_entry_match *match, in conntrack3_mt6_print() [all …]
|
D | libxt_TEE.c | 51 static void tee_tg_print(const void *ip, const struct xt_entry_target *target, in tee_tg_print() 64 static void tee_tg6_print(const void *ip, const struct xt_entry_target *target, in tee_tg6_print() 77 static void tee_tg_save(const void *ip, const struct xt_entry_target *target) in tee_tg_save() 86 static void tee_tg6_save(const void *ip, const struct xt_entry_target *target) in tee_tg6_save()
|
D | libxt_MARK.c | 168 static void MARK_print_v0(const void *ip, in MARK_print_v0() 177 static void MARK_save_v0(const void *ip, const struct xt_entry_target *target) in MARK_save_v0() 186 static void MARK_print_v1(const void *ip, const struct xt_entry_target *target, in MARK_print_v1() 206 static void mark_tg_print(const void *ip, const struct xt_entry_target *target, in mark_tg_print() 223 static void MARK_save_v1(const void *ip, const struct xt_entry_target *target) in MARK_save_v1() 242 static void mark_tg_save(const void *ip, const struct xt_entry_target *target) in mark_tg_save() 249 static void mark_tg_arp_save(const void *ip, const struct xt_entry_target *target) in mark_tg_arp_save() 261 static void mark_tg_arp_print(const void *ip, in mark_tg_arp_print()
|
D | libxt_IDLETIMER.c | 76 static void idletimer_tg_print(const void *ip, in idletimer_tg_print() 87 static void idletimer_tg_print_v1(const void *ip, in idletimer_tg_print_v1() 103 static void idletimer_tg_save(const void *ip, in idletimer_tg_save() 113 static void idletimer_tg_save_v1(const void *ip, in idletimer_tg_save_v1()
|
/external/guava/guava-tests/test/com/google/common/net/ |
D | InetAddressesTest.java | 257 InetAddress ip = InetAddresses.forString(ipStr); in testToUriStringIPv4() local 265 InetAddress ip = InetAddresses.forString(ipStr); in testToUriStringIPv6() local 373 InetAddress ip = InetAddresses.forString(nonCompatAddress); in testCompatIPv4Addresses() local 387 InetAddress ip = InetAddresses.forString(validCompatAddress); in testCompatIPv4Addresses() local 443 InetAddress ip = InetAddresses.forString(non6to4Address); in test6to4Addresses() local 456 InetAddress ip = InetAddresses.forString(valid6to4Address); in test6to4Addresses() local 465 InetAddress ip = InetAddresses.forString(nonTeredoAddress); in testTeredoAddresses() local 480 InetAddress ip = InetAddresses.forString(validTeredoAddress); in testTeredoAddresses() local 524 InetAddress ip = InetAddresses.forString(validIsatapAddress); in testIsatapAddresses() local 532 InetAddress ip = InetAddresses.forString(nonIsatapAddress); in testIsatapAddresses() local [all …]
|
/external/guava/android/guava-tests/test/com/google/common/net/ |
D | InetAddressesTest.java | 257 InetAddress ip = InetAddresses.forString(ipStr); in testToUriStringIPv4() local 265 InetAddress ip = InetAddresses.forString(ipStr); in testToUriStringIPv6() local 373 InetAddress ip = InetAddresses.forString(nonCompatAddress); in testCompatIPv4Addresses() local 387 InetAddress ip = InetAddresses.forString(validCompatAddress); in testCompatIPv4Addresses() local 443 InetAddress ip = InetAddresses.forString(non6to4Address); in test6to4Addresses() local 456 InetAddress ip = InetAddresses.forString(valid6to4Address); in test6to4Addresses() local 465 InetAddress ip = InetAddresses.forString(nonTeredoAddress); in testTeredoAddresses() local 480 InetAddress ip = InetAddresses.forString(validTeredoAddress); in testTeredoAddresses() local 524 InetAddress ip = InetAddresses.forString(validIsatapAddress); in testIsatapAddresses() local 532 InetAddress ip = InetAddresses.forString(nonIsatapAddress); in testIsatapAddresses() local [all …]
|
/external/clang/test/SemaTemplate/ |
D | nested-name-spec-template.cpp | 21 Promote<short>::type *ret_intptr(int* ip) { return ip; } in ret_intptr() 22 Promote<int>::type *ret_intptr2(int* ip) { return ip; } in ret_intptr2() 25 M::Promote<int>::type *ret_intptr3(int* ip) { return ip; } in ret_intptr3() 26 M::template Promote<int>::type *ret_intptr4(int* ip) { return ip; } in ret_intptr4() 37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5() 38 ::N::M::Promote<int>::type *ret_intptr6(int* ip) { return ip; } in ret_intptr6()
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | nested-name-spec-template.cpp | 21 Promote<short>::type *ret_intptr(int* ip) { return ip; } in ret_intptr() 22 Promote<int>::type *ret_intptr2(int* ip) { return ip; } in ret_intptr2() 25 M::Promote<int>::type *ret_intptr3(int* ip) { return ip; } in ret_intptr3() 26 M::template Promote<int>::type *ret_intptr4(int* ip) { return ip; } in ret_intptr4() 37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5() 38 ::N::M::Promote<int>::type *ret_intptr6(int* ip) { return ip; } in ret_intptr6()
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | basic.cpp | 7 void test_f0(int *ip, float const *cfp) { in test_f0() 14 void test_f1(int *ip, float fv) { in test_f1() 25 void test_f2(int *ip, float *fp) { in test_f2()
|
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | basic.cpp | 7 void test_f0(int *ip, float const *cfp) { in test_f0() 14 void test_f1(int *ip, float fv) { in test_f1() 25 void test_f2(int *ip, float *fp) { in test_f2()
|