netatalk
4.4.0dev
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
route.h
Go to the documentation of this file.
1
#ifndef ATALKD_ROUTE_H
2
#define ATALKD_ROUTE_H 1
3
4
#include <sys/types.h>
5
6
#ifndef BSD4_4
7
int
route
(
int
,
struct
sockaddr *,
struct
sockaddr *,
int
);
8
#else
/* BSD4_4 */
9
int
route
(
int
,
struct
sockaddr_at
*,
struct
sockaddr_at
*,
int
);
10
#endif
/* BSD4_4 */
11
12
#endif
/* ATALKD_ROUTE_H */
route
int route(int, struct sockaddr *, struct sockaddr *, int)
Definition
route.c:23
sockaddr_at
Definition
at.h:88
etc
atalkd
route.h
Generated by
1.14.0