Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dnetbuf.h66 u16_t toport_chksum; member
100 #define netbuf_destport(buf) (((buf)->flags & NETBUF_FLAG_DESTADDR) ? (buf)->toport_chksum
102 #define netbuf_destport(buf) ((buf)->toport_chksum)
107 (buf)->toport_chksum = chksum; } while(0)
/third_party/lwip/src/api/
Dnetbuf.c136 buf->toport_chksum = 0; in netbuf_free()
Dapi_msg.c266 buf->toport_chksum = udphdr->dest;
1557 … msg->msg.b->flags & NETBUF_FLAG_CHKSUM, msg->msg.b->toport_chksum);
1561 … msg->msg.b->flags & NETBUF_FLAG_CHKSUM, msg->msg.b->toport_chksum);