Searched refs:accepted (Results 1 – 4 of 4) sorted by relevance
110 int accepted = 1; in icmp_input() local114 accepted = 0; in icmp_input()120 accepted = 0; in icmp_input()124 if (!accepted) { in icmp_input()
123 incoming connection is accepted, the function specified with the146 Inform lwIP that an incoming connection has been accepted. This would
243 alloc_socket(struct netconn *newconn, int accepted) in alloc_socket() argument262 sockets[i].sendevent = (newconn->type == NETCONN_TCP ? (accepted != 0) : 1); in alloc_socket()
2703 2006-10-26 Christiaan Simons (accepted patch by Jonathan Larmour)2747 Partially accepted patch #5449 for ANSI C compatibility / build fixes.