Searched refs:if_llreach (Results 1 – 10 of 10) sorted by relevance
| /xnu-8020.101.4/bsd/net/ |
| H A D | if_llreach.h | 72 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 D | if_llreach.c | 137 static ZONE_DEFINE_TYPE(iflr_zone, "if_llreach", struct if_llreach, 140 static struct if_llreach *iflr_alloc(zalloc_flags_t); 141 static void iflr_free(struct if_llreach *); 142 static __inline int iflr_cmp(const struct if_llreach *, 143 const struct if_llreach *); 144 static __inline int iflr_reachable(struct if_llreach *, int, u_int64_t); 148 RB_GENERATE_PREV(ll_reach_tree, if_llreach, lr_link, iflr_cmp); 190 iflr_cmp(const struct if_llreach *a, const struct if_llreach *b) in iflr_cmp() 196 iflr_reachable(struct if_llreach *lr, int cmp_delta, u_int64_t tval) in iflr_reachable() 224 ifnet_llreach_reachable(struct if_llreach *lr) in ifnet_llreach_reachable() [all …]
|
| H A D | Makefile | 64 if_llreach.h \
|
| H A D | if_llatbl.h | 121 struct if_llreach *ln_llreach; /* link-layer reachability record */
|
| H A D | if_var.h | 993 RB_HEAD(ll_reach_tree, if_llreach); /* define struct ll_reach_tree */
|
| /xnu-8020.101.4/bsd/netinet/ |
| H A D | in_arp.c | 132 struct if_llreach *la_llreach; /* link-layer reachability record */ 397 struct if_llreach *lr = la->la_llreach; in arp_llinfo_get_ri() 419 struct if_llreach *lr = la->la_llreach; in arp_llinfo_get_iflri() 480 struct if_llreach *lr; in arp_llreach_reachable() 558 struct if_llreach *lr; in arp_llreach_alloc() 1300 struct if_llreach *lr; in arp_lookup_ip()
|
| /xnu-8020.101.4/bsd/netinet6/ |
| H A D | nd6.h | 95 struct if_llreach *ln_llreach; /* link-layer reachability record */
|
| H A D | nd6_nbr.c | 186 struct if_llreach *lr; in nd6_llreach_alloc() 2534 struct if_llreach *lr = NULL; in nd6_alt_node_present()
|
| H A D | nd6.c | 360 struct if_llreach *lr = ln->ln_llreach; in nd6_llinfo_get_ri() 382 struct if_llreach *lr = ln->ln_llreach; in nd6_llinfo_get_iflri()
|
| /xnu-8020.101.4/bsd/conf/ |
| H A D | files | 271 bsd/net/if_llreach.c optional networking
|