Lines Matching refs:fp
164 struct pcap_etherent *pcap_next_etherent(FILE * fp) in pcap_next_etherent() argument
174 c = skip_space(fp); in pcap_next_etherent()
182 c = skip_line(fp); in pcap_next_etherent()
190 c = getc(fp); in pcap_next_etherent()
195 c = getc(fp); in pcap_next_etherent()
200 c = getc(fp); in pcap_next_etherent()
208 c = skip_line(fp); in pcap_next_etherent()
211 c = skip_space(fp); in pcap_next_etherent()
219 c = skip_line(fp); in pcap_next_etherent()
230 c = getc(fp); in pcap_next_etherent()
236 (void) skip_line(fp); in pcap_next_etherent()