Home
last modified time | relevance | path

Searched refs:client_buf_mgmt (Results 1 – 4 of 4) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dsocket.h44 uint8_t client_buf_mgmt: 2, /* controls different buf mgmt modes (client-side) */ member
100 uint8_t client_buf_mgmt: 2, member
/mOS-networking-stack/core/src/
H A Dtcp_stream.c174 sock->monitor_listener->client_buf_mgmt = 0; in DisableBuf()
360 s->monitor_stream->client_buf_mgmt = walk->client_buf_mgmt; in AddMonitorStreamSockets()
638 uint8_t bm = w->monitor_stream->client_buf_mgmt;
H A Dtcp.c163 bm = walk->monitor_stream->monitor_listener->client_buf_mgmt; in CreateMonitorStream()
H A Dapi.c609 monitor->client_buf_mgmt = monitor->server_buf_mgmt = BUFMGMT_FULL; in mtcp_monitor()