Searched refs:pcap_dump_ftell (Results 1 – 10 of 10) sorted by relevance
33 pcap_dump_ftell(pcap_dumper_t *p) in pcap_dump_ftell() function
48 extern long pcap_dump_ftell(pcap_dumper_t *);
109 pcap_dump_ftell.c
129 pcap_dump_ftell.c - pcap_dump_ftell() implementation, in case libpcap
88 /* define if libpcap has pcap_dump_ftell() */
357 dnl Check for "pcap_dump_ftell()" and use a substitute version359 AC_CHECK_FUNC(pcap_dump_ftell,362 AC_LIBOBJ(pcap_dump_ftell)
1172 if (pcap_dump_ftell(dump_info->p) > Cflag) { in dump_packet_and_trunc()
9909 /* Define pcap_dump_ftell to an innocuous variant, in case <limits.h> declares pcap_dump_ftell.9914 which can conflict with char pcap_dump_ftell (); below.9932 char pcap_dump_ftell ();9943 return pcap_dump_ftell ();
265 long pcap_dump_ftell(pcap_dumper_t *);
1468 pcap_dump_ftell(pcap_dumper_t *p) in pcap_dump_ftell() function