Home
last modified time | relevance | path

Searched full:valid (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_gap.h342 * event. The 'type' field indicates which member of the union is valid.
346 * Represents a connection attempt. Valid for the following event
364 * Represents a terminated connection. Valid for the following event
381 * procedure. Valid for the following event types:
389 * procedure. Valid for the following event types:
396 * Represents a completed discovery procedure. Valid for the following
412 * Represents a completed advertise procedure. Valid for the following
430 /** The handle of the relevant connection - valid if reason=0 */
435 * This field is only valid if non-zero max_events was passed to
448 * Valid for the following event types:
[all …]
H A Dble_l2cap.h109 * event. The 'type' field indicates which member of the union is valid.
113 * Represents a connection attempt. Valid for the following event
133 * Represents a terminated connection. Valid for the following event
146 * Represents connection accept. Valid for the following event
162 * Represents received data. Valid for the following event
H A Dble_store.h125 * object type code to indicate which field is valid.
134 * code to indicate which field is valid.
149 * Additional data related to the event; the valid field is inferred from
154 * Represents a write that failed due to storage exhaustion. Valid for
168 * storage exhaustion. Valid for the following event types:
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/
H A Dip4_frag.c324 /* it wasn't the first, so it must have a valid 'prev' */ in ip_reass_dequeue_datagram()
351 int valid = 1; in ip_reass_chain_frag_into_datagram_and_validate() local
397 valid = 0; in ip_reass_chain_frag_into_datagram_and_validate()
424 valid = 0; in ip_reass_chain_frag_into_datagram_and_validate()
442 valid = 0; in ip_reass_chain_frag_into_datagram_and_validate()
458 if (valid) { in ip_reass_chain_frag_into_datagram_and_validate()
462 valid = 0; in ip_reass_chain_frag_into_datagram_and_validate()
470 valid = 0; in ip_reass_chain_frag_into_datagram_and_validate()
476 /* if still valid, all fragments are received in ip_reass_chain_frag_into_datagram_and_validate()
478 if (valid) { in ip_reass_chain_frag_into_datagram_and_validate()
[all …]
H A Dip4_addr.c87 /** Checks if a netmask is valid (starting with ones, then only zeros)
90 * @return 1 if the netmask is valid, 0 if it is not
111 /* no one after the first zero -> valid */ in ip4_addr_netmask_valid()
134 * Check whether "cp" is a valid ascii representation
136 * Returns 1 if the address is valid, 0 if not.
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/functions/
H A Dmbfunccoils.c88 /* Check if the number of registers to read is valid. If not in eMBFuncReadCoils()
128 * buffer because they are still valid. */ in eMBFuncReadCoils()
139 /* Can't be a valid read coil register request because the length in eMBFuncReadCoils()
192 /* Can't be a valid write coil register request because the length in eMBFuncWriteCoil()
251 * buffer because they are still valid. */ in eMBFuncWriteMultipleCoils()
262 /* Can't be a valid write coil register request because the length in eMBFuncWriteMultipleCoils()
H A Dmbfuncholding.c101 /* Can't be a valid request because the length is incorrect. */ in eMBFuncWriteHoldingRegister()
148 * old values in the buffer because they are still valid. in eMBFuncWriteMultipleHoldingRegister()
160 /* Can't be a valid request because the length is incorrect. */ in eMBFuncWriteMultipleHoldingRegister()
188 /* Check if the number of registers to read is valid. If not in eMBFuncReadHoldingRegister()
224 /* Can't be a valid request because the length is incorrect. */ in eMBFuncReadHoldingRegister()
H A Dmbfuncdisc.c68 /* Check if the number of registers to read is valid. If not in eMBFuncReadDiscreteInputs()
107 * buffer because they are still valid. */ in eMBFuncReadDiscreteInputs()
118 /* Can't be a valid read coil register request because the length in eMBFuncReadDiscreteInputs()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dsettings.c32 valid:1, /* 1 if this entry is valid, 0 if not */ member
112 bool valid; member
509 stored_cfg.valid = false; in cfg_set()
527 stored_cfg.valid = true; in cfg_set()
748 /* Make sure we have valid beacon data to be sent */ in subnet_init()
812 if (cfg && stored_cfg.valid) { in mesh_commit()
822 bt_mesh.valid = 1; in mesh_commit()
1160 if (!update->valid) { in store_pending_keys()
1195 update->valid = 0; in store_pending_keys()
1334 if (bt_mesh.valid) { in store_pending()
[all …]
H A Dmesh.c78 if (!bt_mesh.valid) { in bt_mesh_reset()
86 bt_mesh.valid = 0; in bt_mesh_reset()
131 return bt_mesh.valid; in bt_mesh_is_provisioned()
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/
H A Dexpr.h107 #define SYMBOL_DEF_USER 0x10000 /* symbol.def[S_DEF_USER] is valid */
108 #define SYMBOL_DEF_AUTO 0x20000 /* symbol.def[S_DEF_AUTO] is valid */
109 #define SYMBOL_DEF3 0x40000 /* symbol.def[S_DEF_3] is valid */
110 #define SYMBOL_DEF4 0x80000 /* symbol.def[S_DEF_4] is valid */
154 * valid for: P_SELECT, P_RANGE, P_CHOICE,
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/
H A Dip4_frag.c320 /* it wasn't the first, so it must have a valid 'prev' */ in ip_reass_dequeue_datagram()
345 int valid = 1; in ip_reass_chain_frag_into_datagram_and_validate() local
397 valid = 0; in ip_reass_chain_frag_into_datagram_and_validate()
415 valid = 0; in ip_reass_chain_frag_into_datagram_and_validate()
431 if (valid) { in ip_reass_chain_frag_into_datagram_and_validate()
435 valid = 0; in ip_reass_chain_frag_into_datagram_and_validate()
443 valid = 0; in ip_reass_chain_frag_into_datagram_and_validate()
449 /* if still valid, all fragments are received in ip_reass_chain_frag_into_datagram_and_validate()
451 if (valid) { in ip_reass_chain_frag_into_datagram_and_validate()
462 /* If valid is 0 here, there are some fragments missing in the middle in ip_reass_chain_frag_into_datagram_and_validate()
[all …]
H A Dip4_addr.c87 /** Checks if a netmask is valid (starting with ones, then only zeros)
90 * @return 1 if the netmask is valid, 0 if it is not
111 /* no one after the first zero -> valid */ in ip4_addr_netmask_valid()
144 * Check whether "cp" is a valid ascii representation
146 * Returns 1 if the address is valid, 0 if not.
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/test/
H A Dtest_npl_mempool.c70 * and checking if it is still valid.
94 "ble_npl_memblock_put refused to take valid block."); in test_stress()
96 // "Block still valid after ble_npl_memblock_put."); in test_stress()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Dsys_arch.txt84 Returns 1 if the semaphore is valid, 0 if it is not valid.
118 Returns 1 if the mutes is valid, 0 if it is not valid.
188 Returns 1 if the mailbox is valid, 0 if it is not valid.
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dsys.h124 /** Check if a mutex is valid/allocated: return 1 for valid, 0 for invalid */
155 /** Check if a sempahore is valid/allocated: return 1 for valid, 0 for invalid */
209 /** Check if an mbox is valid/allocated: return 1 for valid, 0 for invalid */
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/
H A Dip_frag.c312 /* it wasn't the first, so it must have a valid 'prev' */ in ip_reass_dequeue_datagram()
337 int valid = 1; in ip_reass_chain_frag_into_datagram_and_validate() local
389 valid = 0; in ip_reass_chain_frag_into_datagram_and_validate()
407 valid = 0; in ip_reass_chain_frag_into_datagram_and_validate()
423 if (valid) { in ip_reass_chain_frag_into_datagram_and_validate()
427 valid = 0; in ip_reass_chain_frag_into_datagram_and_validate()
435 valid = 0; in ip_reass_chain_frag_into_datagram_and_validate()
441 /* if still valid, all fragments are received in ip_reass_chain_frag_into_datagram_and_validate()
443 if (valid) { in ip_reass_chain_frag_into_datagram_and_validate()
454 /* If valid is 0 here, there are some fragments missing in the middle in ip_reass_chain_frag_into_datagram_and_validate()
[all …]
H A Dip_addr.c84 /** Checks if a netmask is valid (starting with ones, then only zeros)
87 * @return 1 if the netmask is valid, 0 if it is not
108 /* no one after the first zero -> valid */ in ip4_addr_netmask_valid()
141 * Check whether "cp" is a valid ascii representation
143 * Returns 1 if the address is valid, 0 if not.
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/gconf/
H A Dgconf.c97 strcat(buf, "valid/"); in dbg_sym_flags()
1219 gboolean valid; in gtktree_iter_find_node() local
1222 valid = gtk_tree_model_iter_children(model2, child, parent); in gtktree_iter_find_node()
1223 while (valid) { in gtktree_iter_find_node()
1237 valid = gtk_tree_model_iter_next(model2, child); in gtktree_iter_find_node()
1253 gboolean valid; in update_tree() local
1261 valid = gtk_tree_model_iter_children(model2, child2, dst); in update_tree()
1268 if (valid) in update_tree()
1287 valid = gtk_tree_model_iter_next(model2, in update_tree()
1290 if (!valid) in update_tree()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dsys.h153 * Check if a mutex is valid/allocated: return 1 for valid, 0 for invalid
202 * Check if a semaphore is valid/allocated: return 1 for valid, 0 for invalid
296 * Check if an mbox is valid/allocated: return 1 for valid, 0 for invalid
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv6/
H A Dip6_frag.c280 u8_t valid = 1; in ip6_reass() local
300 LWIP_ASSERT("not a valid pbuf (ip6_input check missing?)", hdrdiff <= 0xFFFF); in ip6_reass()
301 LWIP_ASSERT("not a valid pbuf (ip6_input check missing?)", hdrdiff >= IP6_HLEN); in ip6_reass()
475 valid = 0; in ip6_reass()
493 valid = 0; in ip6_reass()
533 valid = 0; in ip6_reass()
536 valid = 0; in ip6_reass()
542 while ((q != NULL) && valid) { in ip6_reass()
545 valid = 0; in ip6_reass()
552 if (valid) { in ip6_reass()
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/
H A Dff.h51 #define LD2PT(vol) 0 /* Find first valid partition or in SFD */
146 FSIZE_t objsize; /* Object size (valid when sclust != 0) */
148 DWORD n_cont; /* Size of coutiguous part, clusters - 1 (valid when stat == 3) */
149 DWORD c_scl; /* Containing directory start cluster (valid when sclust != 0) */
150 …DWORD c_size; /* b31-b8:Size of containing directory, b7-b0: Chain status (valid when c_scl != 0)…
151 DWORD c_ofs; /* Offset in the containing directory (valid when sclust != 0) */
235 FR_NO_FILESYSTEM, /* (13) There is no valid FAT volume */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Daccess.h282 * a valid net_buf_simple pointer, with the help of e.g.
284 * contain a valid publication message before calling the
303 * @ref bt_mesh_model_pub.msg with a valid publication
380 * publication message (@ref bt_mesh_model_pub.msg) contains a valid
383 * to make sure that @ref bt_mesh_model_pub.msg contains a valid message
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/
H A Duffs_public.h106 u32 valid:1; //!< 0: valid, 1: invalid member
149 /** uffs_TagsSt.valid */
154 #define TAG_IS_VALID(tag) ((tag)->s.valid == TAG_VALID)
159 #define TAG_VALID_BIT(tag) (tag)->s.valid
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/arch/
H A Dsys_arch.c308 /** Check if a semaphore is valid/allocated:
309 * return 1 for valid, 0 for invalid
384 /** Check if a mutex is valid/allocated:
385 * return 1 for valid, 0 for invalid
547 /** Check if an mbox is valid/allocated:
548 * return 1 for valid, 0 for invalid

12345678910>>...13