[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rtl] rtnet



On Mon, Dec 04, 2000 at 05:05:38PM +0900, Randolph Lee wrote:
> Hello,
> 
> Currently I'm working on a project using RT Linux for networking. I'm using
> Rtnet V0.9.0. I was wondering if there is an RT function that is similar to
> inet_addr or inet_aton (in arpa/inet.h).
> 


You can use the function in_aton(), which is declared in <linux/inet.h>.
It is RT-safe.

By the way, I'm working on a new home for RTnet, which currently
is just a mailing list, but will soon be a CVS repository as well.
Information can be found at:

http://opensource.lineo.com/mailman/listinfo/rtnet

The list address is <rtnet@opensource.lineo.com>.




dave...