Home
last modified time | relevance | path

Searched refs:router_address (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_subr.c135 res.router_address.address_type = IP_ADDR_TYPE; in bootparamproc_whoami_1()
137 (void) memcpy(&res.router_address.bp_address_u.ip_addr, in bootparamproc_whoami_1()
139 sizeof (res.router_address.bp_address_u.ip_addr)); in bootparamproc_whoami_1()
145 &res.router_address.bp_address_u.ip_addr, in bootparamproc_whoami_1()
H A Dbootparam_prot_xdr.c120 if (!xdr_bp_address(xdrs, &objp->router_address)) { in xdr_bp_whoami_res()
/titanic_50/usr/src/stand/lib/fs/nfs/
H A Dbootparams.c188 if (bp.router_address.address_type == IP_ADDR_TYPE) { in whoami()
189 bcopy((caddr_t)&bp.router_address.bp_address_u.ip_addr, in whoami()
200 bp.router_address.address_type); in whoami()
/titanic_50/usr/src/head/rpcsvc/
H A Dbootparam_prot.x72 bp_address router_address; member
/titanic_50/usr/src/uts/common/rpc/
H A Dbootparam.h77 bp_address router_address; member
/titanic_50/usr/src/lib/librpcsvc/common/
H A Dbootparam_prot.h75 bp_address router_address; member
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dbootparam_xdr.c89 if (!xdr_bp_address(xdrs, &objp->router_address)) in xdr_bp_whoami_res()
H A Dnfs_dlinet.c771 if (res.router_address.address_type == IP_ADDR_TYPE) { in whoami()
776 bcopy(&res.router_address.bp_address.ip_addr, &ipaddr, in whoami()
799 res.router_address.address_type); in whoami()
/titanic_50/usr/src/head/
H A Dndpd.h104 struct in6_addr router_address; /* Used to identify router */ member
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c325 (void) memcpy(&router_addr, &res->router_address.bp_address_u.ip_addr,
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c1806 router.router_address = router_list->dr_address; in process_mibsock()