Searched defs:_compiler_state (Results 1 – 1 of 1) sorted by relevance
246 struct _compiler_state { struct247 jmp_buf top_ctx;248 pcap_t *bpf_pcap;250 struct icode ic;252 int snaplen;254 int linktype;255 int prevlinktype;256 int outermostlinktype;258 bpf_u_int32 netmask;259 int no_optimize;[all …]