Home
last modified time | relevance | path

Searched defs:snd_buf (Results 1 – 5 of 5) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/api/
H A Dtest_sockets.c289 u8_t * snd_buf; in test_sockets_msgapi_tcp() local
483 u8_t snd_buf[4] = {0xDE, 0xAD, 0xBE, 0xEF}; in test_sockets_msgapi_udp() local
558 u8_t snd_buf[4] = {0xDE, 0xAD, 0xBE, 0xEF}; in test_sockets_msgapi_cmsg() local
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dtcp.h232 u16_t snd_buf; /* Available buffer space for sending (in bytes). */ member
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dtcp.h271 tcpwnd_size_t snd_buf; /* Available buffer space for sending (in bytes). */ member
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dtcp.h326 tcpwnd_size_t snd_buf; /* Available buffer space for sending (in bytes). */ member
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/smtp/
H A Dsmtp.c1229 u16_t snd_buf = altcp_sndbuf(pcb); in smtp_send_body() local