Home
last modified time | relevance | path

Searched +full:vendor +full:- +full:specific (Results 1 – 25 of 45) sorted by relevance

12

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dpppol2tp.c17 * derived from this software without specific prior written permission.
38 * - L2TPv2 (PPP over L2TP, a.k.a. UDP tunnels)
39 * - LAC
42 * - LNS (require PPP server support)
43 * - L2TPv3 ethernet pseudowires
44 * - L2TPv3 VLAN pseudowire
45 * - L2TPv3 PPP pseudowires
46 * - L2TPv3 IP encapsulation
47 * - L2TPv3 IP pseudowire
48 * - L2TP tunnel switching - http://tools.ietf.org/html/draft-ietf-l2tpext-tunnel-switching-08
[all …]
H A Dppp.c2 * ppp.c - Network Point to Point Protocol program file.
28 * 03-01-01 Marc Boucher <[email protected]>
30 * 97-11-05 Guy Lancaster <[email protected]>, Global Election Systems Inc.
35 * ppp_defs.h - PPP definitions.
37 * if_pppvar.h - private structures and declarations for PPP.
64 * if_ppp.h - Point-to-Point Protocol definitions.
76 * from this software without specific prior written permission.
114 #include "netif/ppp/chap-new.h"
221 pcb->settings.refuse_pap = !(authtype & PPPAUTHTYPE_PAP); in ppp_set_auth()
224 pcb->settings.refuse_chap = !(authtype & PPPAUTHTYPE_CHAP); in ppp_set_auth()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A Dpppol2tp.c17 * derived from this software without specific prior written permission.
38 * - L2TPv2 (PPP over L2TP, a.k.a. UDP tunnels)
39 * - LAC
42 * - LNS (require PPP server support)
43 * - L2TPv3 ethernet pseudowires
44 * - L2TPv3 VLAN pseudowire
45 * - L2TPv3 PPP pseudowires
46 * - L2TPv3 IP encapsulation
47 * - L2TPv3 IP pseudowire
48 * - L2TP tunnel switching - http://tools.ietf.org/html/draft-ietf-l2tpext-tunnel-switching-08
[all …]
H A Dppp.c2 * ppp.c - Network Point to Point Protocol program file.
28 * 03-01-01 Marc Boucher <[email protected]>
30 * 97-11-05 Guy Lancaster <[email protected]>, Global Election Systems Inc.
35 * ppp_defs.h - PPP definitions.
37 * if_pppvar.h - private structures and declarations for PPP.
64 * if_ppp.h - Point-to-Point Protocol definitions.
76 * from this software without specific prior written permission.
114 #include "netif/ppp/chap-new.h"
220 pcb->settings.refuse_pap = !(authtype & PPPAUTHTYPE_PAP); in ppp_set_auth()
223 pcb->settings.refuse_chap = !(authtype & PPPAUTHTYPE_CHAP); in ppp_set_auth()
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/
H A Dconfig.sub3 # Copyright 1992-2016 Free Software Foundation, Inc.
5 timestamp='2016-11-04'
28 # Please send patches to <config-[email protected]>.
48 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
49 # or in some cases, the newer four-part form:
50 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
53 me=`echo "$0" | sed -e 's,.*/,,'`
56 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
61 -h, --help print this help, then exit
62 -t, --time-stamp print date of last modification, then exit
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/
H A Dsyscfg.yml9 # http://www.apache.org/licenses/LICENSE-2.0
15 # specific language governing permissions and limitations
187 The settling time of the high-frequency oscillator. This is
285 chip specific location. If non-zero, this address will
296 This options enables controller to send a vendor-specific event on
311 # Enable vendor event on assert in standalone build to make failed assertions in
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/
H A Dpkg.yml9 # http://www.apache.org/licenses/LICENSE-2.0
15 # specific language governing permissions and limitations
20 pkg.description: Sample application for BLE Mesh node with on/off, level, light and vendor models o…
26 - "@apache-mynewt-core/kernel/os"
27 - "@apache-mynewt-core/sys/console/full"
28 - "@apache-mynewt-core/sys/log/full"
29 - "@apache-mynewt-core/sys/stats/full"
30 - nimble/controller
31 - nimble/host
32 - nimble/host/services/gap
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dpppol2tp.h17 * derived from this software without specific prior written permission.
71 /* -- AVP - Message type */
93 /* -- AVP - Result code */
97 /* -- AVP - Protocol version (!= L2TP Header version) */
101 /* -- AVP - Framing capabilities */
105 /* -- AVP - Bearer capabilities */
109 /* -- AVP - Tie breaker */
112 /* -- AVP - Host name */
116 /* -- AVP - Vendor name */
117 #define PPPOL2TP_AVPTYPE_VENDORNAME 8 /* Vendor name */
[all …]
H A Dlcp.h2 * lcp.h - Link Control Protocol definitions.
4 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
25 * Pittsburgh, PA 15213-3890
26 * (412) 268-4387, fax: (412) 268-7395
27 * tech-[email protected]
56 #define CI_VENDOR 0 /* Vendor Specific */
64 #define CI_FCSALTERN 9 /* FCS-Alternatives */
65 #define CI_SDP 10 /* Self-Describing-Pad */
66 #define CI_NUMBERED 11 /* Numbered-Mode */
71 #define CI_MPPLUS 22 /* Multi-Link-Plus-Procedure */
[all …]
H A Dpppoe.h2 * pppoe.h - PPP Over Ethernet implementation for lwIP.
27 * 06-01-01 Marc Boucher <[email protected]>
35 /*-
56 * from this software without specific prior written permission.
123 #define PPPOE_TAG_VENDOR 0x0105 /* vendor specific */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dpppol2tp.h17 * derived from this software without specific prior written permission.
75 /* -- AVP - Message type */
97 /* -- AVP - Result code */
101 /* -- AVP - Protocol version (!= L2TP Header version) */
105 /* -- AVP - Framing capabilities */
109 /* -- AVP - Bearer capabilities */
113 /* -- AVP - Tie breaker */
116 /* -- AVP - Host name */
120 /* -- AVP - Vendor name */
121 #define PPPOL2TP_AVPTYPE_VENDORNAME 8 /* Vendor name */
[all …]
H A Dlcp.h2 * lcp.h - Link Control Protocol definitions.
4 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
25 * Pittsburgh, PA 15213-3890
26 * (412) 268-4387, fax: (412) 268-7395
27 * tech-[email protected]
60 #define CI_VENDOR 0 /* Vendor Specific */
68 #define CI_FCSALTERN 9 /* FCS-Alternatives */
69 #define CI_SDP 10 /* Self-Describing-Pad */
70 #define CI_NUMBERED 11 /* Numbered-Mode */
75 #define CI_MPPLUS 22 /* Multi-Link-Plus-Procedure */
[all …]
H A Dpppoe.h2 * pppoe.h - PPP Over Ethernet implementation for lwIP.
27 * 06-01-01 Marc Boucher <[email protected]>
35 /*-
56 * from this software without specific prior written permission.
127 #define PPPOE_TAG_VENDOR 0x0105 /* vendor specific */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/dis/include/services/dis/
H A Dble_svc_dis.h10 * http://www.apache.org/licenses/LICENSE-2.0
16 * specific language governing permissions and limitations
51 * Represent the model number that is assigned by the device vendor.
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh/src/
H A Dmain.c10 * http://www.apache.org/licenses/LICENSE-2.0
16 * specific language governing permissions and limitations
74 uint8_t reg_faults[FAULT_ARR_SIZE] = { [0 ... FAULT_ARR_SIZE-1] = 0xff }; in fault_get_cur()
95 return -BLE_HS_EINVAL; in fault_get_reg()
103 uint8_t reg_faults[FAULT_ARR_SIZE] = { [0 ... FAULT_ARR_SIZE-1] = 0xff }; in fault_get_reg()
118 return -BLE_HS_EINVAL; in fault_clear()
130 return -BLE_HS_EINVAL; in fault_test()
134 return -BLE_HS_EINVAL; in fault_test()
175 console_printf("#mesh-onoff STATUS\n"); in gen_onoff_status()
182 console_printf("#mesh-onoff STATUS: send status failed\n"); in gen_onoff_status()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Daccess.h8 * SPDX-License-Identifier: Apache-2.0
31 * In case the element has no SIG or Vendor models the helper
36 * @param _vnd_mods Array of vendor models.
174 .keys = { [0 ... (CONFIG_BT_MESH_MODEL_KEY_COUNT - 1)] = \
177 .groups = { [0 ... (CONFIG_BT_MESH_MODEL_GROUP_COUNT - 1)] = \
188 .keys = { [0 ... (CONFIG_BT_MESH_MODEL_KEY_COUNT - 1)] = \
190 .groups = { [0 ... (CONFIG_BT_MESH_MODEL_GROUP_COUNT - 1)] = \
206 #define BT_MESH_TRANSMIT(count, int_ms) ((count) | (((int_ms / 10) - 1) << 3))
301 * periodic publishing. When set to non-NULL the callback
312 /** Publish Period Timer. Only for stack-internal use. */
[all …]
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/src/
H A Dgatt_svr.c10 * http://www.apache.org/licenses/LICENSE-2.0
16 * specific language governing permissions and limitations
28 * The vendor specific security test service consists of two characteristics:
29 * o random-number-generator: generates a random 32-bit number each time
32 * o static-value: a single-byte characteristic that can always be read,
36 /* 59462f12-9543-9999-12c8-58b459a2712d */
41 /* 5c3a659e-897e-45e1-b016-007107c96df6 */
46 /* 5c3a659e-897e-45e1-b016-007107c96df7 */
113 uuid = ctxt->chr->uuid; in gatt_svr_chr_access_sec_test()
116 * 128-bit UUID. in gatt_svr_chr_access_sec_test()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/
H A Dgatt_svr.c10 * http://www.apache.org/licenses/LICENSE-2.0
16 * specific language governing permissions and limitations
29 /* 0000xxxx-8c26-476f-89a7-a108033a69c7 */
65 * The vendor specific security test service consists of two characteristics:
66 * o random-number-generator: generates a random 32-bit number each time
69 * o static-value: a single-byte characteristic that can always be read,
73 /* 59462f12-9543-9999-12c8-58b459a2712d */
78 /* 5c3a659e-897e-45e1-b016-007107c96df6 */
83 /* 5c3a659e-897e-45e1-b016-007107c96df7 */
88 /* 5c3a659e-897e-45e1-b016-007107c96df8 */
[all …]
/nrf52832-nimble/rt-thread/libcpu/c-sky/common/
H A Dcsi_core.h2 * Copyright (C) 2017 C-SKY Microsystems Co., Ltd. All rights reserved.
8 * http://www.apache.org/licenses/LICENSE-2.0
13 * See the License for the specific language governing permissions and
45 \details Enables a device-specific interrupt in the NVIC interrupt controller.
51 \details Disables a device-specific interrupt in the NVIC interrupt controller.
81 …\details Reads the active register in the NVIC and returns the active bit for the device specific
82 \param [in] irq_num Device specific interrupt number.
100 The interrupt number can be positive to specify an external (device specific) interrupt,
114 \brief Enable I-Cache
115 \details Turns on I-Cache
[all …]
/nrf52832-nimble/rt-thread/components/drivers/sensors/
H A Dsensor.h2 * Copyright (c) 2006-2018, RT-Thread Development Team
4 * SPDX-License-Identifier: Apache-2.0
8 * 2014-08-03 Bernard the first version
20 * http://www.apache.org/licenses/LICENSE-2.0
25 * See the License for the specific language governing permissions and
68 META_DATA_VERSION /* always last, leave auto-assigned */
83 * +-----------+--> y>0
90 * O-----------+/
92 * +----------/+ y<0
106 * to keep a partial wake-lock should they wish to receive sensor
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/netif/
H A Dppp_oe.h2 * ppp_oe.h - PPP Over Ethernet implementation for lwIP.
27 * 06-01-01 Marc Boucher <[email protected]>
35 /*-
56 * from this software without specific prior written permission.
124 #define PPPOE_TAG_VENDOR 0x0105 /* vendor specific */
141 #define PPPOE_MAXMTU (ETHERMTU-PPPOE_HEADERLEN-2)
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/bleuart/src/
H A Dble_svc_uart.c10 * http://www.apache.org/licenses/LICENSE-2.0
16 * specific language governing permissions and limitations
64 * The vendor specific "bleuart" service consists of one write no-rsp characteristic
66 * o "write no-rsp": a single-byte characteristic that can be written only
67 * over a non-encrypted connection
68 * o "read": a single-byte characteristic that can always be read only via
72 /* {6E400001-B5A3-F393-E0A9-E50E24DCCA9E} */
77 /* {6E400002-B5A3-F393-E0A9-E50E24DCCA9E} */
83 /* {6E400003-B5A3-F393-E0A9-E50E24DCCA9E} */
122 struct os_mbuf *om = ctxt->om; in gatt_svr_chr_access_uart_write()
[all …]
/nrf52832-nimble/rt-thread/libcpu/c-sky/ck802/
H A Dcore_ck802.c3 * This file is part of RT-Thread RTOS
4 * COPYRIGHT (C) 2006 - 2017, RT-Thread Development Team
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22 * 2017-01-01 Urey first version
38 - Core VIC Functions
39 - Core CORET Functions
40 - Core Register Access Functions
77 \details Enables a device-specific interrupt in the NVIC interrupt controller.
82 NVIC->ISER[0U] = (uint32_t)(1UL << (((uint32_t)(int32_t)IRQn) & 0x1FUL)); in drv_nvic_enable_irq()
84 NVIC->ISSR[0U] = (uint32_t)(1UL << (((uint32_t)(int32_t)IRQn) & 0x1FUL)); in drv_nvic_enable_irq()
[all …]
/nrf52832-nimble/rt-thread/components/CMSIS/Include/
H A Dcore_cm0.h3 * @brief CMSIS Cortex-M0 Core Peripheral Access Layer Header File
10 /* Copyright (c) 2009 - 2013 ARM LIMITED
15 - Redistributions of source code must retain the above copyright
17 - Redistributions in binary form must reproduce the above copyright
20 - Neither the name of ARM nor the names of its contributors may be used
22 specific prior written permission.
35 ---------------------------------------------------------------------------*/
49 /** \page CMSIS_MISRA_Exceptions MISRA-C:2004 Compliance Exceptions
50 CMSIS violates the following MISRA-C:2004 rules:
58 \li Advisory Rule 19.7, Function-like macro defined.<br>
[all …]
H A Dcore_cm0plus.h3 * @brief CMSIS Cortex-M0+ Core Peripheral Access Layer Header File
10 /* Copyright (c) 2009 - 2013 ARM LIMITED
15 - Redistributions of source code must retain the above copyright
17 - Redistributions in binary form must reproduce the above copyright
20 - Neither the name of ARM nor the names of its contributors may be used
22 specific prior written permission.
35 ---------------------------------------------------------------------------*/
49 /** \page CMSIS_MISRA_Exceptions MISRA-C:2004 Compliance Exceptions
50 CMSIS violates the following MISRA-C:2004 rules:
58 \li Advisory Rule 19.7, Function-like macro defined.<br>
[all …]

12