Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_subr.c81 if (argp->client_address.address_type != IP_ADDR_TYPE) { in bootparamproc_whoami_1()
84 argp->client_address.address_type); in bootparamproc_whoami_1()
135 res.router_address.address_type = IP_ADDR_TYPE; in bootparamproc_whoami_1()
237 res.server_address.address_type = IP_ADDR_TYPE; in bootparamproc_getfile_1()
256 res.server_address.address_type = IP_ADDR_TYPE; in bootparamproc_getfile_1()
H A Dbootparam_prot_xdr.c87 if (!xdr_int(xdrs, &objp->address_type)) { in xdr_bp_address()
90 switch (objp->address_type) { in xdr_bp_address()
/titanic_44/usr/src/stand/lib/fs/nfs/
H A Dbootparams.c101 arg.client_address.address_type = IP_ADDR_TYPE; in whoami()
188 if (bp.router_address.address_type == IP_ADDR_TYPE) { in whoami()
200 bp.router_address.address_type); in whoami()
337 switch (res.server_address.address_type) { in getfile()
349 res.server_address.address_type); in getfile()
/titanic_44/usr/src/head/rpcsvc/
H A Dbootparam_prot.x60 union bp_address switch (int address_type) {
/titanic_44/usr/src/uts/common/rpc/
H A Dbootparam.h60 int address_type; member
/titanic_44/usr/src/lib/librpcsvc/common/
H A Dbootparam_prot.h58 int address_type; member
/titanic_44/usr/src/cmd/svc/milestone/
H A Dnet-install158 prop=`$SVCPROP -p $NET_V4IF/address_type $NET_INSTALL_FMRI`
264 prop=`$SVCPROP -p $NET_V6IF/address_type $NET_INSTALL_FMRI`
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dbootparam_xdr.c72 return (xdr_union(xdrs, (enum_t *)&objp->address_type, in xdr_bp_address()
H A Dnfs_dlinet.c682 arg.client_address.address_type = IP_ADDR_TYPE; in whoami()
771 if (res.router_address.address_type == IP_ADDR_TYPE) { in whoami()
799 res.router_address.address_type); in whoami()
920 switch (res.server_address.address_type) { in getfile()
940 res.server_address.address_type); in getfile()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c419 req.client_address.address_type = IP_ADDR_TYPE;
/titanic_44/usr/src/cmd/auditconfig/
H A Dauditconfig.c821 char *address_type, *address; in do_args() local
823 ++argv; address_type = *argv; in do_args()
825 do_setkaudit(address_type, address); in do_args()