Home
last modified time | relevance | path

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

/external/libpcap/
Dscanner.h252 int pcap_lex_init (yyscan_t* scanner);
Dscanner.c2857 int pcap_lex_init (yyscan_t* scanner);
4889 int pcap_lex_init(yyscan_t* ptr_yy_globals) in pcap_lex_init() function
Dgencode.c718 if (pcap_lex_init(&scanner) != 0) in pcap_compile()