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

1234

/freebsd-10.0-release/sys/netinet/
H A Dif_atm.h42 struct rtentry;
45 void atm_rtrequest(int, struct rtentry *, struct rt_addrinfo *);
46 int atmresolve(struct rtentry *, struct mbuf *, const struct sockaddr *,
H A Dtoecore.h48 int (*tod_connect)(struct toedev *, struct socket *, struct rtentry *,
92 struct rtentry *, struct rtentry *);
H A Din_rmx.c66 struct rtentry *rt = (struct rtentry *)treenodes;
111 struct rtentry *rt = (struct rtentry *)rn;
151 struct rtentry *rt = (struct rtentry *)rn;
194 struct rtentry *rt = (struct rtentry *)rn;
402 struct rtentry *rt = (struct rtentry *)r
[all...]
H A Dif_ether.h118 int arpresolve(struct ifnet *ifp, struct rtentry *rt, struct mbuf *m,
H A Din_var.h424 struct rtentry;
463 struct rtentry *in_rtalloc1(struct sockaddr *, int, u_long, u_int);
467 struct sockaddr *, struct sockaddr *, int, struct rtentry **, u_int);
473 int in_rtrequest1(int, struct rt_addrinfo *, struct rtentry **, u_int);
H A Dtoecore.c76 struct rtentry *rt __unused, struct sockaddr *nam __unused)
137 struct rtentry *rt0 __unused, struct rtentry *rt1 __unused)
441 toe_route_redirect_event(void *arg __unused, struct rtentry *rt0,
442 struct rtentry *rt1, struct sockaddr *sa)
/freebsd-10.0-release/sys/net/
H A Dradix_mpath.h45 struct rtentry;
50 struct rtentry *rt_mpath_matchgate(struct rtentry *, struct sockaddr *);
51 int rt_mpath_conflict(struct radix_node_head *, struct rtentry *,
57 int rt_mpath_deldup(struct rtentry *, struct rtentry *);
H A Dradix_mpath.c84 struct rtentry *rt;
87 rt = (struct rtentry *)rn;
94 struct rtentry *
95 rt_mpath_matchgate(struct rtentry *rt, struct sockaddr *gate)
105 rt = (struct rtentry *)rn;
122 return (struct rtentry *)rn;
130 rt_mpath_deldup(struct rtentry *headrt, struct rtentry *rt)
156 rt_mpath_conflict(struct radix_node_head *rnh, struct rtentry *rt,
160 struct rtentry *rt
[all...]
H A Droute.h50 struct rtentry *ro_rt;
115 struct rtentry { struct
118 * XXX struct rtentry must begin with a struct radix_node (or two!)
120 * to a 'struct rtentry *'
312 mtx_init(&(_rt)->rt_mtx, "rtentry", NULL, MTX_DEF | MTX_DUPOK)
369 void rt_newaddrmsg(int, struct ifaddr *, int, struct rtentry *);
370 void rt_newaddrmsg_fib(int, struct ifaddr *, int, struct rtentry *, int);
372 int rt_setgate(struct rtentry *, struct sockaddr *, struct sockaddr *);
380 * rtalloc1() returns a locked rtentry
382 * rtfree() and RTFREE_LOCKED() require a locked rtentry
[all...]
H A Dflowtable.h75 void flowtable_route_flush(struct flowtable *ft, struct rtentry *rt);
H A Droute.c123 * Convert a 'struct radix_node *' to a 'struct rtentry *'.
125 * 'struct rtentry' starts with two 'struct radix_node''s, the first
132 #define RNTORT(p) ((struct rtentry *)(p))
214 V_rtzone = uma_zcreate("rtentry", sizeof(struct rtentry), NULL, NULL,
306 struct rtentry *rt;
322 struct rtentry *rt;
341 struct rtentry *
348 struct rtentry *
354 struct rtentry *newr
[all...]
H A Dif_faith.c89 static void faithrtrequest(int, struct rtentry *, struct rt_addrinfo *);
193 struct rtentry *rt = NULL;
244 struct rtentry *rt;
323 struct rtentry *rt;
H A Dif_disc.c68 static void discrtrequest(int, struct rtentry *, struct rt_addrinfo *);
185 discrtrequest(int cmd, struct rtentry *rt, struct rt_addrinfo *info)
H A Dif_loop.c102 static void lortrequest(int, struct rtentry *, struct rt_addrinfo *);
217 struct rtentry *rt = NULL;
393 lortrequest(int cmd, struct rtentry *rt, struct rt_addrinfo *info)
/freebsd-10.0-release/sys/netinet6/
H A Dtcp6_var.h77 struct rtentry *tcp_rtlookup6(struct in_conninfo *);
H A Din6_rmx.c108 struct rtentry *rt = (struct rtentry *)treenodes;
143 struct rtentry *rt2;
202 struct rtentry *rt = (struct rtentry *)rn;
311 struct sockaddr *mask, int flags, struct rtentry **ret_nrt, u_int fibnum)
331 struct rtentry *
H A Dnd6.h404 void nd6_nud_hint(struct rtentry *, struct in6_addr *, int);
405 int nd6_resolve(struct ifnet *, struct rtentry *, struct mbuf *,
407 void nd6_rtrequest(int, struct rtentry *, struct rt_addrinfo *);
412 struct sockaddr_in6 *, struct rtentry *);
414 struct sockaddr_in6 *, struct rtentry *, struct llentry *,
H A Din6_src.c132 struct rtentry **, int, u_int);
531 struct ifnet **retifp, struct rtentry **retrt, int norouteok, u_int fibnum)
535 struct rtentry *rt = NULL;
677 ro->ro_rt = (struct rtentry *)NULL;
679 if (ro->ro_rt == (struct rtentry *)NULL) {
779 struct rtentry *rt = NULL;
839 struct ifnet **retifp, struct rtentry **retrt)
850 struct ifnet **retifp, struct rtentry **retrt, u_int fibnum)
/freebsd-10.0-release/usr.sbin/IPXrouted/
H A Dtable.h58 #define rtentry ortentry macro
65 struct rtentry rtu_rt;
/freebsd-10.0-release/sys/i386/ibcs2/
H A Dibcs2_socksys.h76 #define IBCS2_SIOCADDRT _IOW('R', 9, struct rtentry)
77 #define IBCS2_SIOCDELRT _IOW('R', 10, struct rtentry)
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-sunatm.c44 struct rtentry;
/freebsd-10.0-release/contrib/ipfilter/
H A Dip_fil.c24 struct rtentry;
36 struct sockaddr *, struct rtentry *, char *));
38 struct sockaddr *, struct rtentry *, char *));
41 struct sockaddr *, struct rtentry *));
43 struct sockaddr *, struct rtentry *));
132 struct rtentry *rt;
152 struct rtentry *rt;
/freebsd-10.0-release/usr.bin/netstat/
H A Droute.c117 struct rtentry rtentry; variable in typeref:struct:rtentry
129 static void size_cols_rtentry(struct rtentry *rt);
139 static void p_rtentry(struct rtentry *);
316 if (kget(rn, rtentry) != 0)
318 size_cols_rtentry(&rtentry);
330 size_cols_rtentry(struct rtentry *rt)
459 if (kget(rn, rtentry) == 0) {
460 p_rtentry(&rtentry);
760 p_rtentry(struct rtentry *r
[all...]
/freebsd-10.0-release/contrib/traceroute/
H A Difaddrlist.c50 struct rtentry;
/freebsd-10.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.h241 int iwch_ep_redirect(void *ctx, struct rtentry *old, struct rtentry *new, struct l2t_entry *l2t);

Completed in 149 milliseconds

1234