Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/bpf/
H A Dsf_grammar.c134 struct tok { struct
139 static const struct tok ieee80211_types[] = { argument
147 static const struct tok ieee80211_mgt_subtypes[] = {
170 static const struct tok ieee80211_ctl_subtypes[] = {
179 static const struct tok ieee80211_data_subtypes[] = {
199 const struct tok *tok; member
209 str2tok(const char *str, const struct tok *toks) in str2tok()
2777 { const struct tok *types = NULL; in yyparse()
2780 if (ieee80211_type_subtypes[i].tok == NULL) { in yyparse()
2786 types = ieee80211_type_subtypes[i].tok; in yyparse()
[all …]