HomeSort by relevance Sort by last modified time
    Searched defs:icp (Results 1 - 25 of 35) sorted by null

1 2

  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
p2.cpp 36 const int *icp = ctcv; local
  /external/clang/test/SemaCXX/
reinterpret-cast.cpp 60 int const *icp = reinterpret_cast<int const*>(ipppc); local
62 (void)reinterpret_cast<int*>(icp); // expected-error {{reinterpret_cast from 'const int *' to 'int *' casts away qualifiers}}
cstyle-cast.cpp 196 int const *icp = (int const*)(ipppc); local
197 (void)(int*)(icp); // const_cast appended
functional-cast.cpp 265 int const *icp = icp_t(ipppc); local
267 (void)intp(icp); // const_cast appended
  /external/iputils/
clockdiff.c 137 struct icmphdr *icp = (struct icmphdr *) packet; local
226 icp = (struct icmphdr *)(packet + (ip->ihl << 2));
227 if( icp->type == ICMP_TIMESTAMPREPLY &&
228 icp->un.echo.id == id && icp->un.echo.sequence >= seqno0 &&
229 icp->un.echo.sequence <= seqno) {
230 if (acked < icp->un.echo.sequence)
231 acked = icp->un.echo.sequence;
235 sendtime = ntohl(*(__u32*)(icp+1));
245 histime = ntohl(((__u32*)(icp+1))[1])
314 struct icmphdr *icp = (struct icmphdr *) packet; local
    [all...]
ping.c 103 static void pr_icmph(__u8 type, __u8 code, __u32 info, struct icmphdr *icp);
720 struct icmphdr *icp; local
724 icp = (struct icmphdr *)outpack;
725 icp->type = ICMP_ECHO;
726 icp->code = 0;
727 icp->checksum = 0;
728 icp->un.echo.sequence = htons(ntransmitted+1);
729 icp->un.echo.id = ident; /* ID */
737 memcpy(icp+1, &tmp_tv, sizeof(tmp_tv));
739 memset(icp+1, 0, sizeof(struct timeval))
778 struct icmphdr *icp = (struct icmphdr *)_icp; local
787 struct icmphdr *icp; local
    [all...]
traceroute6.c 828 struct icmp6_hdr *icp; local
831 icp = (struct icmp6_hdr *) buf;
833 type = icp->icmp6_type;
834 code = icp->icmp6_code;
843 hip = (struct ip6_hdr *) (icp + 1);
873 p = (unsigned char *) (icp + 1);
880 icp->icmp6_code);
rdisc.c 543 struct icmphdr *icp = (struct icmphdr *) ALLIGN(outpack); local
550 icp->type = ICMP_ROUTER_SOLICITATION;
551 icp->code = 0;
552 icp->checksum = 0;
553 icp->un.gateway = 0; /* Reserved */
557 icp->checksum = in_cksum( (u_short *)icp, packetlen );
723 struct icmphdr *icp; local
736 icp = (struct icmphdr *)ALLIGN(buf + hlen);
738 switch (icp->type)
    [all...]
  /external/python/cpython2/Mac/Modules/qdoffs/
_Qdoffsmodule.c 623 char *cp, *icp; local
625 if ( !PyArg_ParseTuple(_args, "O&is#", ResObj_Convert, &pm, &from, &icp, &length) )
628 memcpy(cp, icp, length);
  /external/dhcpcd-6.8.2/
ipv6nd.c 726 struct icmp6_hdr *icp, size_t len)
801 nd_ra = (struct nd_router_advert *)icp;
806 memcmp(rap->data, (unsigned char *)icp, rap->data_len) != 0))
842 memcpy(rap->data, icp, len);
868 p = ((uint8_t *)icp) + sizeof(struct nd_router_advert);
1636 struct icmp6_hdr *icp; local
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 1662 int icp; local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 1662 int icp; local
    [all...]
  /external/tcpdump/
print-icmp6.c 626 const struct icmp6_hdr *icp, u_int len)
628 return nextproto6_cksum(ndo, ip6, (const uint8_t *)(const void *)icp, len, len,
1408 const struct icmp6_hdr *icp = (const struct icmp6_hdr *) bp; local
1466 const struct icmp6_hdr *icp = (const struct icmp6_hdr *) bp; local
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java     [all...]
  /external/python/cpython2/Mac/Modules/qd/
_Qdmodule.c 1471 char *cp, *icp; local
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 

Completed in 775 milliseconds

1 2