Searched refs:hostname (Results 151 - 175 of 458) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwins.c37 NSS_STATUS _nss_wins_gethostbyname_r(const char *hostname, struct hostent *he,
297 _nss_wins_gethostbyname_r(const char *hostname, struct hostent *he, argument
306 fstrcpy(name, hostname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Dnetwork.c38 char hostname[256]; variable
59 gethostname (hostname, sizeof (hostname));
H A Dfile.c92 tmp->hostname[0] = 0;
138 tmp->hostname[0] = 0;
448 if (set_string (word, value, n->hostname, sizeof (n->hostname)))
452 if (set_string (word, value, l->hostname, sizeof (l->hostname)))
898 strncpy (ipr->hostname, value, sizeof (ipr->hostname));
1230 {"hostname", &set_hostname},
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dnfsroot.c26 * Martin Mares : Server hostname generation fixed.
64 * is NOT for the length of the hostname.
336 snprintf(nfs_data.hostname, sizeof(nfs_data.hostname),
348 nfs_export_path, nfs_data.hostname);
H A Dnfs4namespace.c152 mountdata->hostname = page2;
155 mountdata->hostname,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_dhx_passwd.c336 char hostname[256]; local
339 sprintf( hostname, "%s@%s", dhxpwd->pw_name, clientname );
341 if( uam_sia_validate_user( NULL, ac, av, hostname, dhxpwd->pw_name,
H A Duams_passwd.c132 char hostname[256]; local
135 sprintf( hostname, "%s@%s", username, clientname );
137 if( uam_sia_validate_user( NULL, ac, av, hostname, username,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Durl.h264 * @param hostname the host name string
271 const char *authorization, const char *hostname,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Dftp_var.h98 Extern char *hostname; /* name of host connected to */ variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp_proxy.c94 const char *hostname,
126 hostname, remote_port);
142 host_port = aprintf("%s:%hu", hostname, remote_port);
161 hostname, conn->bits.ipv6_ip?"]":"",
92 Curl_proxyCONNECT(struct connectdata *conn, int sockindex, const char *hostname, int remote_port) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Ddnsmasq.h252 char *hostname, *fqdn; /* name from client-hostname option or config */ member in struct:dhcp_lease
269 char *hostname; member in struct:dhcp_config
464 unsigned char *hwaddr, char *hostname);
490 void load_dhcp(char *file, char *suffix, time_t now, char *hostname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dnanoftp.c121 char *hostname; /* the host name */ member in struct:xmlNanoFTPCtxt
181 * and get the hostname
309 if (ctxt->hostname != NULL) {
310 xmlFree(ctxt->hostname);
311 ctxt->hostname = NULL;
329 ctxt->hostname = xmlMemStrdup(uri->server);
359 * protocol, hostname, port or other information, the
377 if (ctxt->hostname == NULL)
389 (strcmp(ctxt->hostname, uri->server)) ||
508 if (ctxt->hostname !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dglobals.h74 char hostname[MAXHOSTNAMELEN + 1], *server, *ipaddr, *port, *configfile; member in struct:afp_options
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dnanoftp.c123 char *hostname; /* the host name */ member in struct:xmlNanoFTPCtxt
183 * and get the hostname
311 if (ctxt->hostname != NULL) {
312 xmlFree(ctxt->hostname);
313 ctxt->hostname = NULL;
331 ctxt->hostname = xmlMemStrdup(uri->server);
361 * protocol, hostname, port or other information, the
379 if (ctxt->hostname == NULL)
391 (strcmp(ctxt->hostname, uri->server)) ||
510 if (ctxt->hostname !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dnanoftp.c123 char *hostname; /* the host name */ member in struct:xmlNanoFTPCtxt
183 * and get the hostname
311 if (ctxt->hostname != NULL) {
312 xmlFree(ctxt->hostname);
313 ctxt->hostname = NULL;
331 ctxt->hostname = xmlMemStrdup(uri->server);
361 * protocol, hostname, port or other information, the
379 if (ctxt->hostname == NULL)
391 (strcmp(ctxt->hostname, uri->server)) ||
510 if (ctxt->hostname !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devdns.h94 * evdns_resolve("www.hostname.com", 0, callback, NULL);
314 @param name a DNS hostname
327 @param name a DNS hostname
516 int evdns_server_request_add_ptr_reply(struct evdns_server_request *req, struct in_addr *in, const char *inaddr_name, const char *hostname, int ttl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanoftp.c121 char *hostname; /* the host name */ member in struct:xmlNanoFTPCtxt
181 * and get the hostname
309 if (ctxt->hostname != NULL) {
310 xmlFree(ctxt->hostname);
311 ctxt->hostname = NULL;
329 ctxt->hostname = xmlMemStrdup(uri->server);
359 * protocol, hostname, port or other information, the
377 if (ctxt->hostname == NULL)
389 (strcmp(ctxt->hostname, uri->server)) ||
508 if (ctxt->hostname !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dgsocket.cpp285 struct hostent * wxGethostbyname_r(const char *hostname, struct hostent *h, argument
292 if (gethostbyname_r(hostname, h, (char*)buffer, size, &he, err))
295 he = gethostbyname_r(hostname, h, (char*)buffer, size, err);
297 if (gethostbyname_r(hostname, h, (struct hostent_data*) buffer))
308 he = gethostbyname(hostname);
2053 GSocketError GAddress_INET_SetHostName(GAddress *address, const char *hostname) argument
2066 if (inet_aton(hostname, addr) == 0)
2069 if ( (addr->s_addr = inet_addr(hostname)) == (unsigned)-1 )
2090 he = wxGethostbyname_r(hostname, &h, (void*)&buffer, sizeof(buffer), &err);
2187 GSocketError GAddress_INET_GetHostName(GAddress *address, char *hostname, size_ argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/m4/
H A DMakefile.am47 hostname.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test_micro/
H A Dtest_micro118 t=RUN.`hostname | sed 's/\..*//'`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Doptions.c228 "Add given domain name to hostname",
1507 * setdomain - Set domain name to append to hostname
1513 gethostname(hostname, MAXNAMELEN);
1516 strncat(hostname, ".", MAXNAMELEN - strlen(hostname));
1517 domain = hostname + strlen(hostname);
1518 strncat(hostname, *argv, MAXNAMELEN - strlen(hostname));
1520 hostname[MAXNAMELE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dpptpdefs.h138 u_int8_t hostname[MAX_HOSTNAME_SIZE]; /* hostname */ member in struct:pptp_start_ctrl_conn_rqst
151 u_int8_t hostname[MAX_HOSTNAME_SIZE]; /* hostname */ member in struct:pptp_start_ctrl_conn_rply
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dclientpacket.c86 if (client_config.hostname) add_option_string(packet->options, client_config.hostname);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Doptions.c173 "Add given domain name to hostname",
1403 * setdomain - Set domain name to append to hostname
1409 gethostname(hostname, MAXNAMELEN);
1412 strncat(hostname, ".", MAXNAMELEN - strlen(hostname));
1413 domain = hostname + strlen(hostname);
1414 strncat(hostname, *argv, MAXNAMELEN - strlen(hostname));
1416 hostname[MAXNAMELE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Dclientpacket.c84 if (client_config.hostname) add_option_string(packet->options, client_config.hostname);

Completed in 226 milliseconds

1234567891011>>