Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-sunrpc.c163 char srcid[20], dstid[20]; /*fits 32bit*/ in sunrpc_print() local
172 strlcpy(dstid, "sunrpc", sizeof(dstid)); in sunrpc_print()
176 snprintf(dstid, sizeof(dstid), "0x%x", SUNRPC_PMAPPORT); in sunrpc_print()
184 GET_IPADDR_STRING(ip->ip_dst), dstid, length); in sunrpc_print()
190 GET_IP6ADDR_STRING(ip6->ip6_dst), dstid, length); in sunrpc_print()
193 ND_PRINT("%s.%s > %s.%s: %u", "?", srcid, "?", dstid, length); in sunrpc_print()
H A Dprint-nfs.c336 char srcid[20], dstid[20]; /*fits 32bit*/ in nfsreply_print() local
343 snprintf(dstid, sizeof(dstid), "%u", in nfsreply_print()
347 snprintf(dstid, sizeof(dstid), "%u", in nfsreply_print()
350 nfsaddr_print(ndo, bp2, srcid, dstid); in nfsreply_print()