Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dudp.h110 u16_t chksum_len_rx, chksum_len_tx; member
/external/syslinux/core/lwip/src/api/
Dsockets.c1820 *(int*)optval = sock->conn->pcb.udp->chksum_len_tx;
2223 sock->conn->pcb.udp->chksum_len_tx = 8;
2225 sock->conn->pcb.udp->chksum_len_tx = (u16_t)*(int*)optval;
/external/syslinux/core/lwip/src/core/
Dudp.c582 chklen_hdr = chklen = pcb->chksum_len_tx;