Home
last modified time | relevance | path

Searched refs:cnt_match (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/core/src/
H A Dtcp.c31 int rc, cnt_match, socktype; in DetectStreamType() local
35 cnt_match = 0; in DetectStreamType()
54 cnt_match++; // count the number of matched sockets in DetectStreamType()
60 if (cnt_match > 0) in DetectStreamType()
H A Dapi.c992 int cnt_match = 0; in mtcp_connect() local
1083 cnt_match = 0; in mtcp_connect()
1092 cnt_match++; in mtcp_connect()
1097 if (mtcp->num_msp > 0 && cnt_match > 0) { in mtcp_connect()