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

/external/libpcap/
H A Dscanner.c22 #define yytext pcap_text
198 /* Undo effects of setting up pcap_text. */ \
204 YY_DO_BEFORE_ACTION; /* set up pcap_text again */ \
300 /* yy_hold_char holds the character lost when pcap_text is formed. */
373 extern char *pcap_text;
374 #define yytext_ptr pcap_text
382 * corresponding action - sets up pcap_text.
2697 char *pcap_text; variable
2867 #define ECHO do { if (fwrite( pcap_text, pcap_leng, 1, pcap_out )) {} } while (0)
2937 /* Code executed at the beginning of each rule, after pcap_text an
[all...]

Completed in 423 milliseconds