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

/macosx-10.10.1/xnu-2782.1.97/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.c125 #include <net/if_llreach.h>
139 static unsigned int iflr_size; /* size of if_llreach */
140 static struct zone *iflr_zone; /* zone for if_llreach */
143 #define IFLR_ZONE_NAME "if_llreach" /* zone name */
145 static struct if_llreach *iflr_alloc(int);
146 static void iflr_free(struct if_llreach *);
147 static __inline int iflr_cmp(const struct if_llreach *,
148 const struct if_llreach *);
149 static __inline int iflr_reachable(struct if_llreach *, int, u_int64_t);
153 RB_GENERATE_PREV(ll_reach_tree, if_llreach, lr_lin
[all...]
H A DMakefile30 if_bridgevar.h ntstat.h iptap.h if_llreach.h \
H A Dif_var.h520 RB_HEAD(ll_reach_tree, if_llreach); /* define struct ll_reach_tree */
H A Dkpi_interface.c49 #include <net/if_llreach.h>
H A Ddlil.c70 #include <net/if_llreach.h>
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din_arp.c80 #include <net/if_llreach.h>
126 struct if_llreach *la_llreach; /* link-layer reachability record */
318 struct if_llreach *lr = la->la_llreach;
340 struct if_llreach *lr = la->la_llreach;
378 struct if_llreach *lr;
454 struct if_llreach *lr;
1004 struct if_llreach *lr;
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dnd6.h91 struct if_llreach *ln_llreach; /* link-layer reachability record */
H A Dnd6_nbr.c80 #include <net/if_llreach.h>
179 struct if_llreach *lr;
2317 struct if_llreach *lr;
H A Dnd6.c89 #include <net/if_llreach.h>
366 struct if_llreach *lr = ln->ln_llreach;
388 struct if_llreach *lr = ln->ln_llreach;
/macosx-10.10.1/network_cmds-457/netstat.tproj/
H A Dif.c72 #include <net/if_llreach.h>
/macosx-10.10.1/xnu-2782.1.97/bsd/conf/
H A Dfiles240 bsd/net/if_llreach.c optional networking

Completed in 150 milliseconds