OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:npfd_log_t
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/npf/npfd/
npfd.h
43
typedef struct npfd_log
npfd_log_t
;
typedef in typeref:struct:npfd_log
45
npfd_log_t
* npfd_log_create(const char *, const char *, const char *, int);
46
void npfd_log_destroy(
npfd_log_t
*);
47
int npfd_log_getsock(
npfd_log_t
*);
48
bool npfd_log_file_reopen(
npfd_log_t
*, bool);
49
bool npfd_log_pcap_reopen(
npfd_log_t
*);
50
int npfd_log(
npfd_log_t
*);
51
void npfd_log_stats(
npfd_log_t
*);
52
void npfd_log_flush(
npfd_log_t
*);
npfd_log.c
64
npfd_log_setfilter(
npfd_log_t
*ctx)
81
npfd_log_gethdr(
npfd_log_t
*ctx, struct pcap_file_header*hdr)
115
npfd_log_getsnaplen(
npfd_log_t
*ctx)
126
npfd_log_validate(
npfd_log_t
*ctx)
212
npfd_log_t
*
216
npfd_log_t
*ctx;
245
npfd_log_pcap_reopen(
npfd_log_t
*ctx)
295
npfd_log_file_reopen(
npfd_log_t
*ctx, bool die)
330
npfd_log_destroy(
npfd_log_t
*ctx)
340
npfd_log_getsock(
npfd_log_t
*ctx
[
all
...]
npfd.c
75
npfd_event_loop(
npfd_log_t
*log, int delay)
218
npfd_log_t
*log = npfd_log_create(filename, iface, filter, snaplen);
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025