OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:srcea
(Results
1 - 1
of
1
) sorted by null
/external/tcpdump/
print-decnet.c
184
etheraddr
srcea
, rtea;
local
257
memcpy((char *)&
srcea
, (char *)&(cmp->cm_rhello.rh_src),
258
sizeof(
srcea
));
259
src = EXTRACT_LE_16BITS(
srcea
.dne_remote.dne_nodeaddr);
280
memcpy((char *)&
srcea
, (char *)&(cmp->cm_ehello.eh_src),
281
sizeof(
srcea
));
282
src = EXTRACT_LE_16BITS(
srcea
.dne_remote.dne_nodeaddr);
Completed in 19 milliseconds