Home
last modified time | relevance | path

Searched refs:if_llreach (Results 1 – 10 of 10) sorted by relevance

/xnu-10002.1.13/bsd/net/
H A Dif_llreach.h72 struct if_llreach { struct
74 RB_ENTRY(if_llreach) lr_link; /* RB tree links */
94 RB_PROTOTYPE_SC_PREV(__private_extern__, ll_reach_tree, if_llreach, argument
130 extern struct if_llreach *ifnet_llreach_alloc(struct ifnet *, u_int16_t, void *,
132 extern void ifnet_llreach_free(struct if_llreach *);
133 extern int ifnet_llreach_reachable(struct if_llreach *);
134 extern int ifnet_llreach_reachable_delta(struct if_llreach *, u_int64_t);
137 extern u_int64_t ifnet_llreach_up2calexp(struct if_llreach *, u_int64_t);
138 extern u_int64_t ifnet_llreach_up2upexp(struct if_llreach *, u_int64_t);
141 extern void ifnet_lr2ri(struct if_llreach *, struct rt_reach_info *);
[all …]
H A Dif_llreach.c137 static KALLOC_TYPE_DEFINE(iflr_zone, struct if_llreach, NET_KT_DEFAULT);
139 static struct if_llreach *iflr_alloc(zalloc_flags_t);
140 static void iflr_free(struct if_llreach *);
141 static __inline int iflr_cmp(const struct if_llreach *,
142 const struct if_llreach *);
143 static __inline int iflr_reachable(struct if_llreach *, int, u_int64_t);
147 RB_GENERATE_PREV(ll_reach_tree, if_llreach, lr_link, iflr_cmp);
189 iflr_cmp(const struct if_llreach *a, const struct if_llreach *b) in iflr_cmp()
195 iflr_reachable(struct if_llreach *lr, int cmp_delta, u_int64_t tval) in iflr_reachable()
223 ifnet_llreach_reachable(struct if_llreach *lr) in ifnet_llreach_reachable()
[all …]
H A DMakefile66 if_llreach.h \
H A Dif_llatbl.h121 struct if_llreach *ln_llreach; /* link-layer reachability record */
H A Dif_var_private.h557 RB_HEAD(ll_reach_tree, if_llreach); /* define struct ll_reach_tree */
/xnu-10002.1.13/bsd/netinet/
H A Din_arp.c132 struct if_llreach *la_llreach; /* link-layer reachability record */
396 struct if_llreach *lr = la->la_llreach; in arp_llinfo_get_ri()
418 struct if_llreach *lr = la->la_llreach; in arp_llinfo_get_iflri()
479 struct if_llreach *lr; in arp_llreach_reachable()
557 struct if_llreach *lr; in arp_llreach_alloc()
1301 struct if_llreach *lr; in arp_lookup_ip()
/xnu-10002.1.13/bsd/netinet6/
H A Dnd6.h95 struct if_llreach *ln_llreach; /* link-layer reachability record */
H A Dnd6_nbr.c189 struct if_llreach *lr; in nd6_llreach_alloc()
2556 struct if_llreach *lr = NULL; in nd6_alt_node_present()
H A Dnd6.c359 struct if_llreach *lr = ln->ln_llreach; in nd6_llinfo_get_ri()
381 struct if_llreach *lr = ln->ln_llreach; in nd6_llinfo_get_iflri()
/xnu-10002.1.13/bsd/conf/
H A Dfiles220 bsd/net/if_llreach.c optional networking