Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/include/lwip/
A 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)
/lk-master/external/lib/lwip/api/
A Dnetbuf.c70 buf->toport_chksum = 0; in netbuf_new()
A 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);

Completed in 5 milliseconds