HomeSort by relevance Sort by last modified time
    Searched full:dstid (Results 1 - 4 of 4) sorted by null

  /external/tcpdump/
print-sunrpc.c 79 char srcid[20], dstid[20]; /*fits 32bit*/ local
86 strlcpy(dstid, "sunrpc", sizeof(dstid));
90 snprintf(dstid, sizeof(dstid), "0x%x", SUNRPC_PMAPPORT);
98 ipaddr_string(&ip->ip_dst), dstid, length);
105 ip6addr_string(&ip6->ip6_dst), dstid, length);
109 printf("%s.%s > %s.%s: %d", "?", srcid, "?", dstid, length);
print-nfs.c 291 char srcid[20], dstid[20]; /*fits 32bit*/ local
302 snprintf(dstid, sizeof(dstid), "%u",
306 snprintf(dstid, sizeof(dstid), "%u",
309 print_nfsaddr(bp2, srcid, dstid);
502 char srcid[20], dstid[20]; /*fits 32bit*/ local
509 strlcpy(dstid, "nfs", sizeof(dstid));
513 snprintf(dstid, sizeof(dstid), "%u", NFS_PORT)
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 745 unsigned DstID;
748 M[Dst] = DstID = Cntr++;
749 *Out << "('vertex', " << DstID << ")\n";
752 // We have hit DstID before. Change its style to reflect a cache hit.
753 DstID = DstI->second;
754 *Out << "('change_vertex_style', " << DstID << ", 1)\n";
758 *Out << "('edge', " << SrcID << ", " << DstID
  /external/icu4c/common/
putil.cpp 747 const char *dstID;
826 static const char* remapShortTimeZone(const char *stdID, const char *dstID, int32_t daylightType, int32_t offset)
830 fprintf(stderr, "TZ=%s std=%s dst=%s daylight=%d offset=%d\n", getenv("TZ"), stdID, dstID, daylightType, offset);
837 && strcmp(OFFSET_ZONE_MAPPINGS[idx].dstID, dstID) == 0)
    [all...]

Completed in 464 milliseconds