Lines Matching +full:cs +full:- +full:out
1 .\" Copyright (c) 1996-1999 Whistle Communications, Inc.
19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
24 .\" RESULTING FROM OR ARISING OUT OF ANY USE OF THIS SOFTWARE, INCLUDING
29 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
62 .Fn NgNameNode "int cs" "const char *path" "const char *fmt" ...
65 .Fa "int cs" "const char *path" "int cookie" "int cmd" "const void *arg"
69 .Fn NgSendAsciiMsg "int cs" "const char *path" "const char *fmt" ...
72 .Fa "int cs" "const char *path" "struct ng_mesg *msg" "const void *arg"
76 .Fn NgRecvMsg "int cs" "struct ng_mesg *rep" "size_t replen" "char *path"
78 .Fn NgAllocRecvMsg "int cs" "struct ng_mesg **rep" "char *path"
80 .Fn NgRecvAsciiMsg "int cs" "struct ng_mesg *rep" "size_t replen" "char *path"
82 .Fn NgAllocRecvAsciiMsg "int cs" "struct ng_mesg **rep" "char *path"
97 These functions facilitate user-mode program participation in the kernel
99 graph-based networking system, by utilizing the netgraph
112 .No non- Ns Dv NULL ,
142 .Fa cs
158 The unique, non-negative token value chosen for use in the message
198 .Fa cs .
205 .No non- Ns Dv NULL ,
238 .Dv NUL Ns -terminated
254 function writes a data packet out on the specified hook of the node
271 .No non- Ns Dv NULL ,
298 function sets the debug level (if non-negative), and returns the old setting.
347 All other functions return \-1 if there was an error and set
362 .Bl -tag -width Er