HomeSort by relevance Sort by last modified time
    Searched defs:ip (Results 401 - 425 of 676) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/p2p/base/
port.h 121 const rtc::IPAddress& ip,
128 const rtc::IPAddress& ip,
263 const rtc::IPAddress& ip() const { return ip_; } function in class:cricket::Port
338 // Checks if the address in addr is compatible with the port's ip.
  /frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp 197 msg->setString("server-ip", localAddrString.c_str());
199 msg->setString("client-ip", remoteAddrString.c_str());
290 uint32_t ip = ntohl(remoteAddr.sin_addr.s_addr); local
295 ip >> 24,
296 (ip >> 16) & 0xff,
297 (ip >> 8) & 0xff,
298 ip & 0xff).c_str());
    [all...]
  /frameworks/base/services/net/java/android/net/ip/
RouterAdvertisementDaemon.java 17 package android.net.ip;
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng.cpp 362 unsigned int ip,
366 mNlAddr(ip), mPort(port), mServerType(type)
2215 unsigned int ip = htonl(addr.s_addr); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
ip.h 97 * @(#)ip.h 8.1 (Berkeley) 6/10/93
108 struct ip struct
152 #define IPVERSION 4 /* IP version number */
169 * Definitions for IP differentiated services code points (DSCP)
209 * Definitions for IP type of service (ip_tos) [deprecated; use DSCP
221 * Definitions for IP precedence (also in ip_tos) [also deprecated.]
303 #endif /* netinet/ip.h */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rassapi.h 131 RAS_PPP_IPCP_RESULT ip; member in struct:_RAS_PPP_PROJECTION_RESULT
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
math_h.pass.cpp 328 int ip; local
329 static_assert((std::is_same<decltype(frexp((float)0, &ip)), float>::value), "");
330 static_assert((std::is_same<decltype(frexp((bool)0, &ip)), double>::value), "");
331 static_assert((std::is_same<decltype(frexp((unsigned short)0, &ip)), double>::value), "");
332 static_assert((std::is_same<decltype(frexp((int)0, &ip)), double>::value), "");
333 static_assert((std::is_same<decltype(frexp((unsigned int)0, &ip)), double>::value), "");
334 static_assert((std::is_same<decltype(frexp((long)0, &ip)), double>::value), "");
335 static_assert((std::is_same<decltype(frexp((unsigned long)0, &ip)), double>::value), "");
336 static_assert((std::is_same<decltype(frexp((long long)0, &ip)), double>::value), "");
337 static_assert((std::is_same<decltype(frexp((unsigned long long)0, &ip)), double>::value), "")
348 int ip = 1; local
1322 int ip; local
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/c.math/
cmath.pass.cpp 331 int ip; local
332 static_assert((std::is_same<decltype(std::frexp((float)0, &ip)), float>::value), "");
333 static_assert((std::is_same<decltype(std::frexp((bool)0, &ip)), double>::value), "");
334 static_assert((std::is_same<decltype(std::frexp((unsigned short)0, &ip)), double>::value), "");
335 static_assert((std::is_same<decltype(std::frexp((int)0, &ip)), double>::value), "");
336 static_assert((std::is_same<decltype(std::frexp((unsigned int)0, &ip)), double>::value), "");
337 static_assert((std::is_same<decltype(std::frexp((long)0, &ip)), double>::value), "");
338 static_assert((std::is_same<decltype(std::frexp((unsigned long)0, &ip)), double>::value), "");
339 static_assert((std::is_same<decltype(std::frexp((long long)0, &ip)), double>::value), "");
340 static_assert((std::is_same<decltype(std::frexp((unsigned long long)0, &ip)), double>::value), "")
351 int ip = 1; local
1379 int ip; local
    [all...]
  /system/extras/simpleperf/
cmd_record.cpp 1384 uint64_t ip = r.callchain_data.ips[i]; local
1395 << ip; local
    [all...]
record.h 70 uint64_t ip; member in struct:PerfSampleIpType
390 SampleRecord(const perf_event_attr& attr, uint64_t id, uint64_t ip,
  /toolchain/binutils/binutils-2.27/gas/config/
tc-rl78.c 186 char * ip = rl78_bytes.ops + rl78_bytes.n_ops; local
189 ip[3] = w[0] >> 8;
190 ip[2] = w[0];
191 ip[1] = w[1] >> 8;
192 ip[0] = w[1];
    [all...]
  /bionic/libc/tzcode/
localtime.c 1595 register const int * ip; local
    [all...]
  /external/curl/lib/
ftp.c 1064 the IP from the control connection */
1878 unsigned int ip[4]; local
    [all...]
  /external/dhcpcd-6.8.2/
dhcp.c 38 #include <netinet/ip.h>
114 struct ip ip; member in struct:udp_dhcp_packet
1595 struct ip *ip; local
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c 1822 struct ext2_inode_large *ip; local
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 717 // instructionMap.get(ip) is the number of instructions in code[0-ip)
719 final IntIntMap /* int(ip)->instr count */ instructionMap = new IntIntMap ();
743 for (int ip = 0; ip < codeSize; )
745 final int opcode = 0xFF & code [ip];
749 // "visitor.visit (opcode, wide, ip, null)":
758 leaders.add (ip);
1179 int ip = patchData [1]; local
1623 final int ip = out.size (); local
1647 final int ip = out.size (); local
1669 final int ip = out.size (); local
1693 final int ip = out.size (); local
1743 final int ip = out.size (); local
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/
sg_lib.c 749 const unsigned char * ip; local
769 ip = ddp + 4;
794 for (k = 0; (k < dlen) && my_isprint(ip[k]); ++k)
801 lip, dlen, ip);
804 n += hex2str(ip, dlen, lip, 0, blen - n, b + n);
808 n += scnpr(b + n, blen - n, "%s vendor id: %.8s\n", lip, ip);
812 "%.*s\n", lip, dlen - 8, ip + 8);
817 n += scnpr(b + n, blen - n, "%02x", (unsigned int)ip[m]);
827 n += hex2str(ip, dlen, lip, 1, blen - n, b + n);
832 n += scnpr(b + n, blen - n, "%02x", (unsigned int)ip[m])
    [all...]
  /external/fio/
goptions.c 357 static void gopt_combo_int_set_val(struct gopt_combo *c, unsigned int ip)
366 if (vp->oval == ip) {
376 struct fio_option *o, unsigned int *ip,
389 if (ip && vp->oval == *ip)
396 if (ip)
397 gopt_combo_int_set_val(c, *ip);
552 struct fio_option *o, unsigned int *ip,
558 if (ip) {
559 ullp = *ip;
899 unsigned int *ip = NULL; local
909 unsigned int *ip = NULL; local
922 unsigned int *ip = NULL; local
935 unsigned int *ip = NULL; local
987 unsigned int *ip[4] = { td_var(to, o, o->off1), local
1034 unsigned int *ip = NULL; local
1041 unsigned int *ip = NULL; local
1051 unsigned int *ip = NULL; local
1061 unsigned int *ip = NULL; local
1094 unsigned int *ip[4] = { td_var(to, o, o->off1), local
1208 unsigned int *ip = td_var(gjv->o, o, o->off1); local
1238 unsigned int *ip[4] = { td_var(gjv->o, o, o->off1), local
1290 unsigned int *ip = td_var(gjv->o, o, o->off1); local
1300 unsigned int *ip = td_var(gjv->o, o, o->off1); local
1325 unsigned int *ip = td_var(gjv->o, o, o->off1); local
    [all...]
  /external/honggfuzz/linux/
trace.c 130 uint64_t ip; member in struct:user_regs_struct_64
399 *pc = r64->ip;
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 1426 register const int * ip; local
    [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 746 /* read IP address */
749 unsigned char p[5], *ip; local
750 ip = p;
753 if (gen->d.ip->length != 4)
759 /*i2d_ASN1_OCTET_STRING(gen->d.ip,&ip);*/
760 ip = gen->d.ip->data;
768 sprintf(*altname, "%u.%u.%u.%u", ip[0], ip[1], ip[2], ip[3])
    [all...]
  /external/iptables/include/
xtables.h 211 const void *ip; member in struct:xt_xlate_mt_params
218 const void *ip; member in struct:xt_xlate_tg_params
268 /* ip is struct ipt_ip * for example */
269 void (*print)(const void *ip,
273 /* ip is struct ipt_ip * for example */
274 void (*save)(const void *ip, const struct xt_entry_match *match);
349 void (*print)(const void *ip,
353 void (*save)(const void *ip,
  /external/iputils/
rdisc.c 48 #include <netinet/ip.h>
537 * The IP packet will be added on by the kernel.
581 * The IP packet will be added on by the kernel.
697 * Return a string name for the given IP address.
722 struct iphdr *ip; local
727 ip = (struct iphdr *) ALLIGN(buf);
728 hlen = ip->ihl << 2;
875 if (ip->saddr == 0) {
879 if (IN_CLASSD(ntohl(ip->daddr)))
888 sin.sin_addr.s_addr = ip->saddr
    [all...]
  /external/jemalloc/src/
prof.c 339 void *ip; local
343 ip = (void *)_Unwind_GetIP(context);
344 if (ip == NULL)
346 data->bt->vec[data->bt->len] = ip;
    [all...]
  /external/libpng/contrib/libtests/
pngimage.c 868 png_infop ip; local
889 dp->read_ip = ip = png_create_info_struct(pp);
890 if (ip == NULL)
902 png_read_png(pp, ip, transforms, NULL/*params*/);
906 png_bytep pr = png_get_rows(pp, ip)[0];
907 size_t rb = png_get_rowbytes(pp, ip);
911 fprintf(stderr, "%.4x %2d (%3lu bytes):", transforms, png_get_bit_depth(pp,ip), (unsigned long)rb);
928 png_infop ip; local
935 dp->original_ip = ip = dp->read_ip, dp->read_ip = NULL;
937 dp->original_rowbytes = png_get_rowbytes(pp, ip);
    [all...]

Completed in 3318 milliseconds

<<11121314151617181920>>