Searched refs:dstid (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-sunrpc.c175 char srcid[20], dstid[20]; /*fits 32bit*/ local
182 strlcpy(dstid, "sunrpc", sizeof(dstid));
186 snprintf(dstid, sizeof(dstid), "0x%x", SUNRPC_PMAPPORT);
194 ipaddr_string(ndo, &ip->ip_dst), dstid, length));
200 ip6addr_string(ndo, &ip6->ip6_dst), dstid, length));
203 ND_PRINT((ndo, "%s.%s > %s.%s: %d", "?", srcid, "?", dstid, length));
H A Dprint-nfs.c327 char srcid[20], dstid[20]; /*fits 32bit*/ local
335 snprintf(dstid, sizeof(dstid), "%u",
339 snprintf(dstid, sizeof(dstid), "%u",
342 print_nfsaddr(ndo, bp2, srcid, dstid);
/freebsd-13-stable/sys/mips/nlm/hal/
H A Dcop2.h226 nlm_fmn_msgsend(int dstid, int size, int swcode, struct nlm_fmn_msg *m) argument
244 dstid |= ((swcode << 24) | (size << 16));
245 status = nlm_msgsend(dstid);

Completed in 110 milliseconds