/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/ |
H A D | sol_cma.h | 319 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 D | kifconf.c | 72 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/cmd-inet/usr.sbin/ |
H A D | Makefile | 39 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 D | hostconfig.c | 282 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 D | ndp.c | 537 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/cmd/svc/milestone/ |
H A D | net-routing-setup | 108 /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 D | README.share | 134 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 D | net-physical | 492 *) /sbin/route -n add default -gateway $router ;; 552 [ -n "$router" ] && route add \
|
/illumos-gate/usr/src/test/os-tests/tests/pf_key/ |
H A D | acquire-compare.sh | 91 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 D | net_common.ksh | 444 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 D | sip_dialog.c | 323 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() 358 rset_len = rlen - strlen(route->sip_dlg_route) + strlen(uri) + in sip_dialog_set_route_hdr() 361 count = snprintf(rsp, rspl, "%s", route->sip_dlg_route); in sip_dialog_set_route_hdr() 363 route->sip_dlg_ruri.sip_str_len + 1); in sip_dialog_set_route_hdr() 372 (route->sip_dlg_ruri.sip_str_ptr - route->sip_dlg_route), in sip_dialog_set_route_hdr() 373 route->sip_dlg_ruri.sip_str_len); in sip_dialog_set_route_hdr() 375 route->sip_dlg_ruri.sip_str_len] = '\0'; in sip_dialog_set_route_hdr() 377 route->sip_dlg_ruri.sip_str_len; in sip_dialog_set_route_hdr() [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | trace.h | 74 #define TRACE_ACTION(action, route) { \ argument 76 traceaction(ftrace, (action), (route)); \
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | Makefile | 17 MANIFEST= route.xml 18 SVCMETHOD= svc-route
|
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
H A D | sol_ib_cma.c | 243 (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() 1288 idp->route.path_rec = kmem_zalloc(sizeof (struct ib_sa_path_rec) * 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() 1429 &(event_idp->route.addr.dst_addr), &info.src_port); in ibcma_ud_hdlr() 1433 &(event_idp->route.addr.src_addr), &info.src_port); in ibcma_ud_hdlr() 1633 (event_idp->route).num_paths = reqp->req_alt_hca_port ? 2 : 1; in ibcma_handle_req() [all …]
|
/illumos-gate/usr/src/cmd/sendmail/cf/mailer/ |
H A D | smtp.m4 | 47 # 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 D | in_pcb.h | 39 struct route inp_route; /* placeholder for routing entry */
|
/illumos-gate/usr/src/boot/include/net/ |
H A D | ethernet.h | 387 struct route; 398 const struct sockaddr *, struct route *);
|
/illumos-gate/usr/src/boot/include/netinet/ |
H A D | ip_var.h | 174 struct route; 219 struct mbuf *, struct route *, int, struct ip_moptions *,
|
/illumos-gate/usr/src/uts/common/net/ |
H A D | Makefile | 29 HDRS= af.h if.h if_arp.h if_dl.h if_types.h route.h pfkeyv2.h pfpolicy.h \
|
H A D | route.h | 61 struct route { struct
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg_lex.l | 182 <TSTATE>ipv4-default-route { return IPV4_DEFAULT_ROUTE; } 185 <TSTATE>ipv6-default-route { return IPV6_DEFAULT_ROUTE; }
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-network-routing.p5m | 40 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/man/man4p/ |
H A D | Makefile | 36 route.4p \
|
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/ |
H A D | rdma_cm.h | 140 struct rdma_route route; member
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/ |
H A D | xhci_usba.c | 1533 uint32_t route = 0; in xhci_hcdi_device_route() local 1550 route <<= 4; in xhci_hcdi_device_route() 1551 route |= p & 0xf; in xhci_hcdi_device_route() 1558 *routep = XHCI_ROUTE_MASK(route); in xhci_hcdi_device_route() 1602 uint32_t route, rp, info, info2, tt; in xhci_hcdi_device_init() local 1671 xhci_hcdi_device_route(ud, &route, &rp); in xhci_hcdi_device_init() 1672 info = XHCI_SCTX_SET_ROUTE(route) | XHCI_SCTX_SET_DCI(1); in xhci_hcdi_device_init()
|