OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NETCONN_CLOSE
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/core/lwip/src/api/
api_msg.c
272
*
netconn_close
waits for conn->sem if closing failed.
286
} else if (conn->state ==
NETCONN_CLOSE
) {
322
} else if (conn->state ==
NETCONN_CLOSE
) {
386
if ((old_state == NETCONN_WRITE) || (old_state ==
NETCONN_CLOSE
) ||
742
LWIP_ASSERT("conn must be in state
NETCONN_CLOSE
", (conn->state ==
NETCONN_CLOSE
));
853
msg->conn->state =
NETCONN_CLOSE
;
[
all
...]
/external/syslinux/core/lwip/src/include/lwip/
api.h
102
NETCONN_CLOSE
235
err_t
netconn_close
(struct netconn *conn);
Completed in 49 milliseconds