Home
last modified time | relevance | path

Searched defs:radius_t (Results 1 – 21 of 21) sorted by relevance

/dports/net-mgmt/coovachilli/coova-chilli-1.0.12/src/
H A Dradius.h197 struct radius_t { struct
198 int fd; /* Socket file descriptor */
199 FILE *urandom_fp; /* /dev/urandom FILE pointer */
200 struct in_addr ouraddr; /* Address to listen to */
201 uint16_t ourport; /* Port to listen to */
202 int coanocheck; /* Accept coa from all IP addresses */
203 int lastreply; /* 0 or 1 indicates last server reply */
204 uint16_t authport; /* His port for authentication */
205 uint16_t acctport; /* His port for accounting */
206 struct in_addr hisaddr0; /* Server address */
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/graph/example/
H A Dproperty_iterator.cpp29 struct radius_t { struct
33 typedef property< radius_t, double, Toto > Radius; argument
/dports/devel/boost-python-libs/boost_1_72_0/libs/graph/example/
H A Dproperty_iterator.cpp29 struct radius_t { struct
33 typedef property< radius_t, double, Toto > Radius; argument
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/graph/example/
H A Dproperty_iterator.cpp29 struct radius_t { struct
33 typedef property< radius_t, double, Toto > Radius; argument
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/graph/example/
H A Dproperty_iterator.cpp29 struct radius_t { struct
33 typedef property< radius_t, double, Toto > Radius; argument
/dports/databases/percona57-server/boost_1_59_0/libs/graph/example/
H A Dproperty_iterator.cpp29 struct radius_t { struct
33 typedef property< radius_t, double, Toto > Radius; argument
/dports/databases/xtrabackup/boost_1_59_0/libs/graph/example/
H A Dproperty_iterator.cpp29 struct radius_t { struct
33 typedef property< radius_t, double, Toto > Radius; argument
/dports/databases/percona57-client/boost_1_59_0/libs/graph/example/
H A Dproperty_iterator.cpp29 struct radius_t { struct
33 typedef property< radius_t, double, Toto > Radius; argument
/dports/devel/boost-libs/boost_1_72_0/libs/graph/example/
H A Dproperty_iterator.cpp29 struct radius_t { struct
33 typedef property< radius_t, double, Toto > Radius; argument
/dports/devel/hyperscan/boost_1_75_0/libs/graph/example/
H A Dproperty_iterator.cpp32 struct radius_t struct
40 typedef property< radius_t, double, Toto > Radius; argument
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/formulas/
H A Dunit_spheroid.hpp33 typedef typename radius_type<ResultSpheroid>::type radius_t; in unit_spheroid() typedef
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/formulas/
H A Dunit_spheroid.hpp33 typedef typename radius_type<ResultSpheroid>::type radius_t; in unit_spheroid() typedef
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/formulas/
H A Dvertex_latitude.hpp37 template<typename T1, typename T2> in unit_spheroid_b()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/formulas/
H A Dunit_spheroid.hpp33 typedef typename radius_type<ResultSpheroid>::type radius_t; in unit_spheroid() typedef
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/formulas/
H A Dunit_spheroid.hpp33 typedef typename radius_type<ResultSpheroid>::type radius_t; in unit_spheroid() typedef
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/formulas/
H A Dunit_spheroid.hpp33 typedef typename radius_type<ResultSpheroid>::type radius_t; in unit_spheroid() typedef
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/formulas/
H A Dunit_spheroid.hpp33 typedef typename radius_type<ResultSpheroid>::type radius_t; in unit_spheroid() typedef
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/formulas/
H A Dunit_spheroid.hpp33 typedef typename radius_type<ResultSpheroid>::type radius_t; in unit_spheroid() typedef
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/formulas/
H A Dunit_spheroid.hpp33 typedef typename radius_type<ResultSpheroid>::type radius_t; in unit_spheroid() typedef
/dports/astro/xplanet/xplanet-1.3.1/src/
H A DRing.h45 double *radius_t; variable
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_widgets.c2865 float ang, radius_t; in ui_hsvcircle_pos_from_vals() local