Re: netgraph(3) NGM_KSOCKET_BIND

2003-11-19 Thread Crist J. Clark
On Wed, Nov 19, 2003 at 01:14:21PM -0800, John Polstra wrote: > On 19-Nov-2003 Crist J. Clark wrote: > > OK, an easy one. I am trying to do some netgraph(3) coding in > > userland. From how I read the documentation, this should work. Before > > I go learn all of the netraph(4) kernel code to unders

RE: netgraph(3) NGM_KSOCKET_BIND

2003-11-19 Thread John Polstra
On 19-Nov-2003 Crist J. Clark wrote: > OK, an easy one. I am trying to do some netgraph(3) coding in > userland. From how I read the documentation, this should work. Before > I go learn all of the netraph(4) kernel code to understand the error > message, could someone tell me how this is supposed t

netgraph(3) NGM_KSOCKET_BIND

2003-11-19 Thread Crist J. Clark
OK, an easy one. I am trying to do some netgraph(3) coding in userland. From how I read the documentation, this should work. Before I go learn all of the netraph(4) kernel code to understand the error message, could someone tell me how this is supposed to look? I'm sure it's something obvious that