Searched refs:if_llreach (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_llreach.h83 struct if_llreach { struct
85 RB_ENTRY(if_llreach) lr_link; /* RB tree links */
105 RB_PROTOTYPE_SC_PREV(__private_extern__, ll_reach_tree, if_llreach,
142 extern struct if_llreach *ifnet_llreach_alloc(struct ifnet *, u_int16_t, void *,
144 extern void ifnet_llreach_free(struct if_llreach *);
145 extern int ifnet_llreach_reachable(struct if_llreach *);
146 extern int ifnet_llreach_reachable_delta(struct if_llreach *, u_int64_t);
149 extern u_int64_t ifnet_llreach_up2calexp(struct if_llreach *, u_int64_t);
150 extern u_int64_t ifnet_llreach_up2upexp(struct if_llreach *, u_int64_t);
153 extern void ifnet_lr2ri(struct if_llreach *, struc
[all...]
H A Dif_llreach.c123 #include <net/if_llreach.h>
137 static unsigned int iflr_size; /* size of if_llreach */
138 static struct zone *iflr_zone; /* zone for if_llreach */
141 #define IFLR_ZONE_NAME "if_llreach" /* zone name */
143 static struct if_llreach *iflr_alloc(int);
144 static void iflr_free(struct if_llreach *);
145 static __inline int iflr_cmp(const struct if_llreach *,
146 const struct if_llreach *);
147 static __inline int iflr_reachable(struct if_llreach *, int, u_int64_t);
151 RB_GENERATE_PREV(ll_reach_tree, if_llreach, lr_lin
[all...]
H A DMakefile37 if_bridgevar.h ntstat.h iptap.h if_llreach.h
42 ntstat.h iptap.h if_llreach.h flowadv.h
H A Dif_var.h495 RB_HEAD(ll_reach_tree, if_llreach); /* define struct ll_reach_tree */
H A Dkpi_interface.c48 #include <net/if_llreach.h>
H A Ddlil.c65 #include <net/if_llreach.h>
/darwin-on-arm/xnu/bsd/netinet/
H A Din_arp.c80 #include <net/if_llreach.h>
134 struct if_llreach *la_llreach; /* link-layer reachability record */
299 struct if_llreach *lr = la->la_llreach;
321 struct if_llreach *lr = la->la_llreach;
359 struct if_llreach *lr;
434 struct if_llreach *lr;
/darwin-on-arm/xnu/bsd/conf/
H A DMakefile.template145 if_llreach.o \
H A Dfiles249 bsd/net/if_llreach.c optional networking
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_nbr.c82 #include <net/if_llreach.h>
184 struct if_llreach *lr;
2259 struct if_llreach *lr;
H A Dnd6.h94 struct if_llreach *ln_llreach; /* link-layer reachability record */
H A Dnd6.c91 #include <net/if_llreach.h>
328 struct if_llreach *lr = ln->ln_llreach;
350 struct if_llreach *lr = ln->ln_llreach;

Completed in 112 milliseconds