Searched refs:router (Results 1 - 17 of 17) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.h53 struct router *pi_router_list; /* Doubly linked routers */
233 struct router { struct
234 struct router *dr_next; /* Next router for this physical */
235 struct router *dr_prev; /* Prev router for this physical */
238 struct in6_addr dr_address; /* Used to identify the router */
294 extern struct router *router_lookup(struct phyint *pi, struct in6_addr addr);
295 extern struct router *router_create(struct phyint *pi, struct in6_addr addr,
297 extern void router_update_k(struct router *d
[all...]
H A Dtables.c50 static void router_print(struct router *dr);
51 static void router_insert(struct phyint *pi, struct router *dr);
52 static void router_delete(struct router *dr);
53 static void router_add_k(struct router *dr);
54 static void router_delete_k(struct router *dr);
366 * Filter out so that we only receive router advertisements and
367 * router solicitations.
576 struct router *dr;
2056 /* Lookup router on its link-local IPv6 address */
2057 struct router *
[all...]
H A Dmain.c243 /* Feed packet back in for router operation */
270 /* Feed packet back in for router operation */
295 /* Feed packet back in for router operation */
343 /* Feed packet back in for router operation */
514 logmsg(LOG_INFO, "No longer a router on %s\n", pi->pi_name);
983 * 4. All non-router interfaces have their prefixes set up and we're
984 * done sending router solicitations on those interfaces without
1239 struct router *dr;
1240 struct router *next_dr;
1442 * Handle any queued loopback router advertisement
1773 ndpd_router_info_t router; local
[all...]
H A Dndp.c278 * Process a received router solicitation.
407 * Process a received router advertisement.
419 struct router *dr;
495 /* Skip default router code if sent from ourselves */
497 /* Find and update or add default router in list */
900 * If the router clock runs slower than the
1113 * Process an MTU option received in a router advertisement.
1168 * Process a source link-layer address option received in a router
1229 * Verify the content of the received router advertisement against our
1494 * Update IsRouter Flag for Host turning into a router o
[all...]
/opensolaris-onvv-gate/usr/src/cmd/svc/milestone/
H A Dnet-physical437 while read router rubbish; do
438 case "$router" in
440 *) /sbin/route -n add default -gateway $router ;;
461 # the specified interface. The "router-ip" property, if present,
487 /sbin/devprop host-ip subnet-mask router-ip | (
490 read router;
500 [ -n "$router" ] && route add \
501 default $router 2>/dev/null;
H A Dnet-routing-setup67 # run. Each router name or address is listed on a single line by
68 # itself in the file. Anything else on that line after the router's
77 # Note that the default router file is ignored if we received routes
91 # We want the default router(s) listed in
112 for router in $defrouters; do
114 -gateway $router`
173 # Default router(s) have been found, so ipv4-routing default value
/opensolaris-onvv-gate/usr/src/lib/brand/solaris10/cmd/
H A Ds10_net_physical.sh407 while read router rubbish; do
408 case "$router" in
410 *) /sbin/route -n add default -gateway $router ;;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c68 /* For router advertisement */
143 static void record_router(struct in_addr router, long preference, int ttl);
236 int best_preference = 1; /* Set to record only the router(s) with the */
881 * Check that at least one router address is a neighbor
1958 struct in_addr router; member in struct:table
1976 pr_name(tp->router), tp->preference,
1990 if (tp->router.s_addr == addr.s_addr)
2028 logdebug("Timed out router %s\n",
2029 pr_name(tp->router));
2032 del_route(tp->router);
2103 record_router(struct in_addr router, long preference, int ttl) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/vrrpadm/
H A Dvrrpadm.c52 { "create-router", do_create,
55 { "delete-router", do_delete, "<router_name>" },
56 { "enable-router", do_enable, "<router_name>" },
57 { "disable-router", do_disable, "<router_name>" },
58 { "modify-router", do_modify,
60 { "show-router", do_show,
110 * structures for 'vrrpadm show-router'
277 err_exit("Invalid router name %s", argv[optind]);
296 err_exit("create-router failed: %s", vrrp_err2str(err));
308 err_exit("delete-router faile
435 char *names = NULL, *router; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/etc/
H A Dservices117 route 520/udp router routed
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
H A DConfigWizard.java59 private IPAddress router = null; field in class:ConfigWizard
995 * Enable forward if router discovery, or if specifying router and
1032 address.setValue(router);
1067 router = addr;
1332 // Set router
1337 routerLabel.setText(router.getHostAddress());
1487 if (router != null) {
1488 routers = new IPAddress[] { router };
/opensolaris-onvv-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwbcli.c158 static char router[INET_ADDRSTRLEN]; variable
201 router, 0, sizeof (router) },
1155 * Is there a correctly-defined router?
1161 info("router-ip invalid!", interactive);
1164 info("router not on local subnet!",
1188 * our local subnet, or if a router has been
1198 * If there is no router and no proxy (either on the local
1199 * subnet or reachable via a router), then the bootserver
1247 * If there is no router an
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpconfig/
H A DResourceBundle.properties144 dhcpcfg_usage=dhcpconfig (options)\n\nWhere (options) is one of:\n\n -D -r (resource) -p (path) Configure the DHCP service. Sub-options:\n [-u (uninterpreted data)]\n [-h (host resource)]\n [-y (host domain)]\n [-l (lease length)]\n [-n] Leases are not negotiable\n [-d (DNS domain)]\n [-a (DNS servers)]\n\n -R (server addresses) Configure BOOTP relay service.\n\n -U Unconfigure DHCP or BOOTP relay service. Sub-options:\n [-f] No confirmation prompt\n [-x] Delete dhcptab and network tables\n [-h] Delete host entries\n\n -N (network address) Configure network. Sub-options:\n [-m (subnet mask)]\n [-t (router addresses)]\n [-y (NIS domain)]\n [-a (NIS addreses)]\n [-b] Network is point-to-point\n [-g] Signal daemon\n\n -C -r (resource) -p (path) Convert to new data store. Sub-options:\n [-u (uninterpreted data)]\n [-f] No confirmation prompt\n [-k] Do not delete original files\n\n -X (export filename) Export data. Sub-options:\n [-m (macro list)]\n [-o (option list)]\n [-a (network addresses)]\n [-f] Overwrite an existing export file\n [-x] Delete exported data\n [-g] Signal daemon\n\n -I (import filename) Import data. Sub-options:\n [-f] Overwrite existing data\n [-g] Signal daemon\n\n -P [parameter[=value]] Configure or print DHCP server parameters.\n\n -S Control the DHCP server. Sub-options:\n [-e] Enable and start the DHCP server\n [-d] Disable and stop the DHCP server\n [-r] Re-enable the DHCP server\n [-q] Query the DHCP server status\n
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c1155 // send msg if we have a router
1275 debugf("No router. Will retry NAT traversal in %ld ticks", NATMAP_INIT_RETRY);
1457 debugf("No router. Will retry NAT traversal in %ld seconds", NATMAP_INIT_RETRY);
1691 // don't unlink or free - we can retry when we get a new address/router
1949 mDNSexport void mDNS_SetPrimaryInterfaceInfo(mDNS *m, const mDNSAddr *v4addr, const mDNSAddr *v6addr, const mDNSAddr *router) argument
1956 if (router && router->type != mDNSAddrType_IPv4) { LogMsg("mDNS_SetPrimaryInterfaceInfo passed non-V4 router. Discarding."); return; }
1962 RouterChanged = (router ? router
[all...]
H A DmDNSEmbeddedAPI.h2633 extern void mDNS_SetPrimaryInterfaceInfo(mDNS *m, const mDNSAddr *v4addr, const mDNSAddr *v6addr, const mDNSAddr *router);
/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h192 uint32_t router :1; member in struct:tavor_hw_querydevlim_s
285 uint32_t router :1; member in struct:tavor_hw_querydevlim_s
/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h242 uint32_t router :1; member in struct:hermon_hw_querydevlim_s
439 uint32_t router :1; member in struct:hermon_hw_querydevlim_s

Completed in 235 milliseconds