OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rhp
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
print-decnet.c
507
register const union routehdr *
rhp
;
local
530
rhp
= (const union routehdr *)&(ap[sizeof(short)]);
531
ND_TCHECK(
rhp
->rh_short.sh_flags);
532
mflags = EXTRACT_LE_8BITS(
rhp
->rh_short.sh_flags);
547
rhp
= (const union routehdr *)&(ap[sizeof(short)]);
548
mflags = EXTRACT_LE_8BITS(
rhp
->rh_short.sh_flags);
559
if (!print_decnet_ctlmsg(ndo,
rhp
, length, caplen))
570
ND_TCHECK(
rhp
->rh_long);
572
EXTRACT_LE_16BITS(
rhp
->rh_long.lg_dst.dne_remote.dne_nodeaddr);
574
EXTRACT_LE_16BITS(
rhp
->rh_long.lg_src.dne_remote.dne_nodeaddr)
[
all
...]
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
PresenterTest.java
81
RowHeaderPresenter
rhp
= (RowHeaderPresenter) lrp.getHeaderPresenter();
local
83
rhp
.isNullItemVisibilityGone());
84
testHeaderPresenter(
rhp
);
Completed in 97 milliseconds