Searched defs:dstid (Results 1 - 2 of 2) sorted by relevance

/external/tcpdump/
H A Dprint-sunrpc.c79 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);
H A Dprint-nfs.c291 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, sizeo
[all...]

Completed in 1565 milliseconds