Searched refs:if_llreach (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215.1.10/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, 133 extern void ifnet_llreach_free(struct if_llreach *); 134 extern int ifnet_llreach_reachable(struct if_llreach *); 135 extern int ifnet_llreach_reachable_delta(struct if_llreach *, u_int64_t); 139 extern u_int64_t ifnet_llreach_up2calexp(struct if_llreach *, u_int64_t); 140 extern u_int64_t ifnet_llreach_up2upexp(struct if_llreach *, u_int64_t); 143 extern void ifnet_lr2ri(struct if_llreach *, struct rt_reach_info *); [all …]
|
| H A D | if_llreach.c | 137 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 D | Makefile | 66 if_llreach.h \
|
| H A D | if_var_private.h | 559 RB_HEAD(ll_reach_tree, if_llreach); /* define struct ll_reach_tree */
|
| /xnu-11215.1.10/bsd/netinet/ |
| H A D | in_arp.c | 132 struct if_llreach *la_llreach; /* link-layer reachability record */ 383 struct if_llreach *lr = la->la_llreach; in arp_llinfo_get_ri() 405 struct if_llreach *lr = la->la_llreach; in arp_llinfo_get_iflri() 467 struct if_llreach *lr; in arp_llreach_reachable() 545 struct if_llreach *lr; in arp_llreach_alloc() 1292 struct if_llreach *lr; in arp_lookup_ip()
|
| /xnu-11215.1.10/bsd/netinet6/ |
| H A D | nd6.h | 95 struct if_llreach *ln_llreach; /* link-layer reachability record */
|
| H A D | nd6_nbr.c | 192 struct if_llreach *__single lr; in nd6_llreach_alloc() 2559 struct if_llreach *__single lr = NULL; in nd6_alt_node_present()
|
| H A D | nd6.c | 357 struct if_llreach *__single lr = ln->ln_llreach; in nd6_llinfo_get_ri() 379 struct if_llreach *__single lr = ln->ln_llreach; in nd6_llinfo_get_iflri()
|
| /xnu-11215.1.10/bsd/conf/ |
| H A D | files | 221 bsd/net/if_llreach.c optional networking bound-checks
|