OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:msg_class
(Results
1 - 3
of
3
) sorted by null
/external/tcpdump/
print-m3ua.c
45
uint8_t
msg_class
;
member in struct:m3ua_common_header
314
hdr->
msg_class
== M3UA_MSGC_MGMT ? MgmtMessages :
315
hdr->
msg_class
== M3UA_MSGC_TRANSFER ? TransferMessages :
316
hdr->
msg_class
== M3UA_MSGC_SSNM ? SS7Messages :
317
hdr->
msg_class
== M3UA_MSGC_ASPSM ? ASPStateMessages :
318
hdr->
msg_class
== M3UA_MSGC_ASPTM ? ASPTrafficMessages :
319
hdr->
msg_class
== M3UA_MSGC_RKM ? RoutingKeyMgmtMessages :
322
ND_PRINT((ndo, "\n\t\t%s", tok2str(MessageClasses, "Unknown message class %i", hdr->
msg_class
)));
/external/protobuf/python/google/protobuf/
reflection.py
105
msg_class
= reflection.MakeClass(msg_descriptor)
106
msg =
msg_class
()
/external/protobuf/python/google/protobuf/internal/
reflection_test.py
[
all
...]
Completed in 230 milliseconds