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.c851 chklen_hdr = chklen = pcb->chksum_len_tx;
/third_party/lwip/src/api/
Dsockets.c3232 *(int *)optval = sock->conn->pcb.udp->chksum_len_tx; in lwip_getsockopt_impl()
3757 sock->conn->pcb.udp->chksum_len_tx = 8; in lwip_setsockopt_impl()
3759 sock->conn->pcb.udp->chksum_len_tx = (u16_t) * (const int *)optval; in lwip_setsockopt_impl()