Home
last modified time | relevance | path

Searched refs:dstid (Results 1 – 2 of 2) sorted by relevance

/external/tcpdump/
Dprint-sunrpc.c175 char srcid[20], dstid[20]; /*fits 32bit*/ in sunrpcrequest_print() local
182 strlcpy(dstid, "sunrpc", sizeof(dstid)); in sunrpcrequest_print()
186 snprintf(dstid, sizeof(dstid), "0x%x", SUNRPC_PMAPPORT); in sunrpcrequest_print()
194 ipaddr_string(ndo, &ip->ip_dst), dstid, length)); in sunrpcrequest_print()
200 ip6addr_string(ndo, &ip6->ip6_dst), dstid, length)); in sunrpcrequest_print()
203 ND_PRINT((ndo, "%s.%s > %s.%s: %d", "?", srcid, "?", dstid, length)); in sunrpcrequest_print()
Dprint-nfs.c327 char srcid[20], dstid[20]; /*fits 32bit*/ in nfsreply_print() local
335 snprintf(dstid, sizeof(dstid), "%u", in nfsreply_print()
339 snprintf(dstid, sizeof(dstid), "%u", in nfsreply_print()
342 print_nfsaddr(ndo, bp2, srcid, dstid); in nfsreply_print()