HomeSort by relevance Sort by last modified time
    Searched refs:dstid (Results 1 - 2 of 2) 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...]

Completed in 47 milliseconds