Home
last modified time | relevance | path

Searched refs:netgraph (Results 1 – 25 of 76) sorted by relevance

1234

/freebsd-12-stable/lib/libnetgraph/
DMakefile5 LIB= netgraph
7 MAN= netgraph.3
12 INCS= netgraph.h
14 MLINKS+= netgraph.3 NgMkSockNode.3
15 MLINKS+= netgraph.3 NgNameNode.3
16 MLINKS+= netgraph.3 NgSendMsg.3
17 MLINKS+= netgraph.3 NgSendAsciiMsg.3
18 MLINKS+= netgraph.3 NgSendReplyMsg.3
19 MLINKS+= netgraph.3 NgRecvMsg.3
20 MLINKS+= netgraph.3 NgAllocRecvMsg.3
[all …]
/freebsd-12-stable/tools/kerneldoc/subsys/
DDoxyfile-netgraph3 # $FreeBSD: stable/12/tools/kerneldoc/subsys/Doxyfile-netgraph 196511 2009-08-24 13:10:55Z netchild…
8 PROJECT_NAME = "FreeBSD kernel netgraph code"
9 OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/netgraph/
14 INPUT = $(DOXYGEN_SRC_PATH)/netgraph/ $(NOTREVIEWED)
16 GENERATE_TAGFILE = netgraph/netgraph.tag
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/
DBEGEMOT-NETGRAPH.txt32 -- Private MIB for netgraph part of Begemot SNMP daemon.
85 "Name of a netgraph type."
92 "Name of a netgraph node."
99 "Name of a netgraph node."
106 "Name of a netgraph hook."
134 "The name of the netgraph node of this daemon. The name is
136 the empty string to the non-empty string, the netgraph socket
145 "The size of the receive buffers for netgraph messages."
155 "The maximum time to wait for a response to a netgraph message."
164 "The netgraph library debug level. This should be set only
[all …]
DMakefile5 MOD= netgraph
14 LIBADD= netgraph
/freebsd-12-stable/sys/modules/netgraph/bluetooth/h4/
DMakefile4 .PATH: ${SRCTOP}/sys/netgraph/bluetooth/drivers/h4
6 CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include \
7 -I${SRCTOP}/sys/netgraph/bluetooth/drivers/h4
/freebsd-12-stable/sys/modules/netgraph/bluetooth/hci/
DMakefile4 .PATH: ${SRCTOP}/sys/netgraph/bluetooth/hci
6 CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include \
7 -I${SRCTOP}/sys/netgraph/bluetooth/hci
/freebsd-12-stable/sys/modules/netgraph/bluetooth/bt3c/
DMakefile4 .PATH: ${SRCTOP}/sys/netgraph/bluetooth/drivers/bt3c
6 CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include \
7 -I${SRCTOP}/sys/netgraph/bluetooth/drivers/bt3c
/freebsd-12-stable/sys/modules/netgraph/bluetooth/l2cap/
DMakefile4 .PATH: ${SRCTOP}/sys/netgraph/bluetooth/l2cap
6 CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include \
7 -I${SRCTOP}/sys/netgraph/bluetooth/l2cap
/freebsd-12-stable/sys/modules/netgraph/bluetooth/ubt/
DMakefile4 .PATH: ${SRCTOP}/sys/netgraph/bluetooth/drivers/ubt
6 CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include \
7 -I${SRCTOP}/sys/netgraph/bluetooth/drivers/ubt
/freebsd-12-stable/sys/modules/netgraph/bluetooth/ubtbcmfw/
DMakefile4 .PATH: ${SRCTOP}/sys/netgraph/bluetooth/drivers/ubtbcmfw
6 CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include \
7 -I${SRCTOP}/sys/netgraph/bluetooth/drivers/ubtbcmfw
/freebsd-12-stable/sys/modules/netgraph/bluetooth/bluetooth/
DMakefile4 .PATH: ${SRCTOP}/sys/netgraph/bluetooth/common
6 CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include
/freebsd-12-stable/sys/modules/netgraph/bluetooth/socket/
DMakefile4 .PATH: ${SRCTOP}/sys/netgraph/bluetooth/socket
6 CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include
/freebsd-12-stable/tests/sys/netgraph/
DMakefile5 TESTSDIR= ${TESTSBASE}/sys/netgraph
18 LIBADD+= netgraph
/freebsd-12-stable/usr.bin/netstat/
DMakefile61 SRCS+= netgraph.c
62 LIBADD+= netgraph
/freebsd-12-stable/sys/netgraph/
DNOTES1 $FreeBSD: stable/12/sys/netgraph/NOTES 198448 2009-10-24 18:49:17Z ru $
57 - Enhance "netstat" to display all netgraph nodes -- or at least
58 all netgraph socket nodes.
81 - More generally, netgraph code should make liberal use of the
/freebsd-12-stable/sys/netpfil/ipfw/
Dip_fw_table_value.c116 _MCPY(netgraph, IPFW_VTYPE_NETGRAPH); in mask_table_value()
619 v->netgraph = value; in ipfw_import_table_value_legacy()
655 v.netgraph = iv->netgraph; in ipfw_import_table_value_v1()
681 iv.netgraph = v->netgraph; in ipfw_export_table_value_v1()
/freebsd-12-stable/sys/
DREADME.md36 | netgraph | graph-based networking subsystem - `netgraph(4)` |
/freebsd-12-stable/share/examples/jails/
DREADME65 For additional recipes, see share/examples/netgraph for
66 making and hooking together jails using netgraph as the
/freebsd-12-stable/sys/modules/netgraph/
DMakefile.inc4 .PATH: ${SRCTOP}/sys/netgraph
/freebsd-12-stable/sys/modules/netgraph/netgraph/
DMakefile4 KMOD= netgraph
/freebsd-12-stable/usr.sbin/bluetooth/bt3cfw/
DMakefile8 LIBADD+= netgraph
/freebsd-12-stable/usr.sbin/bluetooth/hcseriald/
DMakefile8 LIBADD= netgraph
/freebsd-12-stable/libexec/pppoed/
DMakefile4 LIBADD= netgraph
/freebsd-12-stable/usr.sbin/nghook/
DMakefile8 LIBADD= netgraph
/freebsd-12-stable/share/examples/netgraph/
Dngctl1 # $FreeBSD: stable/12/share/examples/netgraph/ngctl 222179 2011-05-22 14:23:48Z uqs $
23 msg Send a netgraph control message to the node at "path"
48 # the following manually constructed netgraph message would have
147 # If you look in /sys/netgraph/ng_message.h, you will see that a node

1234