Home
last modified time | relevance | path

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

/freebsd/libexec/rc/rc.d/
H A Dipfw_netflow45 ngctl show netflow: > /dev/null 2>&1 && return 0 || return 1
58 mkpeer ipfw: netflow ${ipfw_netflow_hook} iface0
59 name ipfw:${ipfw_netflow_hook} netflow
60 mkpeer netflow: ksocket export${ipfw_netflow_version} inet/dgram/udp
61 msg netflow: setdlt {iface=0 dlt=12}
62 name netflow:export${ipfw_netflow_version} netflow_export
63 msg netflow:export${ipfw_netflow_version} connect inet/${ipfw_netflow_ip}:${ipfw_netflow_port}
70 ngctl shutdown netflow:
/freebsd/sys/modules/netgraph/netflow/
H A DMakefile5 .PATH: ${SRCTOP}/sys/netgraph/netflow
8 SRCS= ng_netflow.c netflow.c netflow_v9.c opt_inet.h opt_inet6.h opt_route.h
/freebsd/sys/modules/netgraph/
H A DMakefile34 netflow \
/freebsd/sys/netgraph/netflow/
H A Dng_netflow.h407 struct netflow { struct
486 typedef struct netflow *priv_p; argument
H A Dng_netflow.c236 NETGRAPH_INIT(netflow, &ng_netflow_typestruct);
/freebsd/etc/mtree/
H A DBSD.include.dist310 netflow
/freebsd/include/
H A DMakefile63 netgraph/netflow \
/freebsd/sys/conf/
H A Dfiles4288 netgraph/netflow/netflow.c optional netgraph_netflow
4289 netgraph/netflow/netflow_v9.c optional netgraph_netflow
4290 netgraph/netflow/ng_netflow.c optional netgraph_netflow
/freebsd/contrib/tcpdump/
H A DCHANGES753 split netflow 1,6, and 6 dissector up.