Home | History | Annotate | Download | only in src

Lines Matching defs:hostname

897   char hostname[MAXHOSTNAMELEN];
1022 if (gethostname(hostname, sizeof hostname) != 0)
1026 (hp = gethostbyname(hostname)) != NULL) {
1036 rad_put_string(r->cx.rad, RAD_NAS_IDENTIFIER, hostname) != 0) {
1101 char hostname[MAXHOSTNAMELEN];
1207 if (gethostname(hostname, sizeof hostname) != 0)
1211 (hp = gethostbyname(hostname)) != NULL) {
1221 rad_put_string(r->cx.rad, RAD_NAS_IDENTIFIER, hostname) != 0) {