Home
last modified time | relevance | path

Searched refs:servers (Results 1 – 25 of 41) sorted by relevance

12

/dragonfly/usr.sbin/ppp/libradius/
HDradlib.c110 srvp = &h->servers[srv]; in insert_scrambled_password()
141 srvp = &h->servers[h->srv]; in insert_request_authenticator()
163 srvp = &h->servers[h->srv]; in insert_message_authenticator()
201 srvp = &h->servers[srv]; in is_valid_response()
286 srvp = &h->servers[h->srv]; in is_valid_request()
410 srvp = &h->servers[h->num_servers]; in rad_add_server_ex()
462 memset(h->servers[srv].secret, 0, in rad_close()
463 strlen(h->servers[srv].secret)); in rad_close()
464 free(h->servers[srv].secret); in rad_close()
707 if (h->servers[h->srv].num_tries >= h->servers[h->srv].max_tries) { in rad_continue_send_request()
[all …]
HDradlib_private.h80 struct rad_server servers[MAXSERVERS]; /* Servers to contact */ member
/dragonfly/libexec/bootpd/
HDbootptab.mcs12 # cs -- cookie servers
15 # ds -- domain name servers
22 # im -- impress servers
24 # lg -- log servers
25 # lp -- LPR servers
26 # ns -- IEN-116 name servers
28 # rl -- resource location protocol servers
36 # ts -- time servers
75 # Individual entries (could also have different servers for some/all of these
HDbootptab.cmu10 # cs -- cookie servers
13 # ds -- domain name servers
20 # im -- impress servers
22 # lg -- log servers
23 # lp -- LPR servers
24 # ns -- IEN-116 name servers
26 # rl -- resource location protocol servers
34 # ts -- time servers
67 # Individual entries (could also have different servers for some/all of these
/dragonfly/contrib/dhcpcd/hooks/
HD50-ntp.conf66 servers=
78 servers="${servers}server $x$NL"
95 if [ -n "$servers" ]; then
97 printf %s "$servers" >> "$cf"
HD20-resolv.conf52 servers="${servers}nameserver $x$NL"
66 printf %s "$domain$search$servers" >> "$cf"
/dragonfly/usr.sbin/dntpd/
HDmain.c45 static struct server_info **servers; variable
263 client_check_duplicate_ips(servers, nservers); in main()
264 client_main(servers, nservers); in main()
346 servers = realloc(servers, maxservers * sizeof(server_info_t)); in add_server()
347 assert(servers != NULL); in add_server()
350 servers[nservers] = info; in add_server()
/dragonfly/contrib/smbfs/
HDHISTORY55 - smbfs now can talk to the NetApp servers (thanks to Jonathan Hanna).
69 NOTE: NT servers have an 'AutoDisconnect' feature which will drop client
122 More misc fixes for an NT servers.
HDREADME20 Supported SMB servers:
/dragonfly/etc/rc.d/
HDdiskless135 set `/usr/bin/kenv dhcp.domain-name-servers`
/dragonfly/usr.sbin/ypserv/
HDMakefile.yp123 TARGETS= servers hosts networks protocols rpc services shells group
186 servers: ypservers
/dragonfly/contrib/smbfs/examples/
HDdot.nsmbrc38 # nbtimeout + + - - timeout for NetBIOS name servers
/dragonfly/share/i18n/csmapper/GEORGIAN/
DUCS%GEORGIAN-ACADEMY.src46 # servers; it follows same ordering as unicode.
DUCS%GEORGIAN-ACADEMY@OldCapital.src46 # servers; it follows same ordering as unicode.
DGEORGIAN-ACADEMY%UCS.src46 # servers; it follows same ordering as unicode.
DGEORGIAN-ACADEMY@OldCapital%UCS.src46 # servers; it follows same ordering as unicode.
/dragonfly/share/examples/diskless/
HDREADME.BOOTP124 option domain-name-servers 192.157.86.2;
128 option domain-name-servers 192.157.86.2;
/dragonfly/contrib/tnftp/
HDNEWS32 Works around broken servers, and is quicker too.
/dragonfly/contrib/wpa_supplicant/src/ap/
HDap_config.c457 static void hostapd_config_free_radius(struct hostapd_radius_server *servers, in hostapd_config_free_radius() argument
463 os_free(servers[i].shared_secret); in hostapd_config_free_radius()
465 os_free(servers); in hostapd_config_free_radius()
/dragonfly/games/hunt/
HDREADME.protocol41 It is not useful to run multiple hunt servers on the one host
46 It is reasonable (and expected) to have servers listen to a
/dragonfly/contrib/dhcpcd/
HDREADME.md46 # Some non-RFC compliant DHCP servers do not reply with this set.
/dragonfly/nrelease/gui/root/.irssi/
HDconfig1 servers = (
/dragonfly/etc/sendmail/
HDdragonfly.mc66 dnl so this file will not serve as a database of the available servers.
/dragonfly/lib/libalias/
HDHISTORY141 FTP servers in passive mode.
/dragonfly/share/examples/ppp/
HDppp.conf.sample220 # servers are:
450 # If there are one or more radius servers available, we can use them
714 # servers response.
723 # ppp supports ppp over ethernet (PPPoE). Beware, many PPP servers cache

12