/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/ |
H A D | kconfig.in | 37 The acceptable options depend on what tool is being called.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | tcp_in.c | 646 /* RFC 1337: in TIME_WAIT, ignore RST and ACK FINs + any 'acceptable' segments */ 649 * acceptable since we only send ACKs) 656 /* If an incoming segment is not acceptable, an acknowledgment 693 u8_t acceptable = 0; local 700 /* First, determine if the reset is acceptable. */ 703 the RST is acceptable if the ACK field acknowledges the SYN." */ 705 acceptable = 1; 711 acceptable = 1; 722 if (acceptable) {
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | tcp_in.c | 531 /* RFC 1337: in TIME_WAIT, ignore RST and ACK FINs + any 'acceptable' segments */ in tcp_timewait_input() 534 * acceptable since we only send ACKs) in tcp_timewait_input() 541 /* If an incoming segment is not acceptable, an acknowledgment in tcp_timewait_input() 578 u8_t acceptable = 0; in tcp_process() local 585 /* First, determine if the reset is acceptable. */ in tcp_process() 588 acceptable = 1; in tcp_process() 593 acceptable = 1; in tcp_process() 597 if (acceptable) { in tcp_process()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | tcp_in.c | 741 /* RFC 1337: in TIME_WAIT, ignore RST and ACK FINs + any 'acceptable' segments */ 744 * acceptable since we only send ACKs) 754 /* If an incoming segment is not acceptable, an acknowledgment 791 u8_t acceptable = 0; local 800 /* First, determine if the reset is acceptable. */ 803 the RST is acceptable if the ACK field acknowledges the SYN." */ 805 acceptable = 1; 811 acceptable = 1; 822 if (acceptable) {
|
/nrf52832-nimble/rt-thread/components/drivers/sensors/ |
H A D | sensor.h | 598 * acceptable as long as it is not done repeatedly. If the user has been 600 * is not acceptable. 609 * sensor type MUST NOT be reported by the HAL. ie: it is not acceptable 689 * sensor type MUST NOT be reported by the HAL. ie: it is not acceptable
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/ |
H A D | cbc_mode.h | 52 * methods for generating IVs are acceptable, provided that the
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_nfct.h | 278 * @note Parameter validation for length and acceptable values.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 230 Request did not receive any acceptable Friend Offers.
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | auth.c | 1002 * acceptable, and iff so, set the list of acceptable IP addresses
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | ppp.h | 201 …unsigned int null_login :1; /* Username of "" and a password of "" are acceptable */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | lpn.c | 755 BT_WARN("No acceptable Friend Offers received"); in lpn_timeout()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | ppp.h | 205 …unsigned int null_login :1; /* Username of "" and a password of "" are acceptable */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/ |
H A D | nodemgmt.c | 24 * @minsize: Minimum acceptable size of allocation
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll_ctrl.c | 325 * XXX: are the connection update parameters acceptable? If not, we will in ble_ll_ctrl_conn_param_pdu_proc() 326 * need to know before we indicate to the host that they are acceptable. in ble_ll_ctrl_conn_param_pdu_proc()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_l2cap_sig.c | 382 /* Ask application if slave's connection parameters are acceptable. */ in ble_l2cap_sig_update_req_rx()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | auth.c | 1681 * acceptable, and iff so, set the list of acceptable IP addresses
|
H A D | ppp.c | 1332 * ccp_test - whether a given compression method is acceptable for use.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | auth.c | 1681 * acceptable, and iff so, set the list of acceptable IP addresses
|
H A D | ppp.c | 1351 * ccp_test - whether a given compression method is acceptable for use.
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/ |
H A D | ip.c | 403 /* start trying with inp. if that's not acceptable, start walking the
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/ |
H A D | ip4.c | 486 /* start trying with inp. if that's not acceptable, start walking the
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv6/ |
H A D | ip6.c | 498 /* start trying with inp. if that's not acceptable, start walking the in ip6_input()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/ |
H A D | ip4.c | 541 /* start trying with inp. if that's not acceptable, start walking the
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv6/ |
H A D | ip6.c | 627 /* start trying with inp. if that's not acceptable, start walking the
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/src/ |
H A D | ble_phy.c | 612 * to be scheduled 1 or 2 ticks too late so we'll miss it - it's acceptable in ble_phy_set_start_now()
|