Home
last modified time | relevance | path

Searched defs:ip (Results 1 – 25 of 1297) sorted by relevance

12345678910>>...52

/external/webrtc/rtc_base/
Dip_address.cc226 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/
Dip.h52 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/clang/test/CXX/expr/expr.unary/expr.new/
Dp20.cpp10 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/llvm-project/clang/test/CXX/expr/expr.unary/expr.new/
Dp20.cpp10 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/guava/android/guava/src/com/google/common/net/
DInetAddresses.java394 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/guava/guava/src/com/google/common/net/
DInetAddresses.java390 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/llvm-project/clang/test/SemaCXX/
Ddelete-and-function-templates.cpp20 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/clang/test/SemaCXX/
Ddelete-and-function-templates.cpp20 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/iptables/extensions/
Dlibxt_socket.c106 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()
Dlibxt_TPROXY.c50 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()
Dlibxt_recent.c179 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()
Dlibxt_cgroup.c122 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()
Dlibxt_set.c116 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()
Dlibxt_NFQUEUE.c155 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()
Dlibxt_conntrack.c24 __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 …]
Dlibxt_ipvs.c156 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()
Dlibxt_MARK.c168 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()
Dlibxt_TEE.c51 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()
/external/guava/android/guava-tests/test/com/google/common/net/
DInetAddressesTest.java257 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/guava-tests/test/com/google/common/net/
DInetAddressesTest.java257 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/
Dnested-name-spec-template.cpp21 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/
Dnested-name-spec-template.cpp21 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/mesa3d/src/intel/compiler/
Dbrw_vec4_live_variables.cpp68 int ip = 0; in setup_def_use() local
258 check_register_live_range(const vec4_live_variables *live, int ip, in check_register_live_range()
273 unsigned ip = 0; in validate() local
303 int ip = INT_MAX; in var_range_start() local
314 int ip = INT_MIN; in var_range_end() local
/external/fft2d/src/fft2d/fft2d/
Dfftsg2d.c398 int *ip, double *w) in cdft2d()
454 int *ip, double *w) in rdft2d()
567 int *ip, double *w) in ddct2d()
631 int *ip, double *w) in ddst2d()
698 int *ip, double *w) in cdft2d_sub()
788 double *t, int *ip, double *w) in ddxt2d_sub()
850 int *ip; member
857 int *ip, double *w) in xdft2d0_subth()
887 int *ip, double *w) in cdft2d_subth()
921 int *ip, double *w) in ddxt2d0_subth()
[all …]
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dbasic.cpp7 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()

12345678910>>...52