Home
last modified time | relevance | path

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

12345678910>>...71

/external/webrtc/rtc_base/
Dip_address.cc224 static bool IPIsPrivateNetworkV4(const IPAddress& ip) { in IPIsPrivateNetworkV4()
231 static bool IPIsPrivateNetworkV6(const IPAddress& ip) { in IPIsPrivateNetworkV6()
235 bool IPIsPrivateNetwork(const IPAddress& ip) { in IPIsPrivateNetwork()
247 static bool IPIsSharedNetworkV4(const IPAddress& ip) { in IPIsSharedNetworkV4()
252 bool IPIsSharedNetwork(const IPAddress& ip) { in IPIsSharedNetwork()
300 IPAddress ip; in IPFromString() local
309 bool IPIsAny(const IPAddress& ip) { in IPIsAny()
321 static bool IPIsLoopbackV4(const IPAddress& ip) { in IPIsLoopbackV4()
326 static bool IPIsLoopbackV6(const IPAddress& ip) { in IPIsLoopbackV6()
330 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) ((GET_U_1((ip)->ip_vhl) & 0xf0) >> 4) argument
55 #define IP_HL(ip) (GET_U_1((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/curl/docs/examples/
Dblock_ip.c71 struct ip { struct
85 * For example if ip->str is 127.0.0.0/8 then ip->maskbits is 8. argument
88 struct ip *next; argument
110 struct ip *ip, *last; in ip_list_append() local
193 static int ip_match(struct ip *ip, void *netaddr) in ip_match()
252 struct ip *ip; in opensocket() local
/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/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/guava/guava/src/com/google/common/net/
DInetAddresses.java465 public static String toAddrString(InetAddress ip) { in toAddrString()
482 private static String scopeWithDelimiter(Inet6Address ip) { in scopeWithDelimiter()
579 public static String toUriString(InetAddress ip) { in toUriString()
677 public static boolean isCompatIPv4Address(Inet6Address ip) { in isCompatIPv4Address()
700 public static Inet4Address getCompatIPv4Address(Inet6Address ip) { in getCompatIPv4Address()
719 public static boolean is6to4Address(Inet6Address ip) { in is6to4Address()
731 public static Inet4Address get6to4IPv4Address(Inet6Address ip) { in get6to4IPv4Address()
806 public static boolean isTeredoAddress(Inet6Address ip) { in isTeredoAddress()
821 public static TeredoInfo getTeredoInfo(Inet6Address ip) { in getTeredoInfo()
855 public static boolean isIsatapAddress(Inet6Address ip) { in isIsatapAddress()
[all …]
/external/guava/android/guava/src/com/google/common/net/
DInetAddresses.java465 public static String toAddrString(InetAddress ip) { in toAddrString()
482 private static String scopeWithDelimiter(Inet6Address ip) { in scopeWithDelimiter()
579 public static String toUriString(InetAddress ip) { in toUriString()
677 public static boolean isCompatIPv4Address(Inet6Address ip) { in isCompatIPv4Address()
700 public static Inet4Address getCompatIPv4Address(Inet6Address ip) { in getCompatIPv4Address()
719 public static boolean is6to4Address(Inet6Address ip) { in is6to4Address()
731 public static Inet4Address get6to4IPv4Address(Inet6Address ip) { in get6to4IPv4Address()
806 public static boolean isTeredoAddress(Inet6Address ip) { in isTeredoAddress()
821 public static TeredoInfo getTeredoInfo(Inet6Address ip) { in getTeredoInfo()
855 public static boolean isIsatapAddress(Inet6Address ip) { in isIsatapAddress()
[all …]
/external/iptables/extensions/
Dlibxt_recent.c179 static void recent_print(const void *ip, const struct xt_entry_match *match, in recent_print()
222 static void recent_save(const void *ip, const struct xt_entry_match *match, in recent_save()
275 static void recent_save_v0(const void *ip, const struct xt_entry_match *match) in recent_save_v0()
280 static void recent_save_v4(const void *ip, const struct xt_entry_match *match) in recent_save_v4()
285 static void recent_save_v6(const void *ip, const struct xt_entry_match *match) in recent_save_v6()
290 static void recent_print_v0(const void *ip, const struct xt_entry_match *match, in recent_print_v0()
296 static void recent_print_v4(const void *ip, const struct xt_entry_match *match, in recent_print_v4()
302 static void recent_print_v6(const void *ip, const struct xt_entry_match *match, in recent_print_v6()
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_MARK.c178 static void MARK_print_v0(const void *ip, in MARK_print_v0()
187 static void MARK_save_v0(const void *ip, const struct xt_entry_target *target) in MARK_save_v0()
196 static void MARK_print_v1(const void *ip, const struct xt_entry_target *target, in MARK_print_v1()
216 static void mark_tg_print(const void *ip, const struct xt_entry_target *target, in mark_tg_print()
233 static void MARK_save_v1(const void *ip, const struct xt_entry_target *target) in MARK_save_v1()
252 static void mark_tg_save(const void *ip, const struct xt_entry_target *target) in mark_tg_save()
259 static void mark_tg_arp_save(const void *ip, const struct xt_entry_target *target) in mark_tg_arp_save()
271 static void mark_tg_arp_print(const void *ip, in mark_tg_arp_print()
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_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_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_conntrack.c24 __be32 ip; member
31 __be32 ip; member
693 matchinfo_print(const void *ip, const struct xt_entry_match *match, int numeric, const char *optpfx) in matchinfo_print()
907 static void conntrack_print(const void *ip, const struct xt_entry_match *match, in conntrack_print()
914 conntrack1_mt4_print(const void *ip, const struct xt_entry_match *match, in conntrack1_mt4_print()
925 conntrack1_mt6_print(const void *ip, const struct xt_entry_match *match, in conntrack1_mt6_print()
936 conntrack2_mt_print(const void *ip, const struct xt_entry_match *match, in conntrack2_mt_print()
943 conntrack2_mt6_print(const void *ip, const struct xt_entry_match *match, in conntrack2_mt6_print()
950 conntrack3_mt_print(const void *ip, const struct xt_entry_match *match, in conntrack3_mt_print()
957 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_set.c122 set_print_v0(const void *ip, const struct xt_entry_match *match, int numeric) in set_print_v0()
130 set_save_v0(const void *ip, const struct xt_entry_match *match) in set_save_v0()
201 set_print_v1(const void *ip, const struct xt_entry_match *match, int numeric) in set_print_v1()
209 set_save_v1(const void *ip, const struct xt_entry_match *match) in set_save_v1()
282 set_print_v2(const void *ip, const struct xt_entry_match *match, int numeric) in set_print_v2()
292 set_save_v2(const void *ip, const struct xt_entry_match *match) in set_save_v2()
488 set_print_v3(const void *ip, const struct xt_entry_match *match, int numeric) in set_print_v3()
496 set_save_v3(const void *ip, const struct xt_entry_match *match) in set_save_v3()
651 set_print_v4(const void *ip, const struct xt_entry_match *match, int numeric) in set_print_v4()
659 set_save_v4(const void *ip, const struct xt_entry_match *match) in set_save_v4()
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()
Dlibxt_SECMARK.c67 static void SECMARK_print(const void *ip, const struct xt_entry_target *target, in SECMARK_print()
77 static void SECMARK_print_v1(const void *ip, in SECMARK_print_v1()
87 static void SECMARK_save(const void *ip, const struct xt_entry_target *target) in SECMARK_save()
96 static void SECMARK_save_v1(const void *ip, in SECMARK_save_v1()
Dlibxt_IDLETIMER.c76 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/android/guava-tests/test/com/google/common/net/
DInetAddressesTest.java359 InetAddress ip = InetAddresses.forString(ipStr); in testToUriStringIPv4() local
367 InetAddress ip = InetAddresses.forString(ipStr); in testToUriStringIPv6() local
437 InetAddress ip = InetAddresses.forString(nonCompatAddress); in testCompatIPv4Addresses() local
450 InetAddress ip = InetAddresses.forString(validCompatAddress); in testCompatIPv4Addresses() local
506 InetAddress ip = InetAddresses.forString(non6to4Address); in test6to4Addresses() local
518 InetAddress ip = InetAddresses.forString(valid6to4Address); in test6to4Addresses() local
527 InetAddress ip = InetAddresses.forString(nonTeredoAddress); in testTeredoAddresses() local
541 InetAddress ip = InetAddresses.forString(validTeredoAddress); in testTeredoAddresses() local
585 InetAddress ip = InetAddresses.forString(validIsatapAddress); in testIsatapAddresses() local
593 InetAddress ip = InetAddresses.forString(nonIsatapAddress); in testIsatapAddresses() local
[all …]
/external/guava/guava-tests/test/com/google/common/net/
DInetAddressesTest.java359 InetAddress ip = InetAddresses.forString(ipStr); in testToUriStringIPv4() local
367 InetAddress ip = InetAddresses.forString(ipStr); in testToUriStringIPv6() local
437 InetAddress ip = InetAddresses.forString(nonCompatAddress); in testCompatIPv4Addresses() local
450 InetAddress ip = InetAddresses.forString(validCompatAddress); in testCompatIPv4Addresses() local
506 InetAddress ip = InetAddresses.forString(non6to4Address); in test6to4Addresses() local
518 InetAddress ip = InetAddresses.forString(valid6to4Address); in test6to4Addresses() local
527 InetAddress ip = InetAddresses.forString(nonTeredoAddress); in testTeredoAddresses() local
541 InetAddress ip = InetAddresses.forString(validTeredoAddress); in testTeredoAddresses() local
585 InetAddress ip = InetAddresses.forString(validIsatapAddress); in testIsatapAddresses() local
593 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/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()
/external/mesa3d/src/intel/compiler/elk/
Delk_vec4_live_variables.cpp68 int ip = 0; in setup_def_use() local
260 check_register_live_range(const vec4_live_variables *live, int ip, in check_register_live_range()
275 unsigned ip = 0; in validate() local
305 int ip = INT_MAX; in var_range_start() local
316 int ip = INT_MIN; in var_range_end() local
/external/sandboxed-api/sandboxed_api/sandbox2/network_proxy/
Dfiltering.cc75 static absl::Status IPStringToAddr(const std::string& ip, int address_family, in IPStringToAddr()
89 std::string* ip, std::string* mask, in ParseIpAndMask()
176 std::string ip, mask; in AllowIPv4() local
186 std::string ip; in AllowIPv6() local
193 absl::Status AllowedHosts::AllowIPv4(const std::string& ip, in AllowIPv4()
225 absl::Status AllowedHosts::AllowIPv6(const std::string& ip, uint32_t cidr, in AllowIPv6()

12345678910>>...71