Home
last modified time | relevance | path

Searched full:acceptable (Results 1 – 25 of 32) sorted by relevance

12

/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/
H A Dkconfig.in37 The acceptable options depend on what tool is being called.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dtcp_in.c646 /* 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 Dtcp_in.c531 /* 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 Dtcp_in.c741 /* 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 Dsensor.h598 * 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 Dcbc_mode.h52 * methods for generating IVs are acceptable, provided that the
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_nfct.h278 * @note Parameter validation for length and acceptable values.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml230 Request did not receive any acceptable Friend Offers.
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dauth.c1002 * 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 Dppp.h201 …unsigned int null_login :1; /* Username of "" and a password of "" are acceptable */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dlpn.c755 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 Dppp.h205 …unsigned int null_login :1; /* Username of "" and a password of "" are acceptable */
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dnodemgmt.c24 * @minsize: Minimum acceptable size of allocation
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_ctrl.c325 * 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 Dble_l2cap_sig.c382 /* 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 Dauth.c1681 * acceptable, and iff so, set the list of acceptable IP addresses
H A Dppp.c1332 * 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 Dauth.c1681 * acceptable, and iff so, set the list of acceptable IP addresses
H A Dppp.c1351 * 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 Dip.c403 /* 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 Dip4.c486 /* 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 Dip6.c498 /* 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 Dip4.c541 /* 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 Dip6.c627 /* start trying with inp. if that's not acceptable, start walking the
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/src/
H A Dble_phy.c612 * to be scheduled 1 or 2 ticks too late so we'll miss it - it's acceptable in ble_phy_set_start_now()

12