HomeSort by relevance Sort by last modified time
    Searched defs:shut_tx (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/api/
api_msg.c 738 u8_t shut, shut_rx, shut_tx, close; local
748 shut_tx = shut & NETCONN_SHUT_WR;
764 if (shut_tx) {
793 if (shut_tx) {
    [all...]
sockets.c 1358 u8_t shut_rx = 0, shut_tx = 0; local
    [all...]

Completed in 187 milliseconds