| /subsys/net/l2/ppp/ |
| A D | link.c | 22 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()
|
| A D | ppp_l2.c | 77 uint16_t protocol; in process_ppp_msg() local 84 ret = net_pkt_read_be16(pkt, &protocol); in process_ppp_msg() 89 if ((IS_ENABLED(CONFIG_NET_IPV4) && protocol == PPP_IP) || in process_ppp_msg() 100 if (proto->protocol != protocol) { in process_ppp_msg() 107 switch (protocol) { in process_ppp_msg() 115 ppp_send_proto_rej(iface, pkt, protocol); in process_ppp_msg() 122 ppp_proto2str(protocol) ? "Unhandled" : "Unknown", in process_ppp_msg() 123 ppp_proto2str(protocol), in process_ppp_msg() 124 ppp_proto2str(protocol) ? " " : "", in process_ppp_msg() 125 protocol); in process_ppp_msg() [all …]
|
| A D | ppp_internal.h | 61 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);
|
| A D | options.c | 59 ppp_option2str(fsm->protocol, opt_type), opt_type, in ppp_parse_options() 99 enum ppp_protocol_type protocol; member 122 ppp_option2str(parse_data->protocol, code), in ppp_parse_option_conf_req_unsupported() 191 enum ppp_protocol_type protocol, in ppp_config_info_req() argument 199 .protocol = protocol, in ppp_config_info_req()
|
| A D | network.c | 59 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()
|
| A D | fsm.c | 28 if (fsm->protocol == PPP_LCP) { in ppp_fsm_ctx() 31 } else if (fsm->protocol == PPP_IPCP) { in ppp_fsm_ctx() 35 } else if (fsm->protocol == PPP_IPV6CP) { in ppp_fsm_ctx() 39 } else if (fsm->protocol == PPP_PAP) { in ppp_fsm_ctx() 164 void ppp_fsm_init(struct ppp_fsm *fsm, uint16_t protocol) in ppp_fsm_init() argument 166 fsm->protocol = protocol; in ppp_fsm_init() 380 uint16_t protocol = 0; in ppp_send_pkt() local 399 protocol = fsm->protocol; in ppp_send_pkt() 436 protocol = PPP_LCP; in ppp_send_pkt() 478 ret = net_pkt_write_be16(pkt, protocol); in ppp_send_pkt() [all …]
|
| /subsys/usb/device/class/hid/ |
| A D | core.c | 144 uint8_t protocol; member 202 uint32_t size = sizeof(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() 363 uint8_t prev = dev_data->protocol; in hid_do_status_cb() [all …]
|
| /subsys/canbus/ |
| A D | Kconfig.canopen | 5 bool "CANopen protocol support" 9 Enable CANopen (EN 50325-4) (CiA 301) protocol 11 protocol stack.
|
| /subsys/sd/ |
| A D | Kconfig | 9 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"
|
| /subsys/net/l2/ethernet/dsa/ |
| A D | Kconfig | 38 # Tag protocol ID found in <zephyr/dt-bindings/ethernet/dsa_tag_proto.h> 40 bool "Tag protocol - NETC" 42 depends on $(dt_compat_any_has_prop,$(DSA_PORT_COMPAT),dsa-tag-protocol,1) 44 NXP NETC tag protocol.
|
| /subsys/net/lib/mqtt/ |
| A D | Kconfig | 21 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.
|
| /subsys/logging/backends/ |
| A D | Kconfig.spinel | 5 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.
|
| A D | Kconfig.adsp | 9 Enable backend for the host trace protocol of the Intel ADSP
|
| /subsys/net/l2/ieee802154/ |
| A D | Kconfig.radio | 23 prompt "Radio channel access protocol" 26 Select which medium access protocol to use. 29 bool "IEEE 802.15.4 unslotted CSMA-CA medium access protocol" 37 bool "IEEE 802.15.4 Aloha medium access protocol (CCA mode 4)"
|
| /subsys/usb/device_next/class/ |
| A D | usbd_hid.c | 82 uint8_t protocol; member 288 const uint16_t protocol = setup->wValue; in handle_set_protocol() local 290 if (protocol > HID_PROTOCOL_REPORT) { in handle_set_protocol() 305 LOG_DBG("Set Protocol: %s", protocol ? "Report" : "Boot"); in handle_set_protocol() 307 if (ddata->protocol != protocol) { in handle_set_protocol() 308 ddata->protocol = protocol; in handle_set_protocol() 311 ops->set_protocol(dev, protocol); in handle_set_protocol() 337 LOG_DBG("Get Protocol: %s", ddata->protocol ? "Report" : "Boot"); in handle_get_protocol() 338 net_buf_add_u8(buf, ddata->protocol); in handle_get_protocol() 447 ddata->protocol = HID_PROTOCOL_REPORT; in usbd_hid_enable()
|
| /subsys/usb/device/class/netusb/ |
| A D | Kconfig | 18 Class (CDC) USB protocol specified by USB-IF. 25 Class (CDC) USB protocol and can be used to encapsulate Ethernet 33 Remote NDIS (RNDIS) is commonly used Microsoft vendor protocol with
|
| /subsys/debug/gdbstub/ |
| A D | Kconfig | 5 bool "GDB remote serial protocol support [EXPERIMENTAL]" 11 application that supports GDB protocol.
|
| /subsys/mgmt/mcumgr/smp/ |
| A D | Kconfig | 143 bool "Support original protocol" 146 This option will enable supporting the original SMP protocol whereby 147 all errors are returned in the "rc" field as well as the new protocol 149 The protocol selection is indicated by the request header sent by the
|
| /subsys/gnss/rtk/ |
| A D | CMakeLists.txt | 8 add_subdirectory(protocol)
|
| A D | Kconfig | 13 rsource "protocol/Kconfig"
|
| /subsys/net/ip/ |
| A D | ipv4_fragment.c | 36 const uint8_t *dst, uint8_t protocol) in reassembly_get() argument 45 reassembly[i].protocol == protocol) { in reassembly_get() 67 reassembly[avail].protocol = protocol; in reassembly_get()
|
| /subsys/usb/device_next/ |
| A D | usbd_shell.c | 341 uint8_t class, subclass, protocol; in cmd_device_code_triple() local 346 protocol = strtol(argv[4], NULL, 16); in cmd_device_code_triple() 348 class, subclass, protocol); in cmd_device_code_triple() 351 class, subclass, protocol); in cmd_device_code_triple() 354 class, subclass, protocol); in cmd_device_code_triple()
|
| /subsys/net/lib/socks/ |
| A D | Kconfig | 14 module-help = Enable debug messages for SOCKS5 protocol
|
| /subsys/gnss/rtk/protocol/ |
| A D | Kconfig | 15 Select RTCM3 protocol as GNSS RTK corrections
|
| /subsys/net/lib/ptp/ |
| A D | ddt.h | 69 uint16_t protocol; member
|