Home
last modified time | relevance | path

Searched refs:hdlc (Results 1 – 25 of 27) sorted by relevance

12

/external/pigweed/targets/stm32f429i-disc1/
Dsystem_rpc_server.cc33 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/
Dsystem_rpc_server.cc33 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/
Dsystem_rpc_server.cc34 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/
Drpc_channel.h24 namespace pw::hdlc {
52 return hdlc::WriteUIFrame(address_, buffer, writer_); in SendAndReleaseBuffer()
80 return hdlc::WriteUIFrame(address_, buffer, writer_); in SendAndReleaseBuffer()
Dencoder.h20 namespace pw::hdlc {
Drpc_packets.h23 namespace pw::hdlc {
Dwire_packet_parser.h18 namespace pw::hdlc {
Ddecoder.h28 namespace pw::hdlc {
/external/pigweed/pw_log_tokenized/
Dbase64_over_hdlc.cc46 hdlc::WriteUIFrame(PW_LOG_TOKENIZED_BASE64_LOG_HDLC_ADDRESS, in pw_tokenizer_HandleEncodedMessageWithPayload()
/external/pigweed/pw_hdlc/
Drpc_packets.cc20 namespace pw::hdlc { namespace
Dwire_packet_parser.cc22 namespace pw::hdlc { namespace
Ddecoder.cc25 namespace pw::hdlc { namespace
Dencoder.cc29 namespace pw::hdlc { namespace
Dwire_packet_parser_test.cc21 namespace pw::hdlc { namespace
Drpc_channel_test.cc41 namespace pw::hdlc { namespace
Ddecoder_test.cc24 namespace pw::hdlc { namespace
Ddocs.rst105 .. cpp:function:: Status hdlc::WriteUIFrame(uint64_t address, ConstByteSpan data, stream::Writer& w…
146 .. cpp:class:: pw::hdlc::Decoder
Dencoder_test.cc29 namespace pw::hdlc { namespace
/external/pigweed/pw_hdlc/public/pw_hdlc/internal/
Dencoder.h20 namespace pw::hdlc::internal {
Dprotocol.h20 namespace pw::hdlc {
/external/iproute2/lib/
Dll_types.c61 __PF(HDLC,hdlc) in ll_type_n2a()
/external/libnl/lib/
Dutils.c707 __ADD(ARPHRD_HDLC,hdlc),
840 __ADD(ETH_P_HDLC,hdlc),
/external/pigweed/pw_rpc/
Ddocs.rst212 writer, pw::hdlc::kDefaultRpcAddress, "HDLC output");
237 pw::hdlc::ReadAndProcessPackets(
/external/scapy/test/
Dpptp.uts51 ~ gre ip pptp ppp hdlc lcp lcp_echo
/external/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v1.abi25821 …<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 …]

12