Home
last modified time | relevance | path

Searched refs:num_esp (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/core/src/
H A Dsocket.c97 mtcp->num_esp++; in AllocateSocket()
154 mtcp->num_esp--; in FreeSocket()
H A Dip_in.c67 if (mtcp->num_msp == 0 && mtcp->num_esp == 0) { in ProcessInIPv4Packet()
/mOS-networking-stack/core/src/include/
H A Dmtcp.h244 uint32_t num_esp; /* # of MOS_SOCK_STREAM */ member