Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/simple_firewall/
H A Dsimple_firewall.c35 #define SKIP_CHAR(x) while((*x) && !isspace(*x)) x++; macro
137 SKIP_CHAR(temp); /* skip characters */ in ExtractPort()
191 SKIP_CHAR(temp); in ExtractIPAddress()
/mOS-networking-stack/core/src/
H A Dmos_api.c20 #define SKIP_CHAR(x) while((*x) && !isspace(*x)) x++; macro
56 SKIP_CHAR(word); in IsValidFlowRule()
84 SKIP_CHAR(word); in IsValidFlowRule()