Searched refs:str2tok (Results 1 – 2 of 2) sorted by relevance
/external/libpcap/ |
D | grammar.y | 208 str2tok(const char *str, const struct tok *toks) in str2tok() function 587 | ID { $$ = str2tok($1, ieee80211_types); 608 $$ = str2tok($1, types); 621 $$ = str2tok($1, ieee80211_type_subtypes[i].tok); 640 subtype = str2tok($2, llc_s_subtypes); 644 subtype = str2tok($2, llc_u_subtypes);
|
D | grammar.c | 254 str2tok(const char *str, const struct tok *toks) in str2tok() function 2909 { (yyval.i) = str2tok((yyvsp[0].s), ieee80211_types); in yyparse() 2932 (yyval.i) = str2tok((yyvsp[0].s), types); in yyparse() 2948 (yyval.i) = str2tok((yyvsp[0].s), ieee80211_type_subtypes[i].tok); in yyparse() 2975 subtype = str2tok((yyvsp[0].s), llc_s_subtypes); in yyparse() 2979 subtype = str2tok((yyvsp[0].s), llc_u_subtypes); in yyparse()
|