Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:dstid

291 	char srcid[20], dstid[20];	/*fits 32bit*/
302 snprintf(dstid, sizeof(dstid), "%u",
306 snprintf(dstid, sizeof(dstid), "%u",
309 print_nfsaddr(bp2, srcid, dstid);
502 char srcid[20], dstid[20]; /*fits 32bit*/
509 strlcpy(dstid, "nfs", sizeof(dstid));
513 snprintf(dstid, sizeof(dstid), "%u", NFS_PORT);
515 print_nfsaddr(bp2, srcid, dstid);