OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ldp_com_header
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
print-ldp.c
579
const struct ldp_common_header *
ldp_com_header
;
local
587
ldp_com_header
= (const struct ldp_common_header *)pptr;
588
ND_TCHECK_SIZE(
ldp_com_header
);
593
if (GET_BE_U_2(
ldp_com_header
->version) != LDP_VERSION) {
596
GET_BE_U_2(
ldp_com_header
->version));
600
pdu_len = GET_BE_U_2(
ldp_com_header
->pdu_length);
613
GET_IPADDR_STRING(
ldp_com_header
->lsr_id),
614
GET_BE_U_2(
ldp_com_header
->label_space),
Completed in 21 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026