Searched refs:accepted (Results 1 – 6 of 6) sorted by relevance
9 In order for your contribution to be accepted, it must comply with the Eclipse Foundation IP policy.
1104 uint8_t accepted; member
311 performance counter errors. Valid inputs are the values accepted by
508 alloc_socket(struct netconn *newconn, int accepted) in alloc_socket() argument512 LWIP_UNUSED_ARG(accepted); in alloc_socket()537 … sockets[i].sendevent = (NETCONNTYPE_GROUP(newconn->type) == NETCONN_TCP ? (accepted != 0) : 1); in alloc_socket()
544 alloc_socket(struct netconn *newconn, int accepted) in alloc_socket() argument548 LWIP_UNUSED_ARG(accepted); in alloc_socket()573 … sockets[i].sendevent = (NETCONNTYPE_GROUP(newconn->type) == NETCONN_TCP ? (accepted != 0) : 1); in alloc_socket()