Searched refs:pcap_text (Results 1 – 1 of 1) sorted by relevance
25 #define yytext pcap_text377 extern char *pcap_text;378 #define yytext_ptr pcap_text2708 char *pcap_text; variable2869 #define ECHO do { if (fwrite( pcap_text, pcap_leng, 1, pcap_out )) {} } while (0)3303 bpf_error("%s not supported", pcap_text);3623 return pcap_text[0];3658 { yylval.e = pcap_ether_aton(((char *)pcap_text)+1);3666 { yylval.e = pcap_ether_aton((char *)pcap_text);3674 { yylval.i = stoi((char *)pcap_text); return NUM; }[all …]