Home
last modified time | relevance | path

Searched refs:w (Results 1 – 6 of 6) sorted by relevance

/lib/liblwip/src/include/ipv4/lwip/
Dinet_chksum.h44 #define SWAP_BYTES_IN_WORD(w) LWIP_PLATFORM_HTONS(w) argument
47 #define SWAP_BYTES_IN_WORD(w) (((w) & 0xff) << 8) | (((w) & 0xff00) >> 8) argument
/lib/liblwip/src/api/
Dapi_msg.c1216 (conn->current_msg->msg.w.apiflags & NETCONN_DONTBLOCK);
1217 u8_t apiflags = conn->current_msg->msg.w.apiflags;
1224 conn->write_offset < conn->current_msg->msg.w.len);
1228 ((s32_t)(sys_now() - conn->current_msg->msg.w.time_started) >= conn->send_timeout)) {
1233 conn->current_msg->msg.w.len = 0;
1237 conn->current_msg->msg.w.len = conn->write_offset;
1242 dataptr = (u8_t*)conn->current_msg->msg.w.dataptr + conn->write_offset;
1243 diff = conn->current_msg->msg.w.len - conn->write_offset;
1269 …ERT("do_writemore: invalid length!", ((conn->write_offset + len) <= conn->current_msg->msg.w.len));
1274 if (dontblock && (len < conn->current_msg->msg.w.len)) {
[all …]
Dapi_lib.c620 msg.msg.msg.w.dataptr = dataptr; in netconn_write_partly()
621 msg.msg.msg.w.apiflags = apiflags; in netconn_write_partly()
622 msg.msg.msg.w.len = size; in netconn_write_partly()
627 msg.msg.msg.w.time_started = sys_now(); in netconn_write_partly()
629 msg.msg.msg.w.time_started = 0; in netconn_write_partly()
644 *bytes_written = msg.msg.msg.w.len; in netconn_write_partly()
/lib/liblwip/src/include/lwip/
Dapi_msg.h95 } w; member
/docs/
DDoxyfile1283 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1971 # doxygen -w latex new_header.tex new_footer.tex new_stylesheet.sty
/lib/liblwip/
DCHANGELOG1872 netconn_write (and therefore also api_msg_msg.msg.w.len) from u16_t into