Home
last modified time | relevance | path

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

/external/libpcap/
Dscanner.c25 #define yytext pcap_text
377 extern char *pcap_text;
378 #define yytext_ptr pcap_text
2708 char *pcap_text; variable
2869 #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 …]