Home
last modified time | relevance | path

Searched full:require (Results 1 – 25 of 97) sorted by relevance

1234

/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Dpt-doc.txt26 protothread do not require a separate stack. In memory constrained
95 protothreads are very lightweight: a protothread does not require its
101 C and do not require any machine-specific assembler code.
164 purpose. With this implementation, protothreads require 4 bytes of RAM
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dppp_opts.h550 /* CHAP, EAP, L2TP AUTH and MD5 Random require MD5 support */
557 /* MSCHAP require MD4 support */
559 /* MSCHAP require SHA1 support */
561 /* MSCHAP require DES support */
566 /* MPPE require ARC4 support */
H A Dppp.h149 * Other headers require ppp_pcb definition for prototypes, but ppp_pcb
150 * require some structure definition from other headers as well, we are
233 …unsigned int require_mppe :1; /* Require MPPE (Microsoft Point to Point Encryption) */
504 /* Require the use of MPPE (Microsoft Point to Point Encryption). */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dppp_opts.h562 /* CHAP, EAP, L2TP AUTH and MD5 Random require MD5 support */
569 /* MSCHAP require MD4 support */
571 /* MSCHAP require SHA1 support */
573 /* MSCHAP require DES support */
578 /* MPPE require ARC4 support */
H A Dppp.h153 * Other headers require ppp_pcb definition for prototypes, but ppp_pcb
154 * require some structure definition from other headers as well, we are
237 …unsigned int require_mppe :1; /* Require MPPE (Microsoft Point to Point Encryption) */
508 /* Require the use of MPPE (Microsoft Point to Point Encryption). */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dauth.c161 /* Set if we require authentication only because we have a default route. */
227 bool auth_required = 0; /* Always require authentication from peer */
278 "Require authentication from peer", OPT_PRIO | 1 },
280 "Don't require peer to authenticate", OPT_PRIOSUB | OPT_PRIV,
282 { "require-pap", o_bool, &lcp_wantoptions[0].neg_upap,
283 "Require PAP authentication from peer",
286 "Require PAP authentication from peer",
288 { "require-chap", o_bool, &auth_required,
289 "Require CHAP authentication from peer",
293 "Require CHAP authentication from peer",
[all …]
H A Dccp.c113 { "require-mppe", o_bool, &ccp_wantoptions[0].mppe,
114 "require MPPE encryption",
117 "require MPPE encryption",
125 { "require-mppe-40", o_bool, &ccp_allowoptions[0].mppe,
126 "require MPPE 40-bit encryption", OPT_PRIO | OPT_A2OR | MPPE_OPT_40,
129 "require MPPE 40-bit encryption", OPT_PRIO | OPT_A2OR | MPPE_OPT_40,
139 { "require-mppe-128", o_bool, &ccp_allowoptions[0].mppe,
140 "require MPPE 128-bit encryption", OPT_PRIO | OPT_A2OR | MPPE_OPT_128,
143 "require MPPE 128-bit encryption",
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A Dauth.c161 /* Set if we require authentication only because we have a default route. */
227 bool auth_required = 0; /* Always require authentication from peer */
278 "Require authentication from peer", OPT_PRIO | 1 },
280 "Don't require peer to authenticate", OPT_PRIOSUB | OPT_PRIV,
282 { "require-pap", o_bool, &lcp_wantoptions[0].neg_upap,
283 "Require PAP authentication from peer",
286 "Require PAP authentication from peer",
288 { "require-chap", o_bool, &auth_required,
289 "Require CHAP authentication from peer",
293 "Require CHAP authentication from peer",
[all …]
H A Dccp.c113 { "require-mppe", o_bool, &ccp_wantoptions[0].mppe,
114 "require MPPE encryption",
117 "require MPPE encryption",
125 { "require-mppe-40", o_bool, &ccp_allowoptions[0].mppe,
126 "require MPPE 40-bit encryption", OPT_PRIO | OPT_A2OR | MPPE_OPT_40,
129 "require MPPE 40-bit encryption", OPT_PRIO | OPT_A2OR | MPPE_OPT_40,
139 { "require-mppe-128", o_bool, &ccp_allowoptions[0].mppe,
140 "require MPPE 128-bit encryption", OPT_PRIO | OPT_A2OR | MPPE_OPT_128,
143 "require MPPE 128-bit encryption",
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/test/src/
H A Dble_ll_csa2_test.c33 * prn_e and unmapped channel values but those would require extra access in TEST_CASE()
75 * prn_e and unmapped channel values but those would require extra access in TEST_CASE()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dauth.c135 /* Set if we require authentication only because we have a default route. */
177 bool auth_required = 0; /* Always require authentication from peer */
235 { "require-pap", o_bool, &lcp_wantoptions[0].neg_upap,
236 "Require PAP authentication from peer", 1, &auth_required },
238 "Require PAP authentication from peer", 1, &auth_required },
243 { "require-chap", o_bool, &lcp_wantoptions[0].neg_chap,
244 "Require CHAP authentication from peer", 1, &auth_required },
246 "Require CHAP authentication from peer", 1, &auth_required },
262 "Require authentication from peer", 1 },
264 "Don't require peer to authenticate", OPT_PRIV, &allow_any_ip },
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_hs_id.h79 * if you do not require this information.
83 * if you do not require this information.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs_id.c95 * NULL if you do not require this
101 * if you do not require this information.
/nrf52832-nimble/nordic/nrfx/drivers/
H A Dnrfx_common.h212 * Several peripherals (the ones using EasyDMA) require the transfer buffers
227 * Several peripherals (the ones using EasyDMA) require the transfer buffers
/nrf52832-nimble/rt-thread/components/net/uip/
H A Duip-1.0-changelog.txt2 require any underlying multithreading system.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml377 this value may also require increasing the capacity of the
384 require increasing the capacity of the underlying storage
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_uarte.h224 * @note Peripherals using EasyDMA (including UARTE) require the transfer buffers
278 * @note Peripherals using EasyDMA (including UARTE) require the transfer buffers
H A Dnrfx_twis.h251 * @note Peripherals using EasyDMA (including TWIS) require the transfer buffers
286 * @note Peripherals using EasyDMA (including TWIS) require the transfer buffers
H A Dnrfx_spim.h290 * @note Peripherals using EasyDMA (including SPIM) require the transfer buffers
315 * @note Peripherals that use EasyDMA (including SPIM) require the transfer buffers
H A Dnrfx_twim.h251 * @note Peripherals using EasyDMA (including TWIM) require the transfer buffers
338 * @note Peripherals using EasyDMA (including TWIM) require the transfer buffers
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/
H A Dlwipopts.h523 * in seconds. (does not require sockets.c, and will affect tcp.c)
546 * LWIP_SOCKET==1: Enable Socket API (require to use sockets.c)
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/
H A Dlwipopts.h516 * in seconds. (does not require sockets.c, and will affect tcp.c)
539 * LWIP_SOCKET==1: Enable Socket API (require to use sockets.c)
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dmemp_std.h9 * If the include'r doesn't require any special treatment of each of the types
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/priv/
H A Dmemp_std.h17 * If the include'r doesn't require any special treatment of each of the types
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/freertos/include/nimble/
H A Dnimble_npl_os.h70 * complex or require some global state variables and thus are defined in .c

1234