Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/Zephyr-4.3.0/subsys/net/l2/ppp/
Dlink.c22 if (proto->protocol == PPP_LCP) { in lcp_up()
37 if (proto->protocol == PPP_CCP || proto->protocol == PPP_ECP) { in do_network()
50 if (proto->protocol == PPP_CCP || proto->protocol == PPP_ECP || in do_network()
51 proto->protocol >= 0xC000) { in do_network()
87 if (proto->protocol == auth_proto) { in do_auth()
Dppp_l2.c78 uint16_t protocol; in process_ppp_msg() local
85 ret = net_pkt_read_be16(pkt, &protocol); in process_ppp_msg()
90 if ((IS_ENABLED(CONFIG_NET_IPV4) && protocol == PPP_IP) || in process_ppp_msg()
91 (IS_ENABLED(CONFIG_NET_IPV6) && protocol == PPP_IPV6)) { in process_ppp_msg()
101 if (proto->protocol != protocol) { in process_ppp_msg()
108 switch (protocol) { in process_ppp_msg()
116 ppp_send_proto_rej(iface, pkt, protocol); in process_ppp_msg()
123 ppp_proto2str(protocol) ? "Unhandled" : "Unknown", in process_ppp_msg()
124 ppp_proto2str(protocol), in process_ppp_msg()
125 ppp_proto2str(protocol) ? " " : "", in process_ppp_msg()
[all …]
Dppp_internal.h61 uint16_t protocol; member
83 enum ppp_protocol_type protocol,
96 .protocol = proto, \
110 const char *ppp_option2str(enum ppp_protocol_type protocol, int type);
137 uint16_t protocol);
139 void ppp_fsm_init(struct ppp_fsm *fsm, uint16_t protocol);
Dnetwork.c59 if (proto->protocol != PPP_LCP && proto->lower_down) { in ppp_network_all_down()
63 if (proto->protocol < 0xC000 && proto->close) { in ppp_network_all_down()
/Zephyr-4.3.0/drivers/firmware/scmi/
DKconfig7 bool "Helper functions for SCMI clock protocol"
11 Enable support for SCMI clock protocol helper functions.
24 bool "Helper functions for SCMI pinctrl protocol"
29 Enable support for SCMI pinctrl protocol helper functions.
32 bool "Helper functions for SCMI power domain protocol"
36 Enable support for SCMI power domain protocol helper functions.
43 Enable system reboot functionality using SCMI system power protocol.
60 bool "SCMI system power protocol"
64 Enable support for SCMI system protocol functions.
70 What this means is that each protocol will have its channels
[all …]
/Zephyr-4.3.0/modules/thrift/src/thrift/server/
DTConnectedClient.h62 const std::shared_ptr<apache::thrift::protocol::TProtocol> &inputProtocol,
63 const std::shared_ptr<apache::thrift::protocol::TProtocol> &outputProtocol,
105 std::shared_ptr<apache::thrift::protocol::TProtocol> inputProtocol_;
106 std::shared_ptr<apache::thrift::protocol::TProtocol> outputProtocol_;
DTSimpleServer.h50 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory> &protocolFactory);
57 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory> &protocolFactory);
66 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory>
68 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory>
78 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory>
80 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory>
DTServerFramework.h63 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory> &protocolFactory);
70 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory> &protocolFactory);
79 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory>
81 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory>
91 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory>
93 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory>
/Zephyr-4.3.0/subsys/canbus/
DKconfig.canopen5 bool "CANopen protocol support"
9 Enable CANopen (EN 50325-4) (CiA 301) protocol
11 protocol stack.
/Zephyr-4.3.0/samples/modules/thrift/hello/client/src/
Dmain.cpp25 using namespace apache::thrift::protocol;
68 std::shared_ptr<TProtocol> protocol; in main() local
110 protocol = std::make_shared<TCompactProtocol>(transport); in main()
112 protocol = std::make_shared<TBinaryProtocol>(transport); in main()
115 HelloClient client(protocol); in main()
/Zephyr-4.3.0/samples/modules/thrift/hello/client/
Dhello_client.py21 from thrift.protocol import TBinaryProtocol
38 protocol = TBinaryProtocol.TBinaryProtocol(transport)
39 client = Hello.Client(protocol)
/Zephyr-4.3.0/samples/net/midi2/
Dapp.overlay17 protocol = "midi2";
22 protocol = "midi1-up-to-64b";
29 protocol = "midi1-up-to-64b";
/Zephyr-4.3.0/scripts/west_commands/runners/
Dprobe_rs.py21 protocol='swd', argument
32 self.protocol = protocol
43 if protocol != 'swd':
44 self.args += ['--protocol', protocol]
129 protocol=args.protocol,
/Zephyr-4.3.0/subsys/logging/backends/
DKconfig.spinel5 bool "OpenThread dedicated Spinel protocol backend"
9 When enabled, backend will use OpenThread dedicated SPINEL protocol for logging.
10 This protocol is byte oriented and wraps given messages into serial frames.
/Zephyr-4.3.0/subsys/net/l2/ethernet/dsa/
DKconfig38 # Tag protocol ID found in <zephyr/dt-bindings/ethernet/dsa_tag_proto.h>
40 bool "Tag protocol - NETC"
43 depends on $(dt_compat_any_has_prop,$(DSA_PORT_COMPAT),dsa-tag-protocol,1)
45 NXP NETC tag protocol.
/Zephyr-4.3.0/doc/hardware/arch/
Darm-scmi.rst17 Agent, platform, protocol and transport
34 A protocol is a set of messages grouped by functionality. Intuitively, a message
50 where each of these protocols is identified by an unique protocol ID
54 **0x80-0xFF** protocol ID range for vendor-specific protocols.
154 This protocol is intended for management of power states of power domains.
167 This protocol is intended for system power management. This is done via a set
179 This protocol is used to perform clock management operations. This is done
192 This protocol is used to perform pin configuration operations. This is done
197 The support for this protocol **does not** include a definition for
200 call into the SCMI pin control protocol function implementing the
[all …]
/Zephyr-4.3.0/subsys/sd/
DKconfig9 bool "MMC protocol support"
11 Enable MMC protocol support. Required for eMMC cards to function.
14 bool "SDMMC protocol support"
16 Enable SDMMC protocol support. Required for SD memory cards to
20 bool "SDIO protocol support"
22 Enable SDIO protocol support. Required for SD I/O cards to function.
97 bool "Ultra high speed SD card protocol support"
/Zephyr-4.3.0/doc/connectivity/usb/host/
Dusbip.rst3 USB/IP protocol support
9 New USB support includes initial support for the USB/IP protocol. It is still
17 In the USB/IP protocol, a server exports the USB devices and a client imports
21 USB/IP protocol is described in `USB/IP protocol documentation`_.
48 : 1 - CDC Data / Unused / unknown protocol (0a/00/00)
79 .. _USB/IP protocol documentation: https://www.kernel.org/doc/html/latest/usb/usbip_protocol.html
/Zephyr-4.3.0/drivers/firmware/scmi/nxp/
DKconfig13 bool "Helper functions for SCMI cpu domain protocol"
17 Enable support for SCMI cpu domain protocol helper functions.
/Zephyr-4.3.0/drivers/sdhc/
DKconfig60 to enable UHS portion of protocol stack.
66 Enables SPI protocol in SD protocol stack
72 required. Enables native protocol in SD protocol stack.
/Zephyr-4.3.0/tests/modules/thrift/ThriftTest/src/
Dmain.cpp25 using namespace apache::thrift::protocol;
63 std::shared_ptr<TProtocol> protocol; in setup_client() local
79 protocol = std::make_shared<TCompactProtocol>(transport); in setup_client()
81 protocol = std::make_shared<TBinaryProtocol>(transport); in setup_client()
84 return std::unique_ptr<ThriftTestClient>(new ThriftTestClient(protocol)); in setup_client()
/Zephyr-4.3.0/subsys/usb/device/class/hid/
Dcore.c144 uint8_t protocol; member
202 uint32_t size = sizeof(dev_data->protocol); in hid_on_get_protocol()
209 LOG_DBG("Get Protocol: %d", dev_data->protocol); in hid_on_get_protocol()
211 *data = &dev_data->protocol; in hid_on_get_protocol()
268 uint16_t protocol = setup->wValue; in hid_on_set_protocol() local
270 if (protocol > HID_PROTOCOL_REPORT) { in hid_on_set_protocol()
271 LOG_ERR("Unsupported protocol: %u", protocol); in hid_on_set_protocol()
275 LOG_DBG("Set Protocol: %u", protocol); in hid_on_set_protocol()
277 if (dev_data->protocol != protocol) { in hid_on_set_protocol()
278 dev_data->protocol = protocol; in hid_on_set_protocol()
[all …]
/Zephyr-4.3.0/subsys/net/lib/mqtt/
DKconfig21 prompt "Maximum MQTT protocol version supported"
24 Maximum MQTT protocol version supported by the library.
27 bool "Support up to version 3.1.1 of the MQTT protocol"
30 will still be able to choose to use an older MQTT protocol version
34 bool "Support up to version 5.0 of the MQTT protocol [EXPERIMENTAL]"
38 will still be able to choose to use an older MQTT protocol version
59 Enable ALPN protocol for socket MQTT Library.
/Zephyr-4.3.0/samples/subsys/mgmt/osdp/
DREADME.rst11 OSDP describes the communication protocol for interfacing one or more Peripheral
13 communication channel. Nevertheless, this protocol can be used to transfer
18 used as a general communication protocol for devices in a secure way without
/Zephyr-4.3.0/doc/connectivity/networking/api/
Dptp.rst13 PTP is a network protocol implemented in the application layer, used to synchronize
15 The stack supports the protocol and procedures as defined in the `IEEE 1588-2019 standard`_
19 Its accuracy is achieved by using hardware timestamping of the protocol packets.
49 UDP IPv4 transport protocol, yes
50 UDP IPv6 transport protocol, yes
51 IEEE 802.3 (Ethernet) transport protocol,

12345678910>>...13