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

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Droute.h30 struct rtentry struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Droute.h30 struct rtentry struct
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/pptp/
H A Dpptp.c74 struct rtentry rt;
85 static int route_add(const struct in_addr inetaddr, struct rtentry *rt);
86 static int route_del(struct rtentry *rt);
365 route_ctrl(int ctrl, struct rtentry *rt)
379 route_del(struct rtentry *rt)
390 route_add(const struct in_addr inetaddr, struct rtentry *rt)
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dpptp.c74 static int route_add(const struct in_addr inetaddr, struct rtentry *rt);
75 static int route_del(struct rtentry *rt);
157 struct rtentry rt;
539 route_ctrl(int ctrl, struct rtentry *rt)
553 route_del(struct rtentry *rt)
564 route_add(const struct in_addr inetaddr, struct rtentry *rt)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dsunos_ioctl.c68 case _IOW('r', 10, struct rtentry):
71 case _IOW('r', 11, struct rtentry):
/asus-wl-520gu-7.0.1.45/src/router/infosvr/
H A Dinterface.c89 struct rtentry rt;
95 /* Fill in rtentry */
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dsys-linux.c177 static int read_route_table (struct rtentry *rt);
178 static int defaultroute_exists (struct rtentry *rt);
1331 static int read_route_table (struct rtentry *rt);
1406 static int read_route_table(struct rtentry *rt)
1411 memset (rt, '\0', sizeof (struct rtentry));
1439 static int defaultroute_exists (struct rtentry *rt)
1471 struct rtentry rt;
1497 struct rtentry rt;
1537 struct rtentry rt;
2205 struct rtentry r
[all...]
H A Dsys-sunos4.c987 struct rtentry rt;
1009 struct rtentry rt;
1035 struct rtentry rt;
H A Dsys-solaris.c1916 struct rtentry rt;
1945 struct rtentry rt;
2395 struct rtentry rt;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dsys-linux.c239 static int read_route_table (struct rtentry *rt);
240 static int defaultroute_exists (struct rtentry *rt);
1421 static int read_route_table (struct rtentry *rt);
1496 static int read_route_table(struct rtentry *rt)
1501 memset (rt, '\0', sizeof (struct rtentry));
1529 static int defaultroute_exists (struct rtentry *rt)
1561 struct rtentry rt;
1587 struct rtentry rt;
1629 struct rtentry rt;
2316 struct rtentry r
[all...]
H A Dsys-sunos4.c1104 struct rtentry rt;
1126 struct rtentry rt;
1152 struct rtentry rt;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dsys-linux.c239 static int read_route_table (struct rtentry *rt);
240 static int defaultroute_exists (struct rtentry *rt);
1421 static int read_route_table (struct rtentry *rt);
1496 static int read_route_table(struct rtentry *rt)
1501 memset (rt, '\0', sizeof (struct rtentry));
1529 static int defaultroute_exists (struct rtentry *rt)
1561 struct rtentry rt;
1587 struct rtentry rt;
1629 struct rtentry rt;
2316 struct rtentry r
[all...]
H A Dsys-sunos4.c1104 struct rtentry rt;
1126 struct rtentry rt;
1152 struct rtentry rt;
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Droute.c103 struct rtentry rt;
123 memset((char *) &rt, 0, sizeof(struct rtentry));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dip_fib.h223 struct kern_rta *rta, struct rtentry *r);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dip_fib.h223 struct kern_rta *rta, struct rtentry *r);
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dinterface.c106 struct rtentry rt;
112 /* Fill in rtentry */
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dinterface.c106 struct rtentry rt;
112 /* Fill in rtentry */
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/
H A Dtunnel.c93 static int route_add(const struct in_addr inetaddr, struct rtentry *rt);
94 static int route_del(struct rtentry *rt);
1983 route_ctrl(int ctrl, struct rtentry *rt)
1997 route_del(struct rtentry *rt)
2008 route_add(const struct in_addr inetaddr, struct rtentry *rt)
H A Dl2tp.h136 struct rtentry rt; /* Route added to destination */
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dfib_frontend.c290 struct rtentry r;
301 if (copy_from_user(&r, arg, sizeof(struct rtentry)))
H A Dipconfig.c278 static int __init ic_route_ioctl(unsigned int cmd, struct rtentry *arg)
324 struct rtentry rm;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dsdlamain.c1413 struct rtentry route;
1416 memset((char*)&route,0,sizeof(struct rtentry));
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dsys-linux.c891 struct rtentry rt;
996 struct rtentry rt;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/appletalk/
H A Dddp.c604 static int atrtr_create(struct rtentry *r, struct net_device *devhint)
761 struct rtentry rtdef;
973 struct rtentry rt;

Completed in 156 milliseconds

12