Searched refs:shut (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/include/lwip2/lwip/priv/
H A Dapi_msg.h120 u8_t shut; member in struct:api_msg::__anon129::__anon135
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Ds_client.c1192 goto shut;
1200 goto shut;
1358 goto shut;
1409 goto shut;
1423 goto shut;
1433 goto shut;
1452 goto shut;
1508 goto shut;
1512 goto shut;
1515 goto shut;
[all...]
/barrelfish-master/lib/lwip2/src/api/
H A Dapi_msg.c822 u8_t shut, shut_rx, shut_tx, close; local
836 shut = conn->current_msg->msg.sd.shut;
837 shut_rx = shut & NETCONN_SHUT_RD;
838 shut_tx = shut & NETCONN_SHUT_WR;
840 (also if RD or WR side was shut down before already) */
841 if (shut == NETCONN_SHUT_RDWR) {
1073 msg->msg.sd.shut = NETCONN_SHUT_RDWR;
1778 ((msg->msg.sd.shut == NETCONN_SHUT_RDWR) || (state != NETCONN_LISTEN))) {
1785 if (msg->msg.sd.shut
[all...]
H A Dapi_lib.c814 API_MSG_VAR_REF(msg).msg.sd.shut = how;
848 * @param conn the TCP netconn to shut down
849 * @param shut_rx shut down the RX side (no more read possible after this)
850 * @param shut_tx shut down the TX side (no more write possible after this)
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembjava.tex1250 class will shut the embedded {\eclipse} down. Once the {\tt destroy}

Completed in 45 milliseconds