OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bearer_type
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
print-pptp.c
152
u_int32_t
bearer_type
;
member in struct:pptp_msg_ocrq
177
u_int32_t
bearer_type
;
member in struct:pptp_msg_icrq
243
2 u_int32_t
bearer_type
;
292
pptp_bearer_type_print(const u_int32_t *
bearer_type
)
294
printf("
BEARER_TYPE
(");
295
switch (EXTRACT_32BITS(
bearer_type
)) {
741
TCHECK(ptr->
bearer_type
);
742
pptp_bearer_type_print(&ptr->
bearer_type
);
802
TCHECK(ptr->
bearer_type
);
803
pptp_bearer_type_print(&ptr->
bearer_type
);
[
all
...]
print-l2tp.c
137
{ L2TP_AVP_BEARER_TYPE, "
BEARER_TYPE
" },
Completed in 38 milliseconds