Searched refs:trans_conf (Results 1 – 2 of 2) sorted by relevance
236 struct netconfig *trans_conf; /* transport netconfig */ in rpcbproc_getaddrlist() local244 trans_conf = rpcbind_get_conf(transp->xp_netid); in rpcbproc_getaddrlist()245 if (strcmp(trans_conf->nc_protofmly, NC_INET6) == 0) { in rpcbproc_getaddrlist()
338 struct netconfig *trans_conf; /* transport netconfig */ in rpcbproc_getaddr_com() local356 trans_conf = rpcbind_get_conf(transp->xp_netid); in rpcbproc_getaddr_com()357 if (strcmp(trans_conf->nc_protofmly, NC_INET6) == 0) { in rpcbproc_getaddr_com()