Home
last modified time | relevance | path

Searched refs:netflow (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/libexec/rc/rc.d/
H A Dipfw_netflow46 ngctl show netflow: > /dev/null 2>&1 && return 0 || return 1
59 mkpeer ipfw: netflow ${ipfw_netflow_hook} iface0
60 name ipfw:${ipfw_netflow_hook} netflow
61 mkpeer netflow: ksocket export${ipfw_netflow_version} inet/dgram/udp
62 msg netflow: setdlt {iface=0 dlt=12}
63 name netflow:export${ipfw_netflow_version} netflow_export
64 msg netflow:export${ipfw_netflow_version} connect inet/${ipfw_netflow_ip}:${ipfw_netflow_port}
71 ngctl shutdown netflow:
/freebsd-12.1/sys/modules/netgraph/netflow/
H A DMakefile6 .PATH: ${SRCTOP}/sys/netgraph/netflow
9 SRCS= ng_netflow.c netflow.c netflow_v9.c opt_inet6.h opt_route.h
/freebsd-12.1/sys/modules/netgraph/
H A DMakefile35 netflow \
/freebsd-12.1/sys/netgraph/netflow/
H A Dng_netflow.h410 struct netflow { struct
489 typedef struct netflow *priv_p; argument
H A Dng_netflow.c237 NETGRAPH_INIT(netflow, &ng_netflow_typestruct);
/freebsd-12.1/etc/mtree/
H A DBSD.include.dist289 netflow
/freebsd-12.1/include/
H A DMakefile57 netgraph/atm netgraph/netflow \
/freebsd-12.1/sys/conf/
H A Dfiles4257 netgraph/netflow/netflow.c optional netgraph_netflow
4258 netgraph/netflow/netflow_v9.c optional netgraph_netflow
4259 netgraph/netflow/ng_netflow.c optional netgraph_netflow
/freebsd-12.1/contrib/tcpdump/
H A DCHANGES337 split netflow 1,6, and 6 dissector up.