Searched refs:pcap_t (Results 51 - 71 of 71) sorted by relevance

123

/freebsd-12-stable/contrib/libpcap/
H A Dsf-pcapng.c207 * Per-pcap_t private data.
250 static void pcap_ng_cleanup(pcap_t *p);
251 static int pcap_ng_next_packet(pcap_t *p, struct pcap_pkthdr *hdr,
278 read_block(FILE *fp, pcap_t *p, struct block_cursor *cursor, char *errbuf)
413 get_opthdr_from_block_data(pcap_t *p, struct block_cursor *cursor, char *errbuf)
459 process_idb_options(pcap_t *p, struct block_cursor *cursor, uint64_t *tsresol,
590 add_interface(pcap_t *p, struct block_cursor *cursor, char *errbuf)
763 pcap_t *
773 pcap_t *p;
873 * Allocate a pcap_t fo
[all...]
H A Dpcap-dlpi.c152 static int dlpromiscon(pcap_t *, bpf_u_int32);
189 pcap_read_dlpi(pcap_t *p, int cnt, pcap_handler callback, u_char *user)
255 pcap_inject_dlpi(pcap_t *p, const void *buf, size_t size)
334 pcap_cleanup_dlpi(pcap_t *p)
498 pcap_activate_dlpi(pcap_t *p)
984 dlpromiscon(pcap_t *p, bpf_u_int32 level)
1881 pcap_t *
1884 pcap_t *p;
H A Dgencode.c250 pcap_t *bpf_pcap;
464 static int init_linktype(compiler_state_t *, pcap_t *);
706 pcap_compile(pcap_t *p, struct bpf_program *program,
720 * If this pcap_t hasn't been activated, it doesn't have a
725 "not-yet-activated pcap_t passed to pcap_compile");
747 * filter for this pcap_t; we might be running it from userland
865 pcap_t *p;
1133 init_linktype(compiler_state_t *cstate, pcap_t *p)
H A Doptimize.c2503 * a "pcap_t".
2506 * member of the "pcap_t" with an error message, and return -1;
2510 install_bpf_program(pcap_t *p, struct bpf_program *fp)
/freebsd-12-stable/tools/tools/ether_reflect/
H A Dether_reflect.c72 pcap_t *capture;
/freebsd-12-stable/contrib/libpcap/testprogs/
H A Dopentest.c65 pcap_t *pd;
H A Dcapturetest.c60 static pcap_t *pd;
H A Dfiltertest.c208 pcap_t *pd;
315 error("Can't open fake pcap_t");
H A Dselpolltest.c32 * for a pcap_t.
36 * pcap_t.
64 static pcap_t *pd;
H A Dthreadsignaltest.c73 static pcap_t *pd;
287 error("Can't set event for pcap_t: %s",
H A Dvalgrindtest.c238 pcap_t *pd;
/freebsd-12-stable/contrib/wpa/src/l2_packet/
H A Dl2_packet_freebsd.c37 pcap_t *pcap;
78 pcap_t *pcap = sock_ctx;
/freebsd-12-stable/usr.sbin/wpa/wpa_supplicant/
H A DPacket32.c376 pcap_get_selectable_fd(pcap_t *p)
387 pcap_inject(pcap_t *p, const void *buf, size_t len)
/freebsd-12-stable/contrib/tcpdump/
H A Dtcpdump.c190 static void show_tstamp_types_and_exit(pcap_t *, const char *device) NORETURN;
191 static void show_dlts_and_exit(pcap_t *, const char *device) NORETURN;
229 static pcap_t *pd;
240 pcap_t *pd;
343 show_tstamp_types_and_exit(pcap_t *pc, const char *device)
376 show_dlts_and_exit(pcap_t *pc, const char *device)
984 static pcap_t *
987 pcap_t *pc;
/freebsd-12-stable/contrib/pf/pflogd/
H A Dprivsep.c66 extern pcap_t *hpcap;
H A Dpflogd.c62 pcap_t *hpcap;
/freebsd-12-stable/usr.sbin/ipfwpcap/
H A Dipfwpcap.c167 pcap_t *p;
/freebsd-12-stable/tools/tools/net80211/wesside/dics/
H A Ddics.c309 pcap_t* p;
/freebsd-12-stable/contrib/libpcap/rpcapd/
H A Ddaemon.c109 pcap_t *fp;
264 // the read routine for the pcap_t gets EINTR rather than
1540 pcap_t *fp; // pcap_t main variable
1597 // We're done with the pcap_t.
2106 \brief Received the sampling parameters from remote host and it stores in the pcap_t structure.
2128 // Save these settings in the pcap_t
2267 // for a maximum-size packet for this pcap_t.
/freebsd-12-stable/tools/tools/netmap/
H A Dpkt-gen.c288 pcap_t *p;
1025 pcap_t *file;
1627 pcap_t *p = targ->g->p;
/freebsd-12-stable/usr.sbin/cxgbetool/
H A Dcxgbetool.c3276 parse_offload_policy_line(size_t lno, char *line, size_t llen, pcap_t *pd,
3392 pcap_t *pd;

Completed in 304 milliseconds

123