OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pdu_type
(Results
1 - 3
of
3
) sorted by null
/external/tcpdump/
print-rpki-rtr.c
41
u_char
pdu_type
; /* PDU type */
member in struct:rpki_rtr_pdu_
175
u_int
pdu_type
, pdu_len, hexdump;
local
179
pdu_type
= pdu_header->
pdu_type
;
187
tok2str(rpki_rtr_pdu_values, "Unknown",
pdu_type
),
188
pdu_type
, pdu_len));
190
switch (
pdu_type
) {
320
u_int tlen,
pdu_type
, pdu_len;
local
337
pdu_type
= pdu_header->
pdu_type
;
[
all
...]
print-isoclns.c
609
uint8_t
pdu_type
; /* 3 MSbits are reserved */
member in struct:isis_common_header
2081
uint8_t
pdu_type
, max_area, id_length, tlv_type, tlv_len, tmp, alen, lan_alen, prefix_len;
local
[
all
...]
/external/libnfc-nci/src/nfc/llcp/
llcp_util.c
806
UINT8
pdu_type
;
local
840
pdu_type
= LLCP_PDU_RNR_TYPE;
846
pdu_type
= LLCP_PDU_RR_TYPE;
864
UINT16_TO_BE_STREAM (p, LLCP_GET_PDU_HEADER (p_dlcb->remote_sap,
pdu_type
, p_dlcb->local_sap));
Completed in 95 milliseconds