AIX kernel api like socket

Поиск
Список
Период
Сортировка
От dinesh jha
Тема AIX kernel api like socket
Дата
Msg-id 20031010135859.67372.qmail@web20413.mail.yahoo.com
обсуждение исходный текст
Список pgadmin-hackers
Hello,
we are developing a pseudo iscsi driver on AIX.  we
will be giving a character device interface for this
device, thru which the user has to make the ioctl to
send the login information.  On getting the user
details, our driver has to talk to the TCP/IP
subsystem, inside the kernel, thru the socket layer of
kernel.

Here we are facing the problem, as to, how does one
talk to the socket layer, within the kernel.
We could not find any document from IBM websites, to
solve the problem.

We found other ways to talk to the Ethernet card, by
doing fd_open, fd_write etc., but, those could
not be used over here, since, we will get all the
packets thru the Ethernet card, which are not needed.

(we need interface in AIX like sock_create in linux )

Thanks
DD

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: acinclude patch
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: [BUGS] Degrade(character conversion problem)