Lines Matching refs:node
5 # messages to a node using ngctl(8).
18 connect Connects hook <peerhook> of the node at <relpath> to <hook>
22 mkpeer Create and connect a new node to the node at "path"
23 msg Send a netgraph control message to the node at "path"
24 name Assign name <name> to the node at <path>
26 rmhook Disconnect hook "hook" of the node at "path"
27 show Show information about the node at <path>
28 shutdown Shutdown the node at <path>
29 status Get human readable status information from the node at <path>
30 types Show information about all installed node types
34 # Now let's create a ng_ksocket(4) node, in the family PF_INET,
39 # Note that ``foo'' is the hook name on the socket node, which can be
41 # node, which tells it what kind of socket to create.
43 # Lets give our ksocket node a global name. How about ``fred'':
57 # Now lets bind the socket associated with the ksocket node to a port
58 # supplied by the system. We do this by sending the ksocket node a
89 # control message, that the originator was the node addressable
126 # hook of ngctl's socket node. Since the packets are getting diverted,
147 # If you look in /sys/netgraph/ng_message.h, you will see that a node
159 # struct nodeinfo nodeinfo; /* node information */
163 # By sending a node the ``listhooks'' command using ngctl, we can see