Home
last modified time | relevance | path

Searched refs:route (Results 51 – 75 of 101) sorted by relevance

12345

/dragonfly/share/examples/rconfig/
H A Dencrypted_root.sh186 set ifc = `route -n get default | fgrep interface | awk '{ print $2; }'`
H A Dhammer_uefi.sh166 set ifc = `route -n get default | fgrep interface | awk '{ print $2; }'`
H A Dhammer_ccd_mirror.sh395 ifc=`route -n get default | fgrep interface | awk '{ print $2; }'`
H A Dhammer_lvm_stripe.sh464 ifc=`route -n get default | fgrep interface | awk '{ print $2; }'`
/dragonfly/sys/netinet6/
H A Din6_gif.c204 rtalloc((struct route *)ro); in in6_gif_output()
H A Dfrag6.c196 rtalloc((struct route *)&ro); in frag6_input()
H A Din6_src.c314 rtalloc((struct route *)ro); in in6_selectsrc()
H A Dip6_output.c359 rtalloc((struct route *)ro); in ip6_output()
1070 rtalloc((struct route *)ro_pmtu); in ip6_getpmtu()
2347 rtalloc((struct route *)&ro); in ip6_setmoptions()
/dragonfly/sys/netinet/
H A Din_gif.c99 struct route *ro = &sc->gif_ro[mycpu->gd_cpuid]; in in_gif_output()
H A Din_pcb.h161 struct route inc4_route;
H A Digmp.c492 static struct route igmprt;
H A Dtcp_subr.c561 struct route *ro = NULL; in tcp_respond()
562 struct route sro; in tcp_respond()
1887 struct route *ro = &inc->inc_route; in tcp_rtlookup()
1924 rtalloc((struct route *)ro6); in tcp_rtlookup6()
H A Dip_output.c168 ip_output(struct mbuf *m0, struct mbuf *opt, struct route *ro, in ip_output()
180 struct route iproute; in ip_output()
/dragonfly/lib/libc/nls/
H A DC.msg137 65 No route to host
H A Dfr_FR.ISO8859-1.msg137 65 Pas de route vers l'h�te distant
/dragonfly/sys/dev/sound/pci/
H A Demu10kx.c2981 *result = ((struct emu_pcminfo *)func->varinfo)->route; in emu_read_ivar()
3264 pcminfo->route = RT_FRONT; in emu_pci_attach()
3286 pcminfo->route = RT_REAR; in emu_pci_attach()
3307 pcminfo->route = RT_CENTER; in emu_pci_attach()
3327 pcminfo->route = RT_SUB; in emu_pci_attach()
3349 pcminfo->route = RT_SIDE; in emu_pci_attach()
3372 pcminfo->route = RT_MCHRECORD; in emu_pci_attach()
/dragonfly/usr.bin/crunch/examples/
H A Dreally-big.conf29 progs newfs nfsd nfsiod ping quotacheck reboot restore route routed savecore
/dragonfly/etc/
H A Dprotocols54 ipv6-route 43 IPV6-ROUTE # routing header for ipv6
/dragonfly/share/man/man4/
H A DMakefile264 route.4 \
/dragonfly/share/examples/ppp/
H A Dppp.conf.span-isp83 # add a route to RIPN via the interface address (no default). You can
/dragonfly/sys/bus/u4b/controller/
H A Dxhci.c2535 uint32_t route; in xhci_configure_device() local
2552 route = 0; in xhci_configure_device()
2577 route |= rh_port << (4 * (depth - 1)); in xhci_configure_device()
2580 DPRINTF("Route=0x%08x\n", route); in xhci_configure_device()
2582 temp = XHCI_SCTX_0_ROUTE_SET(route) | in xhci_configure_device()
/dragonfly/usr.sbin/ppp/
H A Dipv6cp.c252 route_Change(bundle, bundle->ncp.route, &ipv6cp->myaddr, &ipv6cp->hisaddr); in ipcp_SetIPv6address()
/dragonfly/contrib/dhcpcd/src/
H A Dif-bsd.c213 #warning kernel does not support route message filtering in if_opensockets_os()
1533 #warning cannot detect route socket overflow within kernel in if_dispatch()
/dragonfly/sys/netproto/802_11/
H A Dieee80211_var.h535 const struct sockaddr *, struct route *);
/dragonfly/sys/net/pf/
H A Dpf.c2258 struct route ro; in pf_send_tcp()
3582 struct route ro; in pf_calc_mss()
3613 rtalloc_ign((struct route *)&ro6, (RTF_CLONING | RTF_PRCLONING)); in pf_calc_mss()
5925 struct route ro; in pf_routable()
5962 rtalloc_ign((struct route *)&ro, 0); in pf_routable()
6001 struct route ro; in pf_rtlabel_match()
6027 rtalloc_ign((struct route *)&ro, (RTF_CLONING | RTF_PRCLONING)); in pf_rtlabel_match()
6042 struct route iproute; in pf_route()
6043 struct route *ro = NULL; in pf_route()

12345