Home
last modified time | relevance | path

Searched refs:route (Results 1 – 25 of 54) sorted by relevance

123

/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_cma.h319 bcopy(&((srcid->route).addr), &((newid->route).addr), in cma_create_new_id()
321 if ((srcid->route).num_paths) { in cma_create_new_id()
324 num_paths = (newid->route).num_paths = in cma_create_new_id()
325 (srcid->route).num_paths; in cma_create_new_id()
326 (newid->route).path_rec = kmem_zalloc(num_paths * in cma_create_new_id()
328 bcopy(&((srcid->route).path_rec), in cma_create_new_id()
329 &((newid->route).path_rec), in cma_create_new_id()
/illumos-gate/usr/src/uts/common/inet/kifconf/
H A Dkifconf.c72 struct rtentry route; in kdlifconfig() local
146 (void) memset(&route, 0, sizeof (route)); in kdlifconfig()
147 rt_sin = (struct sockaddr_in *)&route.rt_dst; in kdlifconfig()
150 rt_sin = (struct sockaddr_in *)&route.rt_gateway; in kdlifconfig()
152 route.rt_flags = RTF_GATEWAY | RTF_UP; in kdlifconfig()
153 sbuf.buf = (caddr_t)&route; in kdlifconfig()
154 sbuf.maxlen = sbuf.len = sizeof (route); in kdlifconfig()
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-routing-setup108 /usr/sbin/route add $line
142 route_added=`/usr/sbin/route -n add default \
154 /usr/sbin/route -n delete default \
158 /usr/sbin/route -fn > /dev/null
222 /usr/sbin/route add $line
H A DREADME.share134 dynamic route management functionality; restoring the default dynamic
138 interfaces are up, a default route can be manually added using the
139 route(8) command. On typical IPv4 networks, this invocation would be
141 # /sbin/route add net default _gateway_IP_
H A Dnet-physical492 *) /sbin/route -n add default -gateway $router ;;
552 [ -n "$router" ] && route add \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A DMakefile39 ROOTFS_PROG= hostconfig route soconfig
40 SBINLINKS= hostconfig route
47 in.rwhod in.telnetd in.tftpd ipaddrsel ndp route
50 in.tftpd ipaddrsel ndp route
53 TSNETPROG= route
78 ipaddrsel ndp route \
108 POFILES= 6to4relay.po if_mpadm.po in.comsat.po ipaddrsel.po route.po \
152 route := CPPFLAGS += -DNDEBUG
H A Dhostconfig.c282 struct rtentry route; local
286 (void) memset(&route, 0, sizeof (route));
290 sin = (struct sockaddr_in *)&route.rt_dst;
294 sin = (struct sockaddr_in *)&route.rt_gateway;
298 route.rt_flags = RTF_GATEWAY | RTF_UP;
304 if (ioctl(s, SIOCADDRT, (char *)&route) == -1) {
H A Dndp.c537 ndp_initialize_lifreq(int route, struct lifreq *lifrp, struct sockaddr *sap) in ndp_initialize_lifreq() argument
560 if (ndp_find_interface(route, sap, lifr_name, LIFNAMSIZ) != 0) in ndp_initialize_lifreq()
579 int inet6, route; in ndp_host_enumerate() local
610 route = socket(PF_ROUTE, SOCK_RAW, 0); in ndp_host_enumerate()
611 if (route < 0) { in ndp_host_enumerate()
618 if (ndp_initialize_lifreq(route, &lifr, p->ai_addr) in ndp_host_enumerate()
631 if (close(route) != 0) { in ndp_host_enumerate()
/illumos-gate/usr/src/test/os-tests/tests/pf_key/
H A Dacquire-compare.sh91 route add $T1_PREFIX $T1_DST
92 route add $T2_PREFIX $T2_DST
124 route delete $T2_PREFIX $T2_DST
125 route delete $T1_PREFIX $T1_DST
/illumos-gate/usr/src/test/net-tests/tests/
H A Dnet_common.ksh444 if zlogin $zone route -n add $net $gateway > /dev/null; then
463 if zlogin $zone route -n add -inet6 $net $gateway > /dev/null
478 typeset gw=$(zlogin $zone route -n get $dest | \
487 if zlogin $zone route -n delete $net $gateway > /dev/null
504 typeset gw=$(zlogin $zone route -n get -inet6 $dest | \
513 if zlogin $zone route -n delete -inet6 $net $gateway > /dev/null
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_dialog.c323 sip_dlg_route_set_t *route; in sip_dialog_set_route_hdr() local
342 route = rset_head; in sip_dialog_set_route_hdr()
344 if (!route->sip_dlg_route_lr) { in sip_dialog_set_route_hdr()
372 (route->sip_dlg_ruri.sip_str_ptr - route->sip_dlg_route), in sip_dialog_set_route_hdr()
377 route->sip_dlg_ruri.sip_str_len; in sip_dialog_set_route_hdr()
381 route = route->sip_dlg_route_next; in sip_dialog_set_route_hdr()
411 while (route != NULL) { in sip_dialog_set_route_hdr()
422 route->sip_dlg_route); in sip_dialog_set_route_hdr()
428 route->sip_dlg_route); in sip_dialog_set_route_hdr()
432 route->sip_dlg_route); in sip_dialog_set_route_hdr()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtrace.h74 #define TRACE_ACTION(action, route) { \ argument
76 traceaction(ftrace, (action), (route)); \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A DMakefile17 MANIFEST= route.xml
18 SVCMETHOD= svc-route
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_ib_cma.c243 (idp->route).num_paths = 0; in rdma_ib_resolve_addr()
450 &(ep_idp->route.addr.src_addr), NULL); in ibcma_append_listen_list()
1267 &(idp->route.addr.src_addr), NULL); in ibcma_path_hdlr()
1287 (idp->route).num_paths = ibchanp->chan_numpaths; in ibcma_path_hdlr()
1294 &((idp->route.path_rec)[i]), base_lid); in ibcma_path_hdlr()
1420 (event_idp->route).num_paths = 0; in ibcma_ud_hdlr()
1634 event_idp->route.path_rec = kmem_zalloc( in ibcma_handle_req()
1640 &(event_idp->route.path_rec[0]), base_lid); in ibcma_handle_req()
1647 &(event_idp->route.path_rec[1]), base_lid); in ibcma_handle_req()
1648 (event_idp->route.path_rec[1]).mtu = in ibcma_handle_req()
[all …]
/illumos-gate/usr/src/cmd/sendmail/cf/mailer/
H A Dsmtp.m447 # pass <route-addr>s through
48 R< @ $+ > $* $@ < @ $1 > $2 resolve <route-addr>
97 R< @ $* > $* $@ < @ $1 > $2 pass route-addr through
/illumos-gate/usr/src/uts/common/netinet/
H A Din_pcb.h39 struct route inp_route; /* placeholder for routing entry */
/illumos-gate/usr/src/boot/include/net/
H A Dethernet.h387 struct route;
398 const struct sockaddr *, struct route *);
/illumos-gate/usr/src/boot/include/netinet/
H A Dip_var.h174 struct route;
219 struct mbuf *, struct route *, int, struct ip_moptions *,
/illumos-gate/usr/src/uts/common/net/
H A DMakefile29 HDRS= af.h if.h if_arp.h if_dl.h if_types.h route.h pfkeyv2.h pfpolicy.h \
H A Droute.h61 struct route { struct
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_lex.l182 <TSTATE>ipv4-default-route { return IPV4_DEFAULT_ROUTE; }
185 <TSTATE>ipv6-default-route { return IPV6_DEFAULT_ROUTE; }
/illumos-gate/usr/src/man/man4p/
H A DMakefile36 route.4p \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-network-routing.p5m40 file path=lib/svc/manifest/network/routing/route.xml group=sys mode=0444
45 file path=lib/svc/method/svc-route mode=0555
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Drdma_cm.h140 struct rdma_route route; member
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c1529 uint32_t route = 0; in xhci_hcdi_device_route() local
1546 route <<= 4; in xhci_hcdi_device_route()
1547 route |= p & 0xf; in xhci_hcdi_device_route()
1554 *routep = XHCI_ROUTE_MASK(route); in xhci_hcdi_device_route()
1598 uint32_t route, rp, info, info2, tt; in xhci_hcdi_device_init() local
1667 xhci_hcdi_device_route(ud, &route, &rp); in xhci_hcdi_device_init()
1668 info = XHCI_SCTX_SET_ROUTE(route) | XHCI_SCTX_SET_DCI(1); in xhci_hcdi_device_init()

123