Go to the source code of this file.
Functions | |
| int | netddp_open (struct sockaddr_at *, struct sockaddr_at *) |
| static int | netddp_close (int filedes) |
| static ssize_t | netddp_sendto (int s, const void *msg, size_t len, int flags, const struct sockaddr *to, socklen_t tolen) |
| static ssize_t | netddp_recvfrom (int s, void *buf, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen) |
this provides a generic interface to the ddp layer. with this, we should be able to interact with any appletalk stack that allows direct access to the ddp layer.
|
inlinestatic |
|
extern |
|
inlinestatic |
|
inlinestatic |