Home
last modified time | relevance | path

Searched refs:route (Results 1 – 25 of 101) sorted by relevance

12345

/dragonfly/sbin/dhclient/
H A Ddhclient-script34 route delete "$1" "$2"
55 route="default"
57 route="$2.0.0.0/$1"
60 route="$2.$3.0.0/$1"
63 route="$2.$3.$4.0/$1"
66 route="$2.$3.$4.$5/$1"
96 route add "$1" -iface "$interface"
98 route add "$1" "$2"
106 route -q delete default
108 route -q add default -iface $router
[all …]
/dragonfly/sys/dev/sound/pci/
H A Daureal.c196 au_wr(au, 0, j, route | (b<<7), 4); in au_addroute()
197 au->y[route]=au->x[a]; in au_addroute()
198 au->x[a]=route; in au_addroute()
199 au->z[route]=a & 0x000000ff; in au_addroute()
200 au_setbit(au->routes, route, 1); in au_addroute()
207 int j=au->z[route]; in au_delroute()
209 au_setbit(au->routes, route, 0); in au_delroute()
210 au->z[route]=0x1f; in au_delroute()
213 au->y[i & 0x7f]=au->y[route]; in au_delroute()
215 if (au->x[j] == route) au->x[j]=au->y[route]; in au_delroute()
[all …]
H A Demu10kx-pcm.c100 int route; member
211 if (sc->route == RT_FRONT) { in emu_dspmixer_init()
279 switch (sc->route) { in emu_dspmixer_set()
317 switch (sc->route) { in emu_dspmixer_set()
827 switch (sc->route) { in emupchan_getcaps()
1301 uintptr_t func, route, r; in emu_pcm_probe() local
1312 switch (route) { in emu_pcm_probe()
1345 uintptr_t route, r, ivar; in emu_pcm_attach() local
1385 sc->route = route; in emu_pcm_attach()
1386 switch (route) { in emu_pcm_attach()
[all …]
/dragonfly/sbin/route/
H A DMakefile4 PROG= route
5 MAN= route.8
6 SRCS= route.c show.c keywords.h
H A Dkeywords2 # $FreeBSD: src/sbin/route/keywords,v 1.4.2.1 2001/10/02 10:04:01 ru Exp $
/dragonfly/sys/netinet/
H A Dip_flow.h46 struct route;
49 void ipflow_create(const struct route *, struct mbuf *);
H A Dip_var.h169 struct route;
207 struct mbuf *, struct route *, int, struct ip_moptions *,
210 ip_rtaddr(struct in_addr, struct route *);
/dragonfly/etc/rc.d/
H A Drouting31 route -n flush
50 route add ${route_args}
62 route change ${route_args}
H A Dnetwork_ipv645 route add -inet6 ::ffff:0.0.0.0 -prefixlen 96 ::1 -reject
46 route add -inet6 ::0.0.0.0 -prefixlen 96 ::1 -reject
/dragonfly/share/examples/slattach/
H A Dunit-command.sh9 route delete default
16 route add default <address2>
/dragonfly/etc/
H A Dpccard_ether43 route add ${route_args}
55 route delete ${route_args}
H A Dnetwork.subr809 # assign IPv6 addr and interface route for 6to4 interface
843 route add -inet6 2002:e000:: -prefixlen 20 ::1 -reject
844 route add -inet6 2002:7f00:: -prefixlen 24 ::1 -reject
845 route add -inet6 2002:0000:: -prefixlen 24 ::1 -reject
846 route add -inet6 2002:ff00:: -prefixlen 24 ::1 -reject
871 route add -inet6 ${ipv6_route_args}
878 # as the default route when there's no router.
906 route add -inet6 fe80:: -prefixlen 10 ::1 -reject
909 route add -inet6 ff02:: -prefixlen 16 ::1 -reject
913 route add -inet6 ff02:: ${laddr} -prefixlen 16 -interface \
[all …]
/dragonfly/sys/net/
H A Droute.h92 struct route { struct
360 void rtalloc (struct route *);
361 void rtalloc_ign (struct route *, u_long);
/dragonfly/sys/netproto/mpls/
H A Dmpls_input.c49 struct route mplsforward_rt[MAXCPU];
178 struct route *cache_rt = &mplsforward_rt[mycpuid]; in mpls_forward()
/dragonfly/sys/net/gre/
H A Dif_gre.c115 static int gre_compute_route(struct gre_softc *sc, struct route *);
208 sc->route_pcpu = kmalloc(netisr_ncpus * sizeof(struct route), M_GRE, in gre_clone_create()
256 struct route *ro; in gre_output_serialized()
700 gre_compute_route(struct gre_softc *sc, struct route *ro) in gre_compute_route()
711 memset(ro, 0, sizeof(struct route)); in gre_compute_route()
774 struct route *ro; in gre_check_route_handler()
/dragonfly/share/examples/ppp/
H A Dppp.linkup.sample20 # It is no longer necessary to re-add the default route here as our
21 # ppp.conf route is `sticky' (see the man page).
/dragonfly/share/examples/startslip/
H A Dsldown.sh3 /sbin/route delete default
H A Dslup.sh16 /sbin/route add default $gateway
/dragonfly/lib/libkinfo/
H A Dkinfo_pcpu.c50 PCPU_STATISTICS_FUNC(route, struct rtstatistics, u_long);
H A Dkinfo.h71 PCPU_STATISTICS_PROT(route, struct rtstatistics);
/dragonfly/tools/tools/net80211/scripts/
H A Dsetup.local13 route flush
/dragonfly/sys/netinet6/
H A Dip6_forward.c149 rtalloc_ign((struct route *)&ip6_forward_rt, in ip6_forward()
174 rtalloc_ign((struct route *)&ip6_forward_rt, RTF_PRCLONING); in ip6_forward()
/dragonfly/usr.bin/netstat/
H A DMakefile5 SRCS= if.c inet.c inet6.c main.c mbuf.c mroute.c route.c \
/dragonfly/sys/net/gif/
H A Dif_gif.h54 struct route gif_ro[SMP_MAXCPU];
/dragonfly/share/examples/netgraph/
H A Dudp.tunnel53 route add ${REM_INSIDE_NET} ${REM_INTERIOR_IP}

12345