| /components/net/lwip/lwip-2.0.3/src/core/ipv4/ |
| A D | ip4_frag.c | 350 int valid = 1; in ip_reass_chain_frag_into_datagram_and_validate() local 386 valid = 0; in ip_reass_chain_frag_into_datagram_and_validate() 413 valid = 0; in ip_reass_chain_frag_into_datagram_and_validate() 431 valid = 0; in ip_reass_chain_frag_into_datagram_and_validate() 447 if (valid) { in ip_reass_chain_frag_into_datagram_and_validate() 451 valid = 0; in ip_reass_chain_frag_into_datagram_and_validate() 459 valid = 0; in ip_reass_chain_frag_into_datagram_and_validate() 467 if (valid) { in ip_reass_chain_frag_into_datagram_and_validate() 505 int valid; in ip4_reass() local 587 if (valid == IP_REASS_VALIDATE_PBUF_DROPPED) { in ip4_reass() [all …]
|
| /components/net/lwip/lwip-2.1.2/src/core/ipv4/ |
| A D | ip4_frag.c | 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() 478 if (valid) { in ip_reass_chain_frag_into_datagram_and_validate() 511 int valid; in ip4_reass() local 599 if (valid == IP_REASS_VALIDATE_PBUF_DROPPED) { in ip4_reass() [all …]
|
| /components/net/lwip/lwip-2.0.3/src/core/ipv6/ |
| A D | ip6_frag.c | 266 u8_t valid = 1; in ip6_reass() local 443 valid = 0; in ip6_reass() 461 valid = 0; in ip6_reass() 497 valid = 0; in ip6_reass() 500 valid = 0; in ip6_reass() 506 while ((q != NULL) && valid) { in ip6_reass() 509 valid = 0; in ip6_reass() 516 if (valid) { in ip6_reass()
|
| /components/net/lwip/lwip-2.1.2/src/core/ipv6/ |
| A D | ip6_frag.c | 280 u8_t valid = 1; in ip6_reass() local 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()
|
| /components/net/lwip/lwip-1.4.1/src/core/ipv4/ |
| A D | ip_frag.c | 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() 443 if (valid) { in ip_reass_chain_frag_into_datagram_and_validate() 457 return valid; in ip_reass_chain_frag_into_datagram_and_validate()
|
| /components/drivers/virtio/ |
| A D | virtio_blk.c | 46 virtio_blk_dev->info[idx[0]].valid = RT_TRUE; in virtio_blk_rw() 67 while (virtio_blk_dev->info[idx[0]].valid) in virtio_blk_rw() 165 virtio_blk_dev->info[id].valid = RT_FALSE; in virtio_blk_isr()
|
| A D | virtio_blk.h | 95 rt_bool_t valid; member
|
| /components/libc/cplusplus/cpp11/gcc/ |
| A D | future | 110 bool valid() { 160 bool valid() const noexcept { return state_->valid(); } 215 bool valid() const noexcept { return state_->valid(); }
|
| A D | thread | 157 //"If either t1 or t2 are not valid thread IDs, the behavior is undefined."
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | sys_arch.txt | 84 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.
|
| A D | mdns.txt | 61 since there is currently no check if the v4 address is valid.
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | sys_arch.txt | 85 Returns 1 if the semaphore is valid, 0 if it is not valid. 155 Returns 1 if the mailbox is valid, 0 if it is not valid.
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | 00history.txt | 312 Fixed f_setlabel() rejects some valid characters for exFAT volume. (appeared at R0.12) 329 …Fixed f_getcwd() cause output buffer overrun when the buffer has a valid drive number. (appeared a…
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | 00history.txt | 312 Fixed f_setlabel() rejects some valid characters for exFAT volume. (appeared at R0.12) 329 …Fixed f_getcwd() cause output buffer overrun when the buffer has a valid drive number. (appeared a…
|
| /components/drivers/pic/ |
| A D | pic-gicv3-its.c | 185 rt_inline void its_encode_valid(struct its_command *cmd, rt_bool_t valid) in its_encode_valid() argument 187 its_mask_encode(&cmd->code[2], !!valid, 63, 63); in its_encode_valid()
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | UPGRADING | 33 … "ip4-address-valid", a netif will now not be used for transmission if not up) -> even a DHCP netif
|
| A D | CHANGELOG | 293 from 'valid address' status 1516 calling sio_read_abort() if the file descriptor is valid. 2013 testing for valid reply 2021 valid DHCP packets -> allow 0.0.0.0 as source address when LWIP_DHCP is 2386 * sockets.c (lwip_accept): check addr isn't NULL. If it's valid, do an 3032 (lwip_)recvfrom with valid "from" and "fromlen" parameters, on a
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | UPGRADING | 68 … "ip4-address-valid", a netif will now not be used for transmission if not up) -> even a DHCP netif
|
| A D | CHANGELOG | 546 from 'valid address' status 1769 calling sio_read_abort() if the file descriptor is valid. 2266 testing for valid reply 2274 valid DHCP packets -> allow 0.0.0.0 as source address when LWIP_DHCP is 2639 * sockets.c (lwip_accept): check addr isn't NULL. If it's valid, do an 3285 (lwip_)recvfrom with valid "from" and "fromlen" parameters, on a
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 560 calling sio_read_abort() if the file descriptor is valid. 1057 testing for valid reply 1065 valid DHCP packets -> allow 0.0.0.0 as source address when LWIP_DHCP is 1430 * sockets.c (lwip_accept): check addr isn't NULL. If it's valid, do an 2076 (lwip_)recvfrom with valid "from" and "fromlen" parameters, on a
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 409 # cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range 1115 # To get valid HTML the header file that includes any scripts and style sheets
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 418 # cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range 1126 # To get valid HTML the header file that includes any scripts and style sheets
|
| A D | lwip.Doxyfile.cmake.in | 418 # cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range 1126 # To get valid HTML the header file that includes any scripts and style sheets
|