Searched defs:ip (Results 201 - 225 of 370) sorted by relevance

1234567891011>>

/external/clang/test/SemaTemplate/
H A Dinstantiate-method.cpp13 void test(X<int> *xi, int *ip, X<int(int)> *xf) { argument
15 xi->g(ip);
73 int *ip = cip; local
H A Dmember-access-expr.cpp70 void destruct_intptr(int *ip) { argument
71 ip->~T();
72 ip->T::~T();
75 void test_destruct(X2 *x2p, int *ip) { argument
77 destruct(ip);
78 destruct_intptr<int>(ip);
/external/guava/guava/src/com/google/common/net/
H A DInetAddresses.java386 * @param ip {@link InetAddress} to be converted to an address string
390 public static String toAddrString(InetAddress ip) { argument
391 Preconditions.checkNotNull(ip);
392 if (ip instanceof Inet4Address) {
394 return ip.getHostAddress();
396 Preconditions.checkArgument(ip instanceof Inet6Address);
397 byte[] bytes = ip.getAddress();
495 * @param ip {@link InetAddress} to be converted to URI string literal
498 public static String toUriString(InetAddress ip) { argument
499 if (ip instanceo
589 isCompatIPv4Address(Inet6Address ip) argument
612 getCompatIPv4Address(Inet6Address ip) argument
634 is6to4Address(Inet6Address ip) argument
648 get6to4IPv4Address(Inet6Address ip) argument
739 isTeredoAddress(Inet6Address ip) argument
754 getTeredoInfo(Inet6Address ip) argument
792 isIsatapAddress(Inet6Address ip) argument
822 getIsatapIPv4Address(Inet6Address ip) argument
842 hasEmbeddedIPv4ClientAddress(Inet6Address ip) argument
862 getEmbeddedIPv4ClientAddress(Inet6Address ip) argument
941 getCoercedIPv4Address(InetAddress ip) argument
1028 coerceToInteger(InetAddress ip) argument
[all...]
/external/icu4c/common/
H A Dumutex.cpp434 u_setAtomicIncDecFunctions(const void *context, UMtxAtomicFn *ip, UMtxAtomicFn *dp, argument
440 if (ip==NULL || dp==NULL) {
450 pIncFn = ip;
/external/iptables/extensions/
H A Dlibip6t_rt.c179 static void rt_print(const void *ip, const struct xt_entry_match *match, argument
204 static void rt_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_CONNMARK.c223 static void CONNMARK_print(const void *ip, argument
249 connmark_tg_print(const void *ip, const struct xt_entry_target *target, argument
294 static void CONNMARK_save(const void *ip, const struct xt_entry_target *target) argument
328 connmark_tg_save(const void *ip, const struct xt_entry_target *target) argument
H A Dlibxt_MARK.c167 static void MARK_print_v0(const void *ip, argument
176 static void MARK_save_v0(const void *ip, const struct xt_entry_target *target) argument
185 static void MARK_print_v1(const void *ip, const struct xt_entry_target *target, argument
205 static void mark_tg_print(const void *ip, const struct xt_entry_target *target, argument
222 static void MARK_save_v1(const void *ip, const struct xt_entry_target *target) argument
241 static void mark_tg_save(const void *ip, const struct xt_entry_target *target) argument
H A Dlibxt_SET.c131 set_target_print_v0(const void *ip, const struct xt_entry_target *target, argument
141 set_target_save_v0(const void *ip, const struct xt_entry_target *target) argument
236 set_target_print_v1(const void *ip, const struct xt_entry_target *target, argument
246 set_target_save_v1(const void *ip, const struct xt_entry_target *target) argument
339 set_target_print_v2(const void *ip, const struct xt_entry_target *target, argument
353 set_target_save_v2(const void *ip, const struct xt_entry_target *target) argument
H A Dlibxt_dccp.c207 dccp_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
238 static void dccp_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_hashlimit.c360 static void hashlimit_print(const void *ip, argument
408 hashlimit_mt4_print(const void *ip, const struct xt_entry_match *match, argument
417 hashlimit_mt6_print(const void *ip, const struct xt_entry_match *match, argument
425 static void hashlimit_save(const void *ip, const struct xt_entry_match *match) argument
481 hashlimit_mt4_save(const void *ip, const struct xt_entry_match *match) argument
489 hashlimit_mt6_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_iprange.c31 "[!] --src-range ip[-ip] Match source IP in the specified range\n"
32 "[!] --dst-range ip[-ip] Match destination IP in the specified range\n");
108 info->src.min_ip = range[0].ip;
109 info->src.max_ip = range[1].ip;
116 info->dst.min_ip = range[0].ip;
117 info->dst.max_ip = range[1].ip;
174 static void iprange_print(const void *ip, const struct xt_entry_match *match, argument
194 iprange_mt4_print(const void *ip, cons argument
220 iprange_mt6_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
245 iprange_save(const void *ip, const struct xt_entry_match *match) argument
263 iprange_mt4_save(const void *ip, const struct xt_entry_match *match) argument
281 iprange_mt6_save(const void *ip, const struct xt_entry_match *match) argument
[all...]
H A Dlibxt_multiport.c200 entry->ip.proto, entry->ip.invflags);
242 entry->ip.proto, entry->ip.invflags);
317 const struct ipt_ip *ip = ip_void; local
318 __multiport_print(match, numeric, ip->proto);
324 const struct ip6t_ip6 *ip = ip_void; local
325 __multiport_print(match, numeric, ip->proto);
371 const struct ipt_ip *ip = ip_void; local
372 __multiport_print_v1(match, numeric, ip
378 const struct ip6t_ip6 *ip = ip_void; local
412 const struct ipt_ip *ip = ip_void; local
419 const struct ip6t_ip6 *ip = ip_void; local
460 const struct ipt_ip *ip = ip_void; local
467 const struct ip6t_ip6 *ip = ip_void; local
[all...]
H A Dlibxt_owner.c428 owner_mt_print_v0(const void *ip, const struct xt_entry_match *match, argument
441 owner_mt6_print_v0(const void *ip, const struct xt_entry_match *match, argument
452 static void owner_mt_print(const void *ip, const struct xt_entry_match *match, argument
463 owner_mt_save_v0(const void *ip, const struct xt_entry_match *match) argument
475 owner_mt6_save_v0(const void *ip, const struct xt_entry_match *match) argument
485 static void owner_mt_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_policy.c320 static void policy4_print(const void *ip, const struct xt_entry_match *match, argument
335 static void policy6_print(const void *ip, const struct xt_entry_match *match, argument
350 static void policy4_save(const void *ip, const struct xt_entry_match *match) argument
363 static void policy6_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_rateest.c355 rateest_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
405 rateest_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_sctp.c429 sctp_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
458 static void sctp_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_string.c257 string_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
281 static void string_save(const void *ip, const struct xt_entry_match *match) argument
H A Dlibxt_tcp.c299 tcp_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
321 static void tcp_save(const void *ip, const struct xt_entry_match *match) argument
/external/iptables/include/linux/netfilter/
H A Dxt_osf.h36 #define XT_OSF_TTL_TRUE 0 /* True ip and fingerprint TTL comparison */
37 #define XT_OSF_TTL_LESS 1 /* Check if ip TTL is less than fingerprint one */
38 #define XT_OSF_TTL_NOCHECK 2 /* Do not compare ip and fingerprint TTL at all */
84 struct iphdr ip; member in struct:xt_osf_nlmsg
/external/libppp/src/
H A Dradius.h50 struct in_addr ip; /* FRAMED IP */ member in struct:radius
92 } ip; member in union:radacct::__anon8842
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c49 short *ip = input; local
59 prefetch_load_short(ip + 8);
62 a1 = ip[0] + ip[8];
63 b1 = ip[0] - ip[8];
65 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
66 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16);
69 temp1 = ip[
287 short *ip = input; local
[all...]
/external/linux-tools-perf/util/
H A Dcallchain.h54 u64 ip; member in struct:callchain_list
66 u64 ip; member in struct:callchain_cursor_node
117 int callchain_cursor_append(struct callchain_cursor *cursor, u64 ip,
H A Dmap.h45 /* ip -> dso rip */
47 /* dso rip -> ip */
90 static inline u64 map__map_ip(struct map *map, u64 ip) argument
92 return ip - map->start + map->pgoff;
95 static inline u64 map__unmap_ip(struct map *map, u64 ip) argument
97 return ip + map->start - map->pgoff;
100 static inline u64 identity__map_ip(struct map *map __used, u64 ip) argument
102 return ip;
106 /* rip/ip <-> addr suitable for passing to `objdump --start-address=` */
/external/mdnsresponder/mDNSPosix/
H A DProxyResponder.c48 mDNSv4Addr ip; member in struct:__anon10273
80 mDNS_snprintf(buffer, sizeof(buffer), "%d.%d.%d.%d.in-addr.arpa.", p->ip.b[3], p->ip.b[2], p->ip.b[1], p->ip.b[0]);
84 p->RR_A. resrec.rdata->u.ipv4 = p->ip;
255 proxyhost.ip.NotAnInteger = inet_addr(argv[1]);
256 if (proxyhost.ip.NotAnInteger == INADDR_NONE) // INADDR_NONE is 0xFFFFFFFF
259 if (h) proxyhost.ip.NotAnInteger = *(long*)h->h_addr;
261 if (proxyhost.ip
[all...]
/external/openssh/
H A Dcanohost.c83 /* Host name not found. Use ip address. */
149 * (ip-address) you are not. That itself may be "almost acceptable"
166 struct protoent *ip; local
168 if ((ip = getprotobyname("ip")) != NULL)
169 ipproto = ip->p_proto;

Completed in 428 milliseconds

1234567891011>>