/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | ipcp.h | 61 #define CI_MS_DNS1 129 /* Primary DNS value */ 65 #define CI_MS_WINS1 130 /* Primary WINS value */ 101 unsigned int req_dns1 :1; /* Ask peer to send primary 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 | 65 #define CI_MS_DNS1 129 /* Primary DNS value */ 69 #define CI_MS_WINS1 130 /* Primary WINS value */ 105 unsigned int req_dns1 :1; /* Ask peer to send primary 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 | 64 #define CI_MS_DNS1 129 /* Primary DNS value */ 65 #define CI_MS_WINS1 128 /* Primary WINS value */ 88 u_int req_dns1 : 1; /* Ask peer to send primary DNS address? */ 94 u32_t dnsaddr[2]; /* Primary and secondary MS DNS entries */ 95 u32_t winsaddr[2]; /* Primary and secondary MS WINS entries */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | foundation.h | 118 int bt_mesh_cfg_srv_init(struct bt_mesh_model *model, bool primary); 119 int bt_mesh_health_srv_init(struct bt_mesh_model *model, bool primary); 121 int bt_mesh_cfg_cli_init(struct bt_mesh_model *model, bool primary); 122 int bt_mesh_health_cli_init(struct bt_mesh_model *model, bool primary);
|
H A D | model_cli.c | 257 int bt_mesh_gen_model_cli_init(struct bt_mesh_model *model, bool primary) in bt_mesh_gen_model_cli_init() argument 261 BT_DBG("primary %u", primary); in bt_mesh_gen_model_cli_init()
|
H A D | health_srv.c | 27 /* Health Server context of the primary element */ 379 int bt_mesh_health_srv_init(struct bt_mesh_model *model, bool primary) in bt_mesh_health_srv_init() argument 384 if (!primary) { in bt_mesh_health_srv_init() 404 if (primary) { in bt_mesh_health_srv_init()
|
H A D | health_cli.c | 531 int bt_mesh_health_cli_init(struct bt_mesh_model *model, bool primary) in bt_mesh_health_cli_init() argument 535 BT_DBG("primary %u", primary); in bt_mesh_health_cli_init()
|
H A D | access.c | 34 int (*const init)(struct bt_mesh_model *model, bool primary); 52 bool vnd, bool primary, in bt_mesh_model_foreach() argument 279 bool vnd, bool primary, void *user_data) in mod_init() argument 306 model_init[i].init(mod, primary); in mod_init()
|
H A D | access.h | 39 bool vnd, bool primary,
|
H A D | cfg_cli.c | 1463 int bt_mesh_cfg_cli_init(struct bt_mesh_model *model, bool primary) in bt_mesh_cfg_cli_init() argument 1465 BT_DBG("primary %u", primary); in bt_mesh_cfg_cli_init() 1467 if (!primary) { in bt_mesh_cfg_cli_init() 1468 BT_ERR("Configuration Client only allowed in primary element"); in bt_mesh_cfg_cli_init()
|
H A D | mesh.c | 41 BT_INFO("Primary Element: 0x%04x", addr); in bt_mesh_provision()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | main.h | 149 * assigned the specified NetKeyIndex and primary element address. 152 * @param addr Primary element address. 220 /* Primary Network Key index */ 290 * @param addr Primary element address
|
H A D | model_cli.h | 41 int bt_mesh_gen_model_cli_init(struct bt_mesh_model *model, bool primary);
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | syscfg.yml | 191 Enables the Discover All Primary Services GATT procedure. (0/1) 195 Enables the Discover Primary Services by Service UUID GATT 213 Enables the Discover All Primary Services GATT procedure. (0/1)
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_gatts_reg_test.c | 485 /*** 1 primary. */ in TEST_CASE() 493 /*** 3 primary. */ in TEST_CASE() 507 /*** 1 primary, 1 secondary. */ in TEST_CASE() 518 /*** 1 primary, 1 secondary, 1 include. */ in TEST_CASE()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/infra/ |
H A D | cyg_type.h | 311 // Primary buses are ones very closely tied to the processor, e.g. PCI. 317 // Secondary buses may hang off primary buses, e.g. USB host. 330 // A primary block configuration can be initialized with no need 334 // Per-unit configuration data extracted from primary storage.
|
/nrf52832-nimble/rt-thread/components/net/sal_socket/include/ |
H A D | sal.h | 94 int family; /* primary protocol families type */
|
/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/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_gatt.h | 166 * Initiates GATT procedure: Discover All Primary Services. 179 * Initiates GATT procedure: Discover Primary Service by Service UUID. 570 * o BLE_GATT_SVC_TYPE_PRIMARY - primary service
|
/nrf52832-nimble/rt-thread/documentation/ |
H A D | roadmap-2.1.0.md | 11 … the above No.2 POSIX issue resolved, it's possible to support them. The primary working is the dr…
|
/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() 585 NRFX_LOG_DEBUG("Primary buffer data:"); in nrfx_twi_xfer()
|
H A D | nrfx_twim.c | 497 NRFX_LOG_INFO("Transfer buffers length: primary: %d, secondary: %d.", in nrfx_twim_xfer() 500 NRFX_LOG_DEBUG("Primary buffer data:"); in nrfx_twim_xfer()
|
/nrf52832-nimble/rt-thread/libcpu/xilinx/microblaze/ |
H A D | trap.c | 105 * This function is the primary interrupt handler for the driver. It must be
|
/nrf52832-nimble/rt-thread/src/ |
H A D | idle.c | 17 * combine the code of primary and secondary cpu
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | ipcp.c | 386 /* We take the last 2 values given, the 2nd-last as the primary 388 becomes both primary and secondary. */ 422 /* We take the last 2 values given, the 2nd-last as the primary 424 becomes both primary and secondary. */ 1651 /* Microsoft primary or secondary DNS request */ in ipcp_reqci() 1673 /* Microsoft primary or secondary WINS request */ in ipcp_reqci() 2089 ppp_notice("primary DNS address %I", go->dnsaddr[0]); in ipcp_up()
|