Searched refs:dstid (Results 1 – 2 of 2) sorted by relevance
/external/tcpdump/ |
D | print-sunrpc.c | 178 char srcid[20], dstid[20]; /*fits 32bit*/ in sunrpcrequest_print() local 185 strlcpy(dstid, "sunrpc", sizeof(dstid)); in sunrpcrequest_print() 189 snprintf(dstid, sizeof(dstid), "0x%x", SUNRPC_PMAPPORT); in sunrpcrequest_print() 197 ipaddr_string(ndo, &ip->ip_dst), dstid, length)); in sunrpcrequest_print() 204 ip6addr_string(ndo, &ip6->ip6_dst), dstid, length)); in sunrpcrequest_print() 208 ND_PRINT((ndo, "%s.%s > %s.%s: %d", "?", srcid, "?", dstid, length)); in sunrpcrequest_print()
|
D | print-nfs.c | 337 char srcid[20], dstid[20]; /*fits 32bit*/ in nfsreply_print() local 345 snprintf(dstid, sizeof(dstid), "%u", in nfsreply_print() 349 snprintf(dstid, sizeof(dstid), "%u", in nfsreply_print() 352 print_nfsaddr(ndo, bp2, srcid, dstid); in nfsreply_print()
|