Home
last modified time | relevance | path

Searched refs:route (Results 26 – 50 of 101) sorted by relevance

12345

/dragonfly/usr.sbin/ppp/
H A Dncp.c98 ncp->route = NULL; in ncp_Init()
434 if (ncp->route) { in ncp_Show()
436 route_ShowSticky(arg->prompt, ncp->route, "Sticky routes", 1); in ncp_Show()
H A DMakefile9 proto.c route.c server.c sig.c slcompress.c sync.c systems.c tcp.c \
H A Dncp.h49 struct sticky_route *route; /* List of dynamic routes */ member
H A Dppp.8.m4731 route using
2203 This route is
3013 of a loopback route.
3075 .Sq sticky route
3081 .Sq stick route
3146 .Xr route 8
3176 .Sq route change
3178 .Xr route 8
3643 .Sq sticky route
5694 .It show route
[all …]
/dragonfly/sys/net/stf/
H A Dif_stf.c125 struct route *route_pcpu;
185 sc->route_pcpu = kmalloc(netisr_ncpus * sizeof(struct route), in stfmodevent()
341 struct route *ro; in stf_output_serialized()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_bsd.c53 int route; /* routing socket for events */ member
1679 global->route = socket(PF_ROUTE, SOCK_RAW, 0); in bsd_global_init()
1680 if (global->route < 0) { in bsd_global_init()
1694 eloop_register_read_sock(global->route, bsd_wireless_event_receive, in bsd_global_init()
1698 eloop_register_read_sock(global->route, wpa_driver_bsd_event_receive, in bsd_global_init()
1716 eloop_unregister_read_sock(global->route); in bsd_global_deinit()
1717 (void) close(global->route); in bsd_global_deinit()
/dragonfly/sbin/
H A DMakefile89 route \
/dragonfly/sys/net/gre/
H A Dif_gre.h55 struct route *route_pcpu;/* routing entry that determines, where a
/dragonfly/sys/netproto/802_11/
H A Dieee80211_proto.h88 struct route;
110 const struct sockaddr *, struct route *ro);
/dragonfly/share/examples/IPv6/
H A DUSAGE174 <<<route>>>
177 you need not to add a default route for your host by hand
180 If you want to add a default route manually, do like:
182 # route add -inet6 default fe80::200:a2ff:fe0e:7543%ed0
228 The route for a target host can be checked by "traceroute6".
327 accepted. This means that global addresses and default route are
/dragonfly/share/installer/
H A Dcmdnames.conf47 ROUTE=sbin/route
/dragonfly/sys/netinet/
H A Dip_flow.c92 struct route ipf_ro; /* associated route entry */
406 ipflow_create(const struct route *ro, struct mbuf *m) in ipflow_create()
H A Dip_input.c285 struct in_addr route[MAX_IPOPTLEN/sizeof(struct in_addr)]; member
1790 ip_rtaddr(struct in_addr dst, struct route *ro0) in ip_rtaddr()
1792 struct route sro, *ro; in ip_rtaddr()
1899 p = &opt->ip_srcrt.route[opt->ip_nhops - 1]; in ip_srcroute()
1920 while (p >= opt->ip_srcrt.route) { in ip_srcroute()
1990 struct route fwd_ro; in ip_forward()
H A Din_var.h246 struct route;
H A Dip_icmp.c136 static void icmp_send (struct mbuf *, struct mbuf *, struct route *);
934 struct route *ro = NULL, rt; in icmp_reflect()
1114 icmp_send(struct mbuf *m, struct mbuf *opts, struct route *rt) in icmp_send()
/dragonfly/sbin/dhcpcd/
H A DMakefile11 SRCS+= if.c if-options.c route.c sa.c script.c
/dragonfly/sys/dev/sound/pci/
H A Demu10kx.h145 int route; member
/dragonfly/games/quiz/datfiles/
H A Dcollectives100 wolves:route
/dragonfly/sys/dev/sound/pcm/
H A Dmixer.c398 mixer_get_recroute(struct snd_mixer *m, int *route) in mixer_get_recroute() argument
415 *route = cnt; in mixer_get_recroute()
433 mixer_set_recroute(struct snd_mixer *m, int route) in mixer_set_recroute() argument
442 if (route == cnt) in mixer_set_recroute()
/dragonfly/sys/net/dummynet/
H A Dip_dummynet.h145 struct route ro; /* route, for ip_output. MUST COPY */
/dragonfly/sys/net/dummynet3/
H A Dip_dummynet3.h160 struct route ro; /* route, for ip_output. MUST COPY */
/dragonfly/sys/net/ip_mroute/
H A Dip_mroute.h266 struct route v_route; /* cached route if this is a tunnel */
/dragonfly/initrd/rescue/
H A DMakefile164 route \
/dragonfly/share/examples/rconfig/
H A Dhammer.sh164 set ifc = `route -n get default | fgrep interface | awk '{ print $2; }'`
/dragonfly/sys/net/
H A Droute.c114 SYSCTL_NODE(_net, OID_AUTO, route, CTLFLAG_RW, 0, "Routing");
203 rtalloc(struct route *ro) in rtalloc()
215 rtalloc_ign(struct route *ro, u_long ignoreflags) in rtalloc_ign()
1809 SYSINIT(route, SI_SUB_PROTO_DOMAIN, SI_ORDER_THIRD, route_init, 0);

12345