Searched refs:rtentry (Results 1 - 25 of 55) sorted by relevance

123

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dif_atm.h71 struct rtentry;
74 void atm_rtrequest(int, struct rtentry *, struct sockaddr *);
75 int atmresolve(struct rtentry *, struct mbuf *, struct sockaddr *,
H A Din_gif.h70 int in_gif_output(struct ifnet *, int, struct mbuf *, struct rtentry *);
H A Din_rmx.c106 struct rtentry *rt = (struct rtentry *)treenodes;
154 struct rtentry *rt2;
186 struct rtentry *rt = (struct rtentry *)rn;
265 struct rtentry *rt = (struct rtentry *)rn;
320 struct rtentry *rt = (struct rtentry *)rn;
482 struct rtentry *r
[all...]
H A Dif_ether.h148 int arpresolve(struct ifnet *, struct rtentry *, struct mbuf *,
149 struct sockaddr *, u_char *, struct rtentry *);
H A Dif_fddi.h111 struct mbuf *, struct sockaddr *, struct rtentry *);
H A Dif_atm.c105 register struct rtentry *rt;
200 rt_mask(rt), 0, (struct rtentry **) 0);
248 register struct rtentry *rt;
H A Din_gif.c107 __unused struct rtentry *rt)
384 struct rtentry *rt;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_gif.h41 int in6_gif_output(struct ifnet *, int, struct mbuf *, struct rtentry *);
H A Dtcp6_var.h83 struct rtentry *tcp_rtlookup6(struct inpcb *);
H A Dnd6.h48 struct rtentry *ln_rt;
371 struct rtentry *nd6_lookup(struct in6_addr *, int, struct ifnet *, int);
375 struct llinfo_nd6 *nd6_free(struct rtentry *);
376 void nd6_nud_hint(struct rtentry *, struct in6_addr *, int);
377 int nd6_resolve(struct ifnet *, struct rtentry *,
379 void nd6_rtrequest(int, struct rtentry *, struct sockaddr *);
381 struct rtentry *nd6_cache_lladdr(struct ifnet *, struct in6_addr *,
384 struct sockaddr_in6 *, struct rtentry *, int);
385 int nd6_storelladdr(struct ifnet *, struct rtentry *, struct mbuf *,
H A Din6_rmx.c148 struct rtentry *rt = (struct rtentry *)treenodes;
190 struct rtentry *rt2;
213 struct rtentry *rt2;
261 struct rtentry *rt = (struct rtentry *)rn;
297 struct rtentry *rt = (struct rtentry *)rn;
353 struct rtentry *rt = (struct rtentry *)r
[all...]
H A Dnd6.c426 struct rtentry *rt;
823 struct rtentry *rt;
838 struct rtentry *
845 struct rtentry *rt;
1020 struct rtentry *rt)
1103 rt_mask(rt), 0, (struct rtentry **)0);
1115 struct rtentry *rt,
1166 struct rtentry *rt,
1436 struct rtentry *rt;
1677 struct rtentry *
[all...]
H A Din6_src.c221 struct rtentry *rt;
252 ro->ro_rt = (struct rtentry *)0;
254 if (ro->ro_rt == (struct rtentry *)0 ||
H A Dnd6_rtr.c103 static void nd6_rtmsg(int, struct rtentry *);
155 struct rtentry *rt = NULL;
481 struct rtentry *rt;
503 struct rtentry *newrt = NULL;
533 struct rtentry *newrt = NULL;
603 struct rtentry *oldrt = NULL;
697 struct rtentry *rt = NULL;
1386 struct rtentry *rt;
1574 struct rtentry *rt = NULL;
1702 struct rtentry *r
[all...]
H A Din6_gif.c88 __unused struct rtentry *rt)
329 struct rtentry *rt;
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Droute.h83 struct rtentry;
85 struct rtentry *ro_rt;
136 struct rtentry { struct
149 struct rtentry *rt_gwroute; /* implied entry for gatewayed routes */
151 struct sockaddr *, struct rtentry *);
153 struct rtentry *rt_parent; /* cloning parent of this route */
229 int rtm_use; /* from rtentry */
244 int rtm_use; /* from rtentry */
347 extern void rt_newaddrmsg(int, struct ifaddr *, int, struct rtentry *);
349 extern int rt_setgate(struct rtentry *, struc
[all...]
H A Dif_disc.c91 struct rtentry *);
92 static void discrtrequest(int cmd, struct rtentry *rt, struct sockaddr *sa);
143 register struct rtentry *rt;
174 struct rtentry *rt;
H A Droute.c111 #define RTD_DEBUG 0x1 /* enable or disable rtentry debug facility */
115 static struct zone *rte_zone; /* special zone for rtentry */
117 #define RTE_ZONE_NAME "rtentry" /* name of rtentry zone */
126 * Debug variant of rtentry structure.
129 struct rtentry rtd_entry; /* rtentry */
130 struct rtentry rtd_entry_saved; /* saved rtentry */
164 static inline struct rtentry *rte_alloc_debu
[all...]
H A Dif_dummy.c114 register struct rtentry *);
115 static void dummyrtrequest(int, struct rtentry *, struct sockaddr *);
172 register struct rtentry *rt;
212 struct rtentry *rt;
H A Dif_atm.h134 struct rtentry *);
H A Drtsock_mip.c39 register struct rtentry *rt;
H A Dif_pppvar.h142 struct sockaddr *dst, struct rtentry *rtp);
H A Dif_var.h300 struct rtentry;
569 (int, struct rtentry *, struct sockaddr *);
574 struct rtentry *ifa_rt; /* XXXX for ROUTETOIF ????? */
H A Dif_loop.c259 register struct rtentry *rt = route;
302 struct rtentry *rt,
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkernel_types.h94 typedef struct rtentry* route_t;

Completed in 123 milliseconds

123