Home
last modified time | relevance | path

Searched refs:chksum_len_tx (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/
Dudp.h106 u16_t chksum_len_rx, chksum_len_tx; member
/third_party/lwip/src/core/
Dudp.c809 chklen_hdr = chklen = pcb->chksum_len_tx; in udp_sendto_if_src_chksum()
/third_party/lwip/src/api/
Dsockets.c3228 *(int *)optval = sock->conn->pcb.udp->chksum_len_tx; in lwip_getsockopt_impl()
3746 sock->conn->pcb.udp->chksum_len_tx = 8; in lwip_setsockopt_impl()
3748 sock->conn->pcb.udp->chksum_len_tx = (u16_t) * (const int *)optval; in lwip_setsockopt_impl()