Searched refs:route (Results 251 - 275 of 342) sorted by relevance

<<11121314

/netbsd-6-1-5-RELEASE/sys/netiso/
H A Diso.c107 #include <net/route.h>
614 * Delete any existing route for an interface.
675 * Add route for the network.
H A Diso_snpac.c83 #include <net/route.h>
200 * Case 1: This route may come from a route to iface with mask
201 * or from a default route.
219 return; /* happens on a route change */
223 * Case 2: This route may come from cloning, or a manual route
227 log(LOG_DEBUG, "llc_rtrequest: got non-link non-gateway route\n");
382 * NOTES: If there is a route entry associated with cache
768 * If a route alread
[all...]
/netbsd-6-1-5-RELEASE/sys/netkey/
H A Dkey_debug.c47 #include <net/route.h>
/netbsd-6-1-5-RELEASE/sys/netsmb/
H A Dsmb_trantcp.c80 #include <net/route.h>
/netbsd-6-1-5-RELEASE/sys/nfs/
H A Dnfs_boot.c59 #include <net/route.h>
166 * If the gateway address is set, add a default route.
532 * Install a default route to the passed IP address.
559 printf("nfs_boot: add route, error=%d\n", error);
575 printf("%s: del route, error=%d\n", __func__, error);
H A Dnfs_bootdhcp.c71 #include <net/route.h>
530 * Skip the route table when sending on this socket.
/netbsd-6-1-5-RELEASE/share/man/man4/
H A DMakefile52 rnd.4 route.4 rs5c372rtc.4 rtk.4 rtw.4 rum.4 \
/netbsd-6-1-5-RELEASE/sys/dist/pf/net/
H A Dpf.c65 #include <net/route.h>
1814 struct route ro;
2949 struct route ro;
2950 struct route *rop = &ro;
5071 struct route ro;
5103 struct route ro;
5138 rtalloc_noclone((struct route *)&ro, NO_CLONING);
5141 /* No interface given, this is a no-route check */
5177 /* NetBSD doesn't have route labels. */
5186 struct route r
[all...]
/netbsd-6-1-5-RELEASE/dist/ipf/ipsend/
H A Diptests.c85 # include <net/route.h>
89 # include <net/route.h> /* in this file :-/ */
/netbsd-6-1-5-RELEASE/sys/net/
H A Drtsock.c88 #include <net/route.h>
95 #include <compat/net/route.h>
120 #define DOMAINNAME "route"
H A Dif_ecosubr.c79 #include <net/route.h>
H A Dif_ieee1394subr.c54 #include <net/route.h>
/netbsd-6-1-5-RELEASE/sys/netinet/
H A Dtcp_output.c159 #include <net/route.h>
554 struct route *ro;
H A Dudp_usrreq.c87 #include <net/route.h>
1121 struct route *ro;
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Dip6_mroute.c141 #include <net/route.h>
236 * Find a route for a given origin IPv6 address and Multicast group address.
1102 * If we don't have a route for packet's origin,
1536 static struct route ro;
H A Dip6_input.c93 #include <net/route.h>
259 extern struct route ip6_forward_rt;
520 * unless the associated route has a gateway.
522 * route to the loopback interface for the destination of the packet.
2004 " route advertisement per interface"),
2012 " by route advertisement per interface"),
/netbsd-6-1-5-RELEASE/dist/pf/sbin/pfctl/
H A Dparse.y370 } route;
450 %type <v.route> route
1261 yyerror("\"no-route\" is not permitted "
1661 pfrule : action dir logquick interface route af proto fromto
2571 yyerror("route label too long, max %u chars",
3884 route : /* empty */ { label
4276 snprintf(tmp, sizeof(tmp), "no-route");
4947 { "no-route", NOROUTE},
4976 { "route", ROUT
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/netbsd32/
H A Dnetbsd32_ioctl.c62 #include <net/route.h>
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dlemac.c55 #include <net/route.h>
/netbsd-6-1-5-RELEASE/usr.sbin/ldpd/
H A Dmpls_routes.c37 #include <net/route.h>
74 /* Many lines inspired or shamelessly stolen from sbin/route/route.c */
308 /* From src/sbin/route/route.c */
326 /* Adds a route. Or changes it. */
367 /* route to mpls interface */
386 warnp("Error adding a route: %s\n", route_strerror(errno));
409 /* Deletes a route */
451 warnp("Error deleting route(
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/traceroute6/
H A Dtraceroute6.c83 * traceroute host - trace the route ip packets follow going to "host".
85 * Attempt to trace the route an ip packet would follow to some
194 * route failed or fragmentation needed -- neither of these should
244 * I've hacked up a round-trip-route version of this that works by
281 #include <net/route.h>
/netbsd-6-1-5-RELEASE/usr.bin/fstat/
H A Dfstat.c83 #include <net/route.h>
/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Dif.c51 #include <net/route.h>
H A Dinet.c52 #include <net/route.h>
499 p(TCP_STAT_SC_DROPPED, "\t%" PRIu64 " SYN%s dropped (no route or no space)\n");
621 p(IP_STAT_NOROUTE, "\t%" PRIu64 " output packet%s discarded due to no route\n");
H A Diso.c78 #include <net/route.h>

Completed in 406 milliseconds

<<11121314