Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/bpf/
H A Dgencode.h62 #define Q_HOST 1 macro
/mOS-networking-stack/core/src/bpf/
H A Dsf_gencode.c4621 b1 = gen_host(**alist++, 0xffffffff, proto, Q_OR, Q_HOST);
4624 tmp = gen_host(**alist++, 0xffffffff, proto, Q_OR, Q_HOST);
5934 case Q_HOST:
6283 case Q_HOST:
6422 case Q_HOST:
6447 if ((q.addr == Q_HOST || q.addr == Q_DEFAULT) && q.proto == Q_LINK)
7642 if ((q.addr == Q_HOST || q.addr == Q_DEFAULT) && q.proto == Q_LINK)
H A Dsf_grammar.c2352 { (yyval.i) = Q_HOST; } in yyparse()