Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dnetbuf.h56 u16_t toport_chksum; member
90 #define netbuf_destport(buf) (((buf)->flags & NETBUF_FLAG_DESTADDR) ? (buf)->toport_chksum
94 (buf)->toport_chksum = chksum; } while(0)
/lib/liblwip/src/api/
Dnetbuf.c70 buf->toport_chksum = 0; in netbuf_new()
Dapi_msg.c189 buf->toport_chksum = udphdr->dest;
1142 msg->msg.b->flags & NETBUF_FLAG_CHKSUM, msg->msg.b->toport_chksum);
1146 msg->msg.b->flags & NETBUF_FLAG_CHKSUM, msg->msg.b->toport_chksum);