Home
last modified time | relevance | path

Searched full:required (Results 1 – 25 of 733) sorted by relevance

12345678910>>...30

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/
H A Dsnmp_mib2_system.c68 … = NULL; /* if writable, points to the same buffer as syscontact (required for correct const…
69 … = NULL; /* if writable, points to the same buffer as syscontact_len (required for correct const…
76 … = NULL; /* if writable, points to the same buffer as sysname (required for correct const…
77 … = NULL; /* if writable, points to the same buffer as sysname_len (required for correct const…
84 … = NULL; /* if writable, points to the same buffer as syslocation (required for correct const…
85 … = NULL; /* if writable, points to the same buffer as syslocation_len (required for correct const…
112 * (this is required because the buffer can be overwritten by snmp-set)
154 * (this is required because the buffer can be overwritten by snmp-set)
195 * (this is required because the buffer can be overwritten by snmp-set)
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/
H A Dsnmp_mib2_system.c68 … = NULL; /* if writable, points to the same buffer as syscontact (required for correct const…
69 … = NULL; /* if writable, points to the same buffer as syscontact_len (required for correct const…
76 … = NULL; /* if writable, points to the same buffer as sysname (required for correct const…
77 … = NULL; /* if writable, points to the same buffer as sysname_len (required for correct const…
84 … = NULL; /* if writable, points to the same buffer as syslocation (required for correct const…
85 … = NULL; /* if writable, points to the same buffer as syslocation_len (required for correct const…
112 * (this is required because the buffer can be overwritten by snmp-set)
154 * (this is required because the buffer can be overwritten by snmp-set)
195 * (this is required because the buffer can be overwritten by snmp-set)
H A Dsnmp_core_priv.h48 …* shall not be used by MIBS anymore, nevertheless required from core for properly answering a v1 r…
54 …* shall not be used by MIBS anymore, nevertheless required from core for properly answering a v1 r…
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Dsys_arch.txt14 sys_arch, but this is not required for the basic lwIP
15 functionality. Previous versions of lwIP required the sys_arch to
21 macros used throughout lwip. The files required and the macros they
39 required for such types can be either allocated in place (globally or on the
190 sys_arch_protect() is only required if your port is supporting an operating
197 more information. This function is only required if your port is supporting
218 Additional files required for the "OS support" emulation layer:
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dbuild.c272 On top of that which is required for deletia, require an extra 2% in jffs2_calc_trigger_levels()
300 D1(printk(KERN_DEBUG "Blocks required to allow deletion: %d (%d KiB)\n", in jffs2_calc_trigger_levels()
302 D1(printk(KERN_DEBUG "Blocks required to allow writes: %d (%d KiB)\n", in jffs2_calc_trigger_levels()
304 D1(printk(KERN_DEBUG "Blocks required to quiesce GC thread: %d (%d KiB)\n", in jffs2_calc_trigger_levels()
306 D1(printk(KERN_DEBUG "Blocks required to allow GC merges: %d (%d KiB)\n", in jffs2_calc_trigger_levels()
308 D1(printk(KERN_DEBUG "Blocks required to GC bad blocks: %d (%d KiB)\n", in jffs2_calc_trigger_levels()
310 D1(printk(KERN_DEBUG "Amount of dirty space required to GC: %d bytes\n", in jffs2_calc_trigger_levels()
/nrf52832-nimble/rt-thread/examples/nanopb/
H A Dsimple.proto5 required int32 lucky_number = 1;
6 required bytes name = 2;
H A Dsimple.pb.c13 … PB_FIELD( 1, INT32 , REQUIRED, STATIC , FIRST, SimpleMessage, lucky_number, lucky_number, 0),
14 PB_FIELD( 2, BYTES , REQUIRED, STATIC , OTHER, SimpleMessage, name, lucky_number, 0),
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/
H A Dlwipopts.h56 /* Minimal changes to opt.h required for tcp unit tests: */
71 /* Minimal changes to opt.h required for etharp unit tests: */
76 /* MIB2 stats are required to check IPv4 reassembly results */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Dsys_arch.txt15 sys_arch, but this is not required for the basic lwIP
21 macros used throughout lwip. The files required and the macros they
38 required for such types can be either allocated in place (globally or on the
226 sys_arch_protect() is only required if your port is supporting an operating
233 more information. This function is only required if your port is supporting
254 Additional files required for the "OS support" emulation layer:
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dsys.c58 * sys_arch, but this is not required for the basic lwIP
64 * macros used throughout lwip. The files required and the macros they
69 * required for such types can be either allocated in place (globally or on the
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/freertos/src/
H A Dnimble_port_freertos.c12 * Unless required by applicable law or agreed to in writing,
35 * Create task where NimBLE LL will run. This one is required as LL has its in nimble_port_freertos_init()
/nrf52832-nimble/rt-thread/
H A DLICENSE140 except as required for reasonable and customary use in describing the
143 7. Disclaimer of Warranty. Unless required by applicable law or
155 unless required by applicable law (such as deliberate and grossly
197 Unless required by applicable law or agreed to in writing, software
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dccp.c531 ppp_error("MPPE required but peer negotiation failed"); in ccp_protrej()
532 lcp_close(pcb, "MPPE required but peer negotiation failed"); in ccp_protrej()
577 * NB: If MPPE is required, all other compression opts are invalid. in ccp_resetci()
592 ppp_error("MPPE required, but auth done in both directions."); in ccp_resetci()
593 lcp_close(pcb, "MPPE required but not available"); in ccp_resetci()
597 ppp_error("MPPE required, but MS-CHAP[v2] auth not performed."); in ccp_resetci()
598 lcp_close(pcb, "MPPE required but not available"); in ccp_resetci()
604 ppp_error("MPPE required, but keys are not available. " in ccp_resetci()
606 lcp_close(pcb, "MPPE required but not available"); in ccp_resetci()
623 ppp_error("MPPE required, but both 40-bit and 128-bit disabled."); in ccp_resetci()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A Dccp.c531 ppp_error("MPPE required but peer negotiation failed"); in ccp_protrej()
532 lcp_close(pcb, "MPPE required but peer negotiation failed"); in ccp_protrej()
577 * NB: If MPPE is required, all other compression opts are invalid. in ccp_resetci()
592 ppp_error("MPPE required, but auth done in both directions."); in ccp_resetci()
593 lcp_close(pcb, "MPPE required but not available"); in ccp_resetci()
597 ppp_error("MPPE required, but MS-CHAP[v2] auth not performed."); in ccp_resetci()
598 lcp_close(pcb, "MPPE required but not available"); in ccp_resetci()
604 ppp_error("MPPE required, but keys are not available. " in ccp_resetci()
606 lcp_close(pcb, "MPPE required but not available"); in ccp_resetci()
623 ppp_error("MPPE required, but both 40-bit and 128-bit disabled."); in ccp_resetci()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Decp.h45 bool required; /* Is ECP required? */ member
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Decp.h38 bool required; /* Is ECP required? */ member
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/
H A Dsyscfg.yml11 # Unless required by applicable law or agreed to in writing,
60 # Lots of smaller mbufs are required for newtmgr using typical BLE ATT MTU
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/test/unit/
H A Dlwipopts.h40 /* Minimal changes to opt.h required for tcp unit tests: */
47 /* Minimal changes to opt.h required for etharp unit tests: */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs_flow.c12 * Unless required by applicable law or agreed to in writing,
32 * immediate event transmission is required.
218 * Sends the HCI commands to the controller required for enabling host flow
/nrf52832-nimble/packages/NimBLE-latest/
H A DLICENSE140 except as required for reasonable and customary use in describing the
143 7. Disclaimer of Warranty. Unless required by applicable law or
155 unless required by applicable law (such as deliberate and grossly
197 Unless required by applicable law or agreed to in writing, software
/nrf52832-nimble/rt-thread/libcpu/avr32/uc3/
H A Dexception_gcc.S209 lda.w r12, rt_thread_switch_interrupt_flag /* Is thread switch required? */
231 lda.w r12, rt_thread_switch_interrupt_flag /* Is thread switch required? */
253 lda.w r12, rt_thread_switch_interrupt_flag /* Is thread switch required? */
275 lda.w r12, rt_thread_switch_interrupt_flag /* Is thread switch required? */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/unit/
H A Dlwipopts.h44 /* Minimal changes to opt.h required for tcp unit tests: */
59 /* Minimal changes to opt.h required for etharp unit tests: */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/fuzz/
H A Dlwipopts.h55 /* Minimal changes to opt.h required for tcp unit tests: */
65 /* Minimal changes to opt.h required for etharp unit tests: */
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/
H A Dble_lp_clock.rst11 describes configuration required for controller to work properly.
58 to accommodate this time. The amount of time required is board
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/fuzz/
H A Dlwipopts.h61 /* Minimal changes to opt.h required for tcp unit tests: */
72 /* Minimal changes to opt.h required for etharp unit tests: */

12345678910>>...30