OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dstid
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
print-sunrpc.c
168
char srcid[20],
dstid
[20]; /*fits 32bit*/
local
177
strlcpy(
dstid
, "sunrpc", sizeof(
dstid
));
181
snprintf(
dstid
, sizeof(
dstid
), "0x%x", SUNRPC_PMAPPORT);
189
GET_IPADDR_STRING(ip->ip_dst),
dstid
, length);
195
GET_IP6ADDR_STRING(ip6->ip6_dst),
dstid
, length);
198
ND_PRINT("%s.%s > %s.%s: %u", "?", srcid, "?",
dstid
, length);
print-nfs.c
341
char srcid[20],
dstid
[20]; /*fits 32bit*/
local
348
snprintf(
dstid
, sizeof(
dstid
), "%u",
352
snprintf(
dstid
, sizeof(
dstid
), "%u",
355
nfsaddr_print(ndo, bp2, srcid,
dstid
);
/src/external/gpl2/mkhybrid/dist/libhfs_iso/
hfs.c
1846
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
, dstname)
[
all
...]
Completed in 24 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026