Searched defs:pcap_ng_sf (Results 1 – 1 of 1) sorted by relevance
227 struct pcap_ng_sf { struct228 uint64_t user_tsresol; /* time stamp resolution requested by the user */229 u_int max_blocksize; /* don't grow buffer size past this */230 bpf_u_int32 ifcount; /* number of interfaces seen in this capture */231 bpf_u_int32 ifaces_size; /* size of array below */232 struct pcap_ng_if *ifaces; /* array of interface information */