/external/pigweed/targets/stm32f429i-disc1/ |
D | system_rpc_server.cc | 33 hdlc::RpcChannelOutputBuffer<kMaxTransmissionUnit> hdlc_channel_output( 34 writer, pw::hdlc::kDefaultRpcAddress, "HDLC channel"); 44 pw::hdlc::WriteUIFrame(1, std::as_bytes(std::span(log)), writer); in Init() 53 hdlc::Decoder decoder(input_buffer); in Start() 62 hdlc::Frame& frame = result.value(); in Start() 63 if (frame.address() == hdlc::kDefaultRpcAddress) { in Start()
|
/external/pigweed/targets/arduino/ |
D | system_rpc_server.cc | 33 hdlc::RpcChannelOutputBuffer<kMaxTransmissionUnit> hdlc_channel_output( 34 writer, pw::hdlc::kDefaultRpcAddress, "HDLC channel"); 44 pw::hdlc::WriteUIFrame(1, std::as_bytes(std::span(log)), writer); in Init() 53 hdlc::Decoder decoder(input_buffer); in Start() 62 hdlc::Frame& frame = result.value(); in Start() 63 if (frame.address() == hdlc::kDefaultRpcAddress) { in Start()
|
/external/pigweed/targets/host/ |
D | system_rpc_server.cc | 34 hdlc::RpcChannelOutputBuffer<kMaxTransmissionUnit>> 37 hdlc::kDefaultRpcAddress, 46 hdlc::WriteUIFrame(1, std::as_bytes(std::span(log)), socket_stream); in Init() 57 hdlc::Decoder decoder(input_buffer); in Start() 65 hdlc::Frame& frame = result.value(); in Start() 66 if (frame.address() == hdlc::kDefaultRpcAddress) { in Start()
|
/external/pigweed/pw_hdlc/public/pw_hdlc/ |
D | rpc_channel.h | 24 namespace pw::hdlc { 52 return hdlc::WriteUIFrame(address_, buffer, writer_); in SendAndReleaseBuffer() 80 return hdlc::WriteUIFrame(address_, buffer, writer_); in SendAndReleaseBuffer()
|
D | encoder.h | 20 namespace pw::hdlc {
|
D | rpc_packets.h | 23 namespace pw::hdlc {
|
D | wire_packet_parser.h | 18 namespace pw::hdlc {
|
D | decoder.h | 28 namespace pw::hdlc {
|
/external/pigweed/pw_log_tokenized/ |
D | base64_over_hdlc.cc | 46 hdlc::WriteUIFrame(PW_LOG_TOKENIZED_BASE64_LOG_HDLC_ADDRESS, in pw_tokenizer_HandleEncodedMessageWithPayload()
|
/external/pigweed/pw_hdlc/ |
D | rpc_packets.cc | 20 namespace pw::hdlc { namespace
|
D | wire_packet_parser.cc | 22 namespace pw::hdlc { namespace
|
D | decoder.cc | 25 namespace pw::hdlc { namespace
|
D | encoder.cc | 29 namespace pw::hdlc { namespace
|
D | wire_packet_parser_test.cc | 21 namespace pw::hdlc { namespace
|
D | rpc_channel_test.cc | 41 namespace pw::hdlc { namespace
|
D | decoder_test.cc | 24 namespace pw::hdlc { namespace
|
D | docs.rst | 105 .. cpp:function:: Status hdlc::WriteUIFrame(uint64_t address, ConstByteSpan data, stream::Writer& w… 146 .. cpp:class:: pw::hdlc::Decoder
|
D | encoder_test.cc | 29 namespace pw::hdlc { namespace
|
/external/pigweed/pw_hdlc/public/pw_hdlc/internal/ |
D | encoder.h | 20 namespace pw::hdlc::internal {
|
D | protocol.h | 20 namespace pw::hdlc {
|
/external/iproute2/lib/ |
D | ll_types.c | 61 __PF(HDLC,hdlc) in ll_type_n2a()
|
/external/libnl/lib/ |
D | utils.c | 707 __ADD(ARPHRD_HDLC,hdlc), 840 __ADD(ETH_P_HDLC,hdlc),
|
/external/pigweed/pw_rpc/ |
D | docs.rst | 212 writer, pw::hdlc::kDefaultRpcAddress, "HDLC output"); 237 pw::hdlc::ReadAndProcessPackets(
|
/external/scapy/test/ |
D | pptp.uts | 51 ~ gre ip pptp ppp hdlc lcp lcp_echo
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 25821 …<typedef-decl name="raw_hdlc_proto" type-id="f9167bd9" filepath="include/uapi/linux/hdlc/ioctl.h" … 25822 …g-typedef-id="a79adfa3" visibility="default" filepath="include/uapi/linux/hdlc/ioctl.h" line="53" … 25824 …ing" type-id="8efea9e5" visibility="default" filepath="include/uapi/linux/hdlc/ioctl.h" line="54" … 25827 …ity" type-id="8efea9e5" visibility="default" filepath="include/uapi/linux/hdlc/ioctl.h" line="55" … 25830 …<typedef-decl name="cisco_proto" type-id="a30de527" filepath="include/uapi/linux/hdlc/ioctl.h" lin… 25831 …g-typedef-id="36051b76" visibility="default" filepath="include/uapi/linux/hdlc/ioctl.h" line="77" … 25833 …val" type-id="f0981eeb" visibility="default" filepath="include/uapi/linux/hdlc/ioctl.h" line="78" … 25836 …out" type-id="f0981eeb" visibility="default" filepath="include/uapi/linux/hdlc/ioctl.h" line="79" … 25839 …<typedef-decl name="fr_proto" type-id="09d0e305" filepath="include/uapi/linux/hdlc/ioctl.h" line="… 25840 …g-typedef-id="8d64a1ad" visibility="default" filepath="include/uapi/linux/hdlc/ioctl.h" line="58" … [all …]
|