Home
last modified time | relevance | path

Searched refs:tcp_accepted (Results 1 – 10 of 10) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dtcp.h333 #define tcp_accepted(pcb) do { \ macro
337 #define tcp_accepted(pcb) LWIP_ASSERT("pcb->state == LISTEN (called for wrong pcb?)", \ macro
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dtcp.h389 #define tcp_accepted(pcb) /* compatibility define, not needed any more */ macro
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dtcp.h455 #define tcp_accepted(pcb) do { LWIP_UNUSED_ARG(pcb); } while(0) /* compatibility define, n… macro
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/
H A Dapi_msg.c722 tcp_accepted(conn->pcb.tcp);
1180 tcp_accepted(msg->conn->pcb.tcp);
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/
H A DUPGRADING34 …* Changed TCP listen backlog: removed tcp_accepted(), added the function pair tcp_backlog_delayed(…
H A DCHANGELOG516 have to call tcp_accepted() any more. Instead, when delaying accept (e.g. sockets
2496 applications have to call 'tcp_accepted(pcb)' in their accept callback to
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/
H A DUPGRADING77 …* Changed TCP listen backlog: removed tcp_accepted(), added the function pair tcp_backlog_delayed(…
H A DCHANGELOG733 have to call tcp_accepted() any more. Instead, when delaying accept (e.g. sockets
2713 applications have to call 'tcp_accepted(pcb)' in their accept callback to
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Drawapi.txt144 - void tcp_accepted(struct tcp_pcb *pcb)
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/
H A DCHANGELOG1569 applications have to call 'tcp_accepted(pcb)' in their accept callback to