Searched refs:accepted (Results 1 – 13 of 13) 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()
171 static void accepted(enum accept_stat acpt_stat, struct rpc_err *error) in accepted() function239 accepted((enum accept_stat)msg->acpted_rply.ar_stat, error); in _seterr_reply()
22 int "The maximum length of server data accepted"
281 u8_t accepted; in nd6_input() local305 accepted = 0; in nd6_input()311 accepted = 1; in nd6_input()317 if (!accepted) { in nd6_input()
432 u8_t accepted; in nd6_input() local473 accepted = 0; in nd6_input()479 accepted = 1; in nd6_input()485 if (!accepted) { in nd6_input()
123 incoming connection is accepted, the function specified with the146 Inform lwIP that an incoming connection has been accepted. This would
255 alloc_socket(struct netconn *newconn, int accepted) in alloc_socket() argument274 sockets[i].sendevent = (newconn->type == NETCONN_TCP ? (accepted != 0) : 1); in alloc_socket()
520 alloc_socket(struct netconn *newconn, int accepted) in alloc_socket() argument524 LWIP_UNUSED_ARG(accepted); in alloc_socket()549 … sockets[i].sendevent = (NETCONNTYPE_GROUP(newconn->type) == NETCONN_TCP ? (accepted != 0) : 1); in alloc_socket()
422 alloc_socket(struct netconn *newconn, int accepted) in alloc_socket() argument441 … sockets[i].sendevent = (NETCONNTYPE_GROUP(newconn->type) == NETCONN_TCP ? (accepted != 0) : 1); in alloc_socket()
153 incoming connection is accepted, the function specified with the
215 * Fix bug #52704: DHCP and bad OFFER: Stop timeout only if offer is accepted3902 2006-10-26 Christiaan Simons (accepted patch by Jonathan Larmour)3946 Partially accepted patch #5449 for ANSI C compatibility / build fixes.
2693 2006-10-26 Christiaan Simons (accepted patch by Jonathan Larmour)2737 Partially accepted patch #5449 for ANSI C compatibility / build fixes.
3649 2006-10-26 Christiaan Simons (accepted patch by Jonathan Larmour)3693 Partially accepted patch #5449 for ANSI C compatibility / build fixes.
Completed in 68 milliseconds