Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/include/lwip/
A Dudp.h110 u16_t chksum_len_rx, chksum_len_tx; member
/lk-master/external/lib/lwip/api/
A Dsockets.c1840 *(int*)optval = sock->conn->pcb.udp->chksum_len_tx;
2250 sock->conn->pcb.udp->chksum_len_tx = 8;
2252 sock->conn->pcb.udp->chksum_len_tx = (u16_t)*(int*)optval;
/lk-master/external/lib/lwip/core/
A Dudp.c655 chklen_hdr = chklen = pcb->chksum_len_tx;

Completed in 7 milliseconds