1 #ifndef _NETINET_IN_SELSRC_H
2 #define _NETINET_IN_SELSRC_H
4 #define IN_SELECTSRC_LEN 128
5 #define IN_SCORE_SRC_MAX 8
7 typedef int (*in_score_src_t
)(const struct in_addr
*src
,
8 int preference
, int idx
,
9 const struct in_addr
*dst
);
13 in_score_src_t iss_score_src
[IN_SCORE_SRC_MAX
];
17 struct ifnet
*isc_ifp
;
18 struct sysctllog
*isc_log
;
19 struct in_ifselsrc
*isc_selsrc
;
23 IN_CATEGORY_LINKLOCAL
= 0,
28 struct ifaddr
*in_getifa(struct ifaddr
*, const struct sockaddr
*);
30 #endif /* _NETINET_IN_SELSRC_H */