Home
last modified time | relevance | path

Searched refs:rad_put_addr (Results 1 – 5 of 5) sorted by relevance

/NextBSD/lib/libradius/
HDMakefile54 libradius.3 rad_put_addr.3 \
HDradlib.h217 int rad_put_addr(struct rad_handle *, int, struct in_addr);
HDradlib.c1098 rad_put_addr(struct rad_handle *h, int type, struct in_addr addr) in rad_put_addr() function
/NextBSD/usr.sbin/ppp/
HDradius.c1028 if (rad_put_addr(r->cx.rad, RAD_NAS_IP_ADDRESS, hostaddr) != 0) { in radius_Authenticate()
1164 if (rad_put_addr(r->cx.rad, RAD_FRAMED_IP_ADDRESS, in radius_Account()
1166 rad_put_addr(r->cx.rad, RAD_FRAMED_IP_NETMASK, in radius_Account()
1213 if (rad_put_addr(r->cx.rad, RAD_NAS_IP_ADDRESS, hostaddr) != 0) { in radius_Account()
/NextBSD/lib/libpam/modules/pam_radius/
HDpam_radius.c114 error = rad_put_addr(radh, RAD_NAS_IP_ADDRESS, in build_access_request()