Home
last modified time | relevance | path

Searched refs:accepted (Results 1 – 4 of 4) sorted by relevance

/lib/liblwip/src/core/ipv4/
Dicmp.c110 int accepted = 1; in icmp_input() local
114 accepted = 0; in icmp_input()
120 accepted = 0; in icmp_input()
124 if (!accepted) { in icmp_input()
/lib/liblwip/doc/
Drawapi.txt123 incoming connection is accepted, the function specified with the
146 Inform lwIP that an incoming connection has been accepted. This would
/lib/liblwip/src/api/
Dsockets.c243 alloc_socket(struct netconn *newconn, int accepted) in alloc_socket() argument
262 sockets[i].sendevent = (newconn->type == NETCONN_TCP ? (accepted != 0) : 1); in alloc_socket()
/lib/liblwip/
DCHANGELOG2703 2006-10-26 Christiaan Simons (accepted patch by Jonathan Larmour)
2747 Partially accepted patch #5449 for ANSI C compatibility / build fixes.