Home
last modified time | relevance | path

Searched refs:update (Results 1 – 18 of 18) sorted by relevance

/components/drivers/hwcrypto/
A Dhw_hash.c70 if (ctx && ((struct hwcrypto_hash *)ctx)->ops->update) in rt_hwcrypto_hash_update()
72 … return ((struct hwcrypto_hash *)ctx)->ops->update((struct hwcrypto_hash *)ctx, input, length); in rt_hwcrypto_hash_update()
A Dhw_crc.c97 if (ctx && crc_ctx->ops->update) in rt_hwcrypto_crc_update()
99 return crc_ctx->ops->update(crc_ctx, input, length); in rt_hwcrypto_crc_update()
A Dhw_rng.h24 rt_uint32_t (*update)(struct hwcrypto_rng *ctx); /**< Return a random number */ member
A Dhw_hash.h24 rt_err_t (*update)(struct hwcrypto_hash *hash_ctx, member
A Dhw_rng.c91 return ((struct hwcrypto_rng *)ctx)->ops->update((struct hwcrypto_rng *)ctx); in rt_hwcrypto_rng_update_ctx()
A Dhw_crc.h91 rt_uint32_t (*update)(struct hwcrypto_crc *ctx, member
/components/net/lwip/lwip-2.0.3/
A DREADME.md3 The major jobs following RT-Thread Team. Only update the origin code of lwip 2.0.2 to lwip 2.0.3.
A DUPGRADING2 ports or applications to be changed. Use it to update a port or an
A DCHANGELOG509 * etharp.c: fixed bug #48477 (ARP input packet might update static entry)
863 * tcp_out.c: patch #8237: tcp_rexmit_rto fails to update pcb->unsent_oversize
1755 only update existing entries; internalized some functions
1777 (recv() makes receive window update for data that wasn't received by
3409 * pbuf.c, pbuf.h, etharp.c: Further update to ARP queueing: Changed pbuf_copy()
3497 * ethernetif.c: update netif->input calls to check return value. In older ports,
3806 * tcp.c: Add code to tcp_recved() to send an ACK (window update) immediately,
3911 * Pass-by ARP requests do now update the cache.
4040 * pbuf_dechain() did not update the ->tot_len field of the tail.
/components/net/lwip/lwip-1.4.1/doc/
A Dsavannah.txt41 a while so that Savannah can update its configuration (This can take minutes).
85 cvs update -P -jmerged_from_DEVEL_to_main -jDEVEL
A Dsnmp_agent.txt65 Note you'll might need to adapt you network driver to update
101 An alternative way to update the SNMP uptime timestamp is to do a call like
/components/drivers/usb/cherryusb/
A DREADME_zh.md207 …ryusb_rtt_f1c100s](https://github.com/CherryUSB/cherryusb_rtt_f1c100s)|<= latest | no more update |
210 …h58x |[wch_repo](https://github.com/CherryUSB/cherryusb_wch)|<= v0.10.2/>=v1.5.0 | no more update |
/components/net/lwip/lwip-2.0.3/doc/
A Dsavannah.txt38 a while so that Savannah can update its configuration (This can take minutes).
/components/net/lwip/lwip-2.1.2/doc/
A Dsavannah.txt38 a while so that Savannah can update its configuration (This can take minutes).
/components/net/lwip/lwip-1.4.1/
A DUPGRADING2 ports or applications to be changed. Use it to update a port or an
A DCHANGELOG799 only update existing entries; internalized some functions
821 (recv() makes receive window update for data that wasn't received by
2453 * pbuf.c, pbuf.h, etharp.c: Further update to ARP queueing: Changed pbuf_copy()
2541 * ethernetif.c: update netif->input calls to check return value. In older ports,
2850 * tcp.c: Add code to tcp_recved() to send an ACK (window update) immediately,
2955 * Pass-by ARP requests do now update the cache.
3084 * pbuf_dechain() did not update the ->tot_len field of the tail.
/components/net/lwip/lwip-2.1.2/
A DUPGRADING2 ports or applications to be changed. Use it to update a port or an
A DCHANGELOG762 * etharp.c: fixed bug #48477 (ARP input packet might update static entry)
1116 * tcp_out.c: patch #8237: tcp_rexmit_rto fails to update pcb->unsent_oversize
2008 only update existing entries; internalized some functions
2030 (recv() makes receive window update for data that wasn't received by
3662 * pbuf.c, pbuf.h, etharp.c: Further update to ARP queueing: Changed pbuf_copy()
3750 * ethernetif.c: update netif->input calls to check return value. In older ports,
4059 * tcp.c: Add code to tcp_recved() to send an ACK (window update) immediately,
4164 * Pass-by ARP requests do now update the cache.
4293 * pbuf_dechain() did not update the ->tot_len field of the tail.

Completed in 25 milliseconds