Searched refs:netgraph (Results 1 – 25 of 76) sorted by relevance
1234
5 LIB= netgraph7 MAN= netgraph.312 INCS= netgraph.h14 MLINKS+= netgraph.3 NgMkSockNode.315 MLINKS+= netgraph.3 NgNameNode.316 MLINKS+= netgraph.3 NgSendMsg.317 MLINKS+= netgraph.3 NgSendAsciiMsg.318 MLINKS+= netgraph.3 NgSendReplyMsg.319 MLINKS+= netgraph.3 NgRecvMsg.320 MLINKS+= netgraph.3 NgAllocRecvMsg.3[all …]
3 # $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
32 -- 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 is136 the empty string to the non-empty string, the netgraph socket145 "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 …]
5 MOD= netgraph14 LIBADD= netgraph
4 .PATH: ${SRCTOP}/sys/netgraph/bluetooth/drivers/h46 CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include \7 -I${SRCTOP}/sys/netgraph/bluetooth/drivers/h4
4 .PATH: ${SRCTOP}/sys/netgraph/bluetooth/hci6 CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include \7 -I${SRCTOP}/sys/netgraph/bluetooth/hci
4 .PATH: ${SRCTOP}/sys/netgraph/bluetooth/drivers/bt3c6 CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include \7 -I${SRCTOP}/sys/netgraph/bluetooth/drivers/bt3c
4 .PATH: ${SRCTOP}/sys/netgraph/bluetooth/l2cap6 CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include \7 -I${SRCTOP}/sys/netgraph/bluetooth/l2cap
4 .PATH: ${SRCTOP}/sys/netgraph/bluetooth/drivers/ubt6 CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include \7 -I${SRCTOP}/sys/netgraph/bluetooth/drivers/ubt
4 .PATH: ${SRCTOP}/sys/netgraph/bluetooth/drivers/ubtbcmfw6 CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include \7 -I${SRCTOP}/sys/netgraph/bluetooth/drivers/ubtbcmfw
4 .PATH: ${SRCTOP}/sys/netgraph/bluetooth/common6 CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include
4 .PATH: ${SRCTOP}/sys/netgraph/bluetooth/socket6 CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include
5 TESTSDIR= ${TESTSBASE}/sys/netgraph18 LIBADD+= netgraph
61 SRCS+= netgraph.c62 LIBADD+= netgraph
1 $FreeBSD: stable/12/sys/netgraph/NOTES 198448 2009-10-24 18:49:17Z ru $57 - Enhance "netstat" to display all netgraph nodes -- or at least58 all netgraph socket nodes.81 - More generally, netgraph code should make liberal use of the
116 _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()
36 | netgraph | graph-based networking subsystem - `netgraph(4)` |
65 For additional recipes, see share/examples/netgraph for66 making and hooking together jails using netgraph as the
4 .PATH: ${SRCTOP}/sys/netgraph
4 KMOD= netgraph
8 LIBADD+= netgraph
8 LIBADD= netgraph
4 LIBADD= netgraph
1 # $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 have147 # If you look in /sys/netgraph/ng_message.h, you will see that a node