Searched refs:route (Results 26 - 50 of 100) sorted by relevance

1234

/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_ngz.c39 #include <net/route.h>
41 #include <net/route.h>
64 * Tell the kernel to add, delete or change a route
446 * and IP address and route information will be configured.
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dmisc.c42 #include <net/route.h>
/illumos-gate/usr/src/lib/brand/solaris10/cmd/
H A Ds10_net_physical.sh410 *) /sbin/route -n add default -gateway $router ;;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A D6to4relay.c30 #include <net/route.h>
96 * Modifies a default IPv6 route with DST = ::, GATEWAY = in_gw, NETMASK = ::
98 * This route is to be propagated through the 6to4 site so that 6to4 hosts
115 /* Open a routing socket for passing route commands */
118 "default IPv6 route: socket: %s\n"), strerror(errno));
269 /* remove old default IPv6 route */
287 * default IPv6 route that was added for it.
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_subr.c46 #include <net/route.h>
67 * and suggested route machine.
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_rts.c60 #include <net/route.h>
H A Dip_srcid.c77 #include <net/route.h>
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_compat.c81 #include <net/route.h>
H A Dip_log.c99 #include <net/route.h>
H A Dsolaris.c83 #include <net/route.h>
257 { "src != route", KSTAT_DATA_ULONG },
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dipf_stack.h16 #include <net/route.h>
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h38 #include <net/route.h>
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_cma.c660 addrp = &(idp->route.addr);
717 addrp = &(idp->route.addr);
2037 if (idp->route.path_rec) {
2038 kmem_free(idp->route.path_rec,
2039 sizeof (struct ib_sa_path_rec) * idp->route.num_paths);
2040 idp->route.path_rec = NULL;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist162 148 No route to host
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-install33 ROUTE=/sbin/route
111 msg="Error creating default route:\n\"$cmd\""
127 msg="Error adding persistent default route:\n\"$cmd\""
226 # Retrieve the optional default route property value.
395 # Retrieve the optional default route property value.
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c699 #define TR_SR_ADDR 0x80 /* MAC utilizes source route */
752 #define bridge(route) (ntohs((ushort_t)(route)) & 0x0F)
753 #define ring(route) (ntohs((ushort_t)(route)) >> 4)
755 ushort_t rd[MAX_RDFLDS]; /* route designator fields */
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_main.c69 #include <net/route.h>
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.c33 #include <net/route.h>
305 * update_default_route(): update the interface's default route
309 * const char *: the interface associated with the route
350 * add_default_route(): add the default route to the given gateway
352 * input: const char *: the name of the interface associated with the route
364 * del_default_route(): deletes the default route to the given gateway
366 * input: const char *: the name of the interface associated with the route
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Drouting_events.c31 #include <net/route.h>
355 * (and any requests to add a route) will be working with a valid socket
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib.c297 dev_addr = &ic->i_cm_id->route.addr.dev_addr;
H A Dib_cm.c704 uint64_be_t lguid = cm_id->route.path_rec->sgid.global.interface_id;
705 uint64_be_t fguid = cm_id->route.path_rec->dgid.global.interface_id;
796 * fail now, we have to take the long route out of this mess.
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_record.h241 #include <net/route.h>
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h56 * of a new route does not wait 30-60 seconds.
96 #include <net/route.h>
127 * to the received metric and discarded the route if the total was 16
189 RO_LOOPBCK, /* loopback route */
190 RO_PTOPT, /* point-to-point route */
191 RO_NET_SYN, /* fake net route for subnet */
192 RO_IF, /* interface route */
223 #define RS_NET_INT 0x0002 /* authority route */
224 #define RS_NET_SYN 0x0004 /* fake net route for subnet */
226 #define RS_SUBNET 0x0008 /* subnet route fro
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dip_if.h29 #include <net/route.h>
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_trantcp.c61 #include <net/route.h>

Completed in 211 milliseconds

1234