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

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-sunrpc.c170 char srcid[20], dstid[20]; /*fits 32bit*/ local
179 strlcpy(dstid, "sunrpc", sizeof(dstid));
183 snprintf(dstid, sizeof(dstid), "0x%x", SUNRPC_PMAPPORT);
191 GET_IPADDR_STRING(ip->ip_dst), dstid, length);
197 GET_IP6ADDR_STRING(ip6->ip6_dst), dstid, length);
200 ND_PRINT("%s.%s > %s.%s: %u", "?", srcid, "?", dstid, length);
H A Dprint-nfs.c343 char srcid[20], dstid[20]; /*fits 32bit*/ local
350 snprintf(dstid, sizeof(dstid), "%u",
354 snprintf(dstid, sizeof(dstid), "%u",
357 print_nfsaddr(ndo, bp2, srcid, dstid);
/netbsd-current/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dhfs.c1846 long srcid, dstid; local
1860 found = v_resolve(&vol, dstpath, &dst, &dstid, dstname, 0);
1870 if (dstid == 0)
1880 dstid = dst.u.dir.dirDirID;
1883 found = v_catsearch(vol, dstid, dstname, 0, 0, 0);
1888 moving = (srcid != dstid);
1915 if (moving && dstid == HFS_CNID_ROOTPAR)
1935 for (id = dstid; id != HFS_CNID_ROOTDIR; id = dst.u.dthd.thdParID)
1956 if (dstid == HFS_CNID_ROOTPAR)
1978 r_makecatkey(&key, dstid, dstnam
[all...]

Completed in 204 milliseconds