Searched refs:dstid (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | print-sunrpc.c | 168 char srcid[20], dstid[20]; /*fits 32bit*/ in sunrpc_print() local 177 strlcpy(dstid, "sunrpc", sizeof(dstid)); in sunrpc_print() 181 snprintf(dstid, sizeof(dstid), "0x%x", SUNRPC_PMAPPORT); in sunrpc_print() 189 GET_IPADDR_STRING(ip->ip_dst), dstid, length); in sunrpc_print() 195 GET_IP6ADDR_STRING(ip6->ip6_dst), dstid, length); in sunrpc_print() 198 ND_PRINT("%s.%s > %s.%s: %u", "?", srcid, "?", dstid, length); in sunrpc_print()
|
| D | print-nfs.c | 341 char srcid[20], dstid[20]; /*fits 32bit*/ in nfsreply_print() local 348 snprintf(dstid, sizeof(dstid), "%u", in nfsreply_print() 352 snprintf(dstid, sizeof(dstid), "%u", in nfsreply_print() 355 nfsaddr_print(ndo, bp2, srcid, dstid); in nfsreply_print()
|