Re: Kernel space sockets

2005-03-18 Thread Josef E. Galea
Juergen Quade wrote:
On Fri, Mar 18, 2005 at 02:53:31PM +0100, Josef E. Galea wrote:
 

Hi,
I'm trying to implement a UDP server in a kernel module. So far I have 
created the struct socket using sock_create_kern(), and used 
sock->ops->bind() on it. Now how do I send UDP datagrams? I looked at 
some code and found the function sock->ops->sendmsg() but I can't figure 
out where to put the destination address. I would appreciate it if 
someone could point me to some tutorial or sample code.
   

Maybe the sample code on this (german) site helps:
http://ezs.kr.hsnr.de/TreiberBuch/Artikel/index.html
Look at "Folge" 16.
 Juergen.
 

Thanks :)
Josef
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Kernel space sockets

2005-03-18 Thread Juergen Quade
On Fri, Mar 18, 2005 at 02:53:31PM +0100, Josef E. Galea wrote:
> Hi,
> 
> I'm trying to implement a UDP server in a kernel module. So far I have 
> created the struct socket using sock_create_kern(), and used 
> sock->ops->bind() on it. Now how do I send UDP datagrams? I looked at 
> some code and found the function sock->ops->sendmsg() but I can't figure 
> out where to put the destination address. I would appreciate it if 
> someone could point me to some tutorial or sample code.

Maybe the sample code on this (german) site helps:

http://ezs.kr.hsnr.de/TreiberBuch/Artikel/index.html

Look at "Folge" 16.

  Juergen.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Kernel space sockets

2005-03-18 Thread Josef E. Galea
Hi,
I'm trying to implement a UDP server in a kernel module. So far I have 
created the struct socket using sock_create_kern(), and used 
sock->ops->bind() on it. Now how do I send UDP datagrams? I looked at 
some code and found the function sock->ops->sendmsg() but I can't figure 
out where to put the destination address. I would appreciate it if 
someone could point me to some tutorial or sample code.

Thanks,
Josef
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Kernel space sockets

2005-03-18 Thread Josef E. Galea
Hi,
I'm trying to implement a UDP server in a kernel module. So far I have 
created the struct socket using sock_create_kern(), and used 
sock-ops-bind() on it. Now how do I send UDP datagrams? I looked at 
some code and found the function sock-ops-sendmsg() but I can't figure 
out where to put the destination address. I would appreciate it if 
someone could point me to some tutorial or sample code.

Thanks,
Josef
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Kernel space sockets

2005-03-18 Thread Juergen Quade
On Fri, Mar 18, 2005 at 02:53:31PM +0100, Josef E. Galea wrote:
 Hi,
 
 I'm trying to implement a UDP server in a kernel module. So far I have 
 created the struct socket using sock_create_kern(), and used 
 sock-ops-bind() on it. Now how do I send UDP datagrams? I looked at 
 some code and found the function sock-ops-sendmsg() but I can't figure 
 out where to put the destination address. I would appreciate it if 
 someone could point me to some tutorial or sample code.

Maybe the sample code on this (german) site helps:

http://ezs.kr.hsnr.de/TreiberBuch/Artikel/index.html

Look at Folge 16.

  Juergen.
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Kernel space sockets

2005-03-18 Thread Josef E. Galea
Juergen Quade wrote:
On Fri, Mar 18, 2005 at 02:53:31PM +0100, Josef E. Galea wrote:
 

Hi,
I'm trying to implement a UDP server in a kernel module. So far I have 
created the struct socket using sock_create_kern(), and used 
sock-ops-bind() on it. Now how do I send UDP datagrams? I looked at 
some code and found the function sock-ops-sendmsg() but I can't figure 
out where to put the destination address. I would appreciate it if 
someone could point me to some tutorial or sample code.
   

Maybe the sample code on this (german) site helps:
http://ezs.kr.hsnr.de/TreiberBuch/Artikel/index.html
Look at Folge 16.
 Juergen.
 

Thanks :)
Josef
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/