Re: Using DDP
Re: Using DDP
- Subject: Re: Using DDP
- From: Jessica Vazquez <email@hidden>
- Date: Wed, 23 Oct 2002 13:15:41 -0700
From atproto.h:
"The functions ddp_open(), ddp_close(), atproto_open() and
adspproto_open() have been replaced by standard BSD socket
functions, e.g. socket(AF_APPLETALK, SOCK_RAW, [ddp type]);
See AppleTalk/nbp_send.c for an example of how these functions
are used"
and
"The rtmp_netinfo() function has been replaced by the
AIOCGETIFCFG ioctl.
See AppleTalk/nbp_send.c for an example of how this ioctl is used."
Check out the AppleTalk library for the samples.
Jessica
On 10/23/02 7:10 AM, "Stefan Heinsen" <email@hidden> wrote:
>
I am trying to compile netatalk in OSX, but i getting linker-errors:
>
_ddp_open, _ddp_close and _rtmp_netinfo are not defined.
>
i tried to link against all frameworks, but can't find it. it should
>
be in the system framework i think. can someone help me finding
>
the right library?
>
>
the other posibility in netatalk is to use bsd-sockets, but when
>
i use
>
s = socket(AF_APPLETALK, SOCK_DGRAM, 0);
>
then s == -1 and errno is set to -43 (not implemented) which
>
is hard to believe since its appletalk ;)
>
is there something wrong with the socket-call?
>
>
any help?
>
>
>
thanks in advance
>
>
Stefan Heinsen
>
_______________________________________________
>
macnetworkprog mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.
References: | |
| >Using DDP (From: Stefan Heinsen <email@hidden>) |