Home
last modified time | relevance | path

Searched refs:in_score_src_t (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/netinet/
H A Din_selsrc.c71 const in_score_src_t sn_score_src;
86 static in_score_src_t name_to_score_src(const char *);
87 static const char *score_src_to_name(const in_score_src_t);
88 static void in_score(const in_score_src_t *, int *, int *,
244 in_score(const in_score_src_t *score_src, int *score, int *scorelenp, in in_score()
297 const in_score_src_t *score_src; in in_getifa()
390 static in_score_src_t
403 score_src_to_name(const in_score_src_t score_src) in score_src_to_name()
447 in_score_src_t score_src; in in_set_selectsrc()
448 in_score_src_t scorers[IN_SCORE_SRC_MAX]; in in_set_selectsrc()
H A Din_selsrc.h7 typedef int (*in_score_src_t)(const struct in_addr *src, typedef
13 in_score_src_t iss_score_src[IN_SCORE_SRC_MAX];