#include <arpa/inet.h>#include <sys/types.h>#include <sys/time.h>#include <sys/uio.h>#include <errno.h>#include <signal.h>#include <string.h>#include <netatalk/at.h>#include <atalk/netddp.h>#include <atalk/compat.h>#include <atalk/atp.h>#include <atalk/util.h>#include "atp_internals.h"Functions | |
| static int | resend_request (ATP ah) |
| int | atp_rsel (ATP ah, struct sockaddr_at *faddr, int func) |
| Receive ATP packets. | |
| int atp_rsel | ( | ATP | ah, |
| struct sockaddr_at * | faddr, | ||
| int | func ) |
Receive ATP packets.
| ah | open atp handle |
| faddr | address to receive from |
| func | which function(s) to wait for; 0 means request or response |
|
static |