Home | History | Annotate | Download | only in libpcap

Lines Matching refs:pcap_restart

163 #define YY_NEW_FILE pcap_restart(yyin ,yyscanner )
274 * (via pcap_restart()), so that the user can continue scanning by
297 void pcap_restart (FILE *input_file ,yyscan_t yyscanner );
4173 pcap_restart(yyin ,yyscanner);
4306 pcap_restart(yyin ,yyscanner);
4344 void pcap_restart (FILE * input_file , yyscan_t yyscanner)
4455 * such as during a pcap_restart() or at EOF.
4469 * called from pcap_restart() or through yy_get_next_buffer.