Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-sunrpc.c165 char srcid[20], dstid[20]; /*fits 32bit*/ in sunrpc_print() local
174 strlcpy(dstid, "sunrpc", sizeof(dstid)); in sunrpc_print()
178 snprintf(dstid, sizeof(dstid), "0x%x", SUNRPC_PMAPPORT); in sunrpc_print()
186 GET_IPADDR_STRING(ip->ip_dst), dstid, length); in sunrpc_print()
192 GET_IP6ADDR_STRING(ip6->ip6_dst), dstid, length); in sunrpc_print()
195 ND_PRINT("%s.%s > %s.%s: %u", "?", srcid, "?", dstid, length); in sunrpc_print()
H A Dprint-nfs.c338 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()