/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | ipcp.h | 62 #define CI_MS_DNS2 131 /* Secondary DNS value */ 66 #define CI_MS_WINS2 132 /* Secondary WINS value */ 102 unsigned int req_dns2 :1; /* Ask peer to send secondary DNS address? */ 107 u32_t dnsaddr[2]; /* Primary and secondary MS DNS entries */ 110 u32_t winsaddr[2]; /* Primary and secondary MS WINS entries */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | ipcp.h | 66 #define CI_MS_DNS2 131 /* Secondary DNS value */ 70 #define CI_MS_WINS2 132 /* Secondary WINS value */ 106 unsigned int req_dns2 :1; /* Ask peer to send secondary DNS address? */ 111 u32_t dnsaddr[2]; /* Primary and secondary MS DNS entries */ 114 u32_t winsaddr[2]; /* Primary and secondary MS WINS entries */
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | ipcp.h | 66 #define CI_MS_DNS2 131 /* Secondary DNS value */ 67 #define CI_MS_WINS2 130 /* Secondary WINS value */ 89 u_int req_dns2 : 1; /* Ask peer to send secondary DNS address? */ 94 u32_t dnsaddr[2]; /* Primary and secondary MS DNS entries */ 95 u32_t winsaddr[2]; /* Primary and secondary MS WINS entries */
|
H A D | ipcp.c | 663 IPCPDEBUG(LOG_INFO, ("secondary DNS address %s\n", inet_ntoa(cidnsaddr))); in ipcp_nakci() 1028 /* Microsoft primary or secondary DNS request */ in ipcp_reqci() 1052 /* Microsoft primary or secondary WINS request */ in ipcp_reqci() 1298 IPCPDEBUG(LOG_NOTICE, ("secondary DNS address %s\n", inet_ntoa(go->dnsaddr[1]))); in ipcp_up()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/ |
H A D | README.md | 17 the secondary elements will appear at 0x101, 0x102 and 0x103. 67 health, and onoff. The secondary elements only
|
/nrf52832-nimble/rt-thread/include/ |
H A D | rthw.h | 167 * boot secondary cpu 172 * secondary cpu idle function
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/ |
H A D | README.md | 24 And Secondary element has following models 43 * LED4 is associated with generic Level (Secondary) / Light CTL Temperature value
|
/nrf52832-nimble/rt-thread/libcpu/arm/sep4020/ |
H A D | serial.h | 25 /*For sep4020's uart have several secondary function*/
|
/nrf52832-nimble/rt-thread/libcpu/risc-v/k210/ |
H A D | cpuport_smp.c | 9 * 2018/12/27 Jesven Add secondary cpu boot
|
/nrf52832-nimble/rt-thread/libcpu/unicore32/sep6200/ |
H A D | serial.h | 46 /*For sep6200's uart have several secondary function*/
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_uart.h | 257 * The receive buffer pointer is double buffered in non-blocking mode. The secondary 278 * (and the secondary buffer has already been set
|
H A D | nrfx_uarte.h | 273 * The receive buffer pointer is double buffered in non-blocking mode. The secondary 291 * (and the secondary buffer has already been set
|
/nrf52832-nimble/rt-thread/components/net/sal_socket/include/ |
H A D | sal.h | 95 int sec_family; /* secondary protocol families type */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | ipcp.c | 387 and the last as the secondary. If only one is given it 388 becomes both primary and secondary. */ 394 /* always set the secondary address value. */ 423 and the last as the secondary. If only one is given it 424 becomes both primary and secondary. */ 430 /* always set the secondary address value. */ 1651 /* Microsoft primary or secondary DNS request */ in ipcp_reqci() 1673 /* Microsoft primary or secondary WINS request */ in ipcp_reqci() 2091 ppp_notice("secondary DNS address %I", go->dnsaddr[1]); in ipcp_up()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | ipcp.c | 387 and the last as the secondary. If only one is given it 388 becomes both primary and secondary. */ 394 /* always set the secondary address value. */ 423 and the last as the secondary. If only one is given it 424 becomes both primary and secondary. */ 430 /* always set the secondary address value. */ 1651 /* Microsoft primary or secondary DNS request */ in ipcp_reqci() 1673 /* Microsoft primary or secondary WINS request */ in ipcp_reqci() 2091 ppp_notice("secondary DNS address %I", go->dnsaddr[1]); in ipcp_up()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_gatts_lcl.c | 147 "primary" : "secondary"); in ble_gatt_show_local_svc()
|
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1c/ |
H A D | start_gcc.S | 358 #define CF_7_SE (1 << 3) /* Secondary cache enable */ 359 #define CF_7_SC (1 << 31) /* Secondary cache not present */
|
/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_twi.c | 582 NRFX_LOG_INFO("Transfer buffers length: primary: %d, secondary: %d.", in nrfx_twi_xfer() 588 NRFX_LOG_DEBUG("Secondary buffer data:"); in nrfx_twi_xfer()
|
H A D | nrfx_saadc.c | 69 volatile nrf_saadc_value_t * p_secondary_buffer; ///< Secondary sample buffer. 72 uint16_t secondary_buffer_size; ///< Size of the secondary buffer.
|
H A D | nrfx_twim.c | 497 NRFX_LOG_INFO("Transfer buffers length: primary: %d, secondary: %d.", in nrfx_twim_xfer() 503 NRFX_LOG_DEBUG("Secondary buffer data:"); in nrfx_twim_xfer()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/src/ |
H A D | main.c | 20 * the secondary elements will appear at 0x101, 0x102 and 0x103. 287 * Root and Secondary Element Declarations
|
/nrf52832-nimble/rt-thread/src/ |
H A D | components.c | 17 * 2018-11-22 Jesven Add secondary cpu boot up
|
H A D | idle.c | 17 * combine the code of primary and secondary cpu
|
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-r4/ |
H A D | start_gcc.S | 415 mrc p15, #0, r0, c15, c0, #0 @ Read Secondary Auxiliary Control Register 417 mcr p15, #0, r0, c15, c0, #0 @ Write Secondary Auxiliary Control Register
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_gatts_reg_test.c | 507 /*** 1 primary, 1 secondary. */ in TEST_CASE() 518 /*** 1 primary, 1 secondary, 1 include. */ in TEST_CASE()
|