Home
last modified time | relevance | path

Searched refs:helper (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/src/core/
Dtcp_out.c275 u32_t helper; in tcp_seg_add_chksum() local
277 helper = chksum + *seg_chksum; in tcp_seg_add_chksum()
278 chksum = FOLD_U32T(helper); in tcp_seg_add_chksum()
/lib/liblwip/
DCHANGELOG2517 * api_msg.c: add a "pcb_new" helper function to avoid redundant code, and to add