Lines Matching refs:pcap_text
25 #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; }
3680 yylval.s = sdup((char *)pcap_text); return HID; }
3691 if (getaddrinfo(pcap_text, NULL, &hints, &res))
3692 bpf_error("bogus IPv6 address %s", pcap_text);
3695 yylval.s = sdup((char *)pcap_text); return HID6;
3698 bpf_error("IPv6 address %s not supported", pcap_text);
3705 { bpf_error("bogus ethernet address %s", pcap_text); }
3831 yylval.s = sdup((char *)pcap_text); return ID; }
3836 { yylval.s = sdup((char *)pcap_text + 1); return ID; }
3842 bpf_error("illegal token: %s", pcap_text); }
3847 { bpf_error("illegal char '%c'", *pcap_text); }
4626 pcap_text[pcap_leng] = (yy_hold_char); \
4627 (yy_c_buf_p) = pcap_text + yyless_macro_arg; \