Searched refs:hostname (Results 126 - 150 of 458) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dlp.c95 static char hostname[ MAXHOSTNAMELEN ]; variable
459 if ( gethostname( hostname, sizeof( hostname )) < 0 ) {
595 sprintf( name, "df%c%03d%s", lp.lp_letter++, lp.lp_seq, hostname );
753 sprintf( name, "df%c%03d%s", letter, lp.lp_seq, hostname );
787 sprintf( tfname, "tfA%03d%s", lp.lp_seq, hostname );
796 fprintf( cfile, "H%s\n", hostname ); /* XXX lp_host? */
812 fprintf( cfile, "C%s\n", hostname ); /* XXX lp_host? */
821 fprintf( cfile, "fdf%c%03d%s\n", letter, lp.lp_seq, hostname );
822 fprintf( cfile, "Udf%c%03d%s\n", letter, lp.lp_seq, hostname );
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dnanohttp.c134 char *hostname; /* the host name */ member in struct:xmlNanoHTTPCtxt
286 if (ctxt->hostname != NULL) {
287 xmlFree(ctxt->hostname);
288 ctxt->hostname = NULL;
310 ctxt->hostname = xmlMemStrdup(uri->server);
409 if (ctxt->hostname != NULL) xmlFree(ctxt->hostname);
748 xmlStrcat(tmp_http, (const xmlChar *) ctxt->hostname);
1305 if (ctxt->hostname == NULL) {
1313 blen = strlen(ctxt->hostname) *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dnanohttp.c134 char *hostname; /* the host name */ member in struct:xmlNanoHTTPCtxt
286 if (ctxt->hostname != NULL) {
287 xmlFree(ctxt->hostname);
288 ctxt->hostname = NULL;
310 ctxt->hostname = xmlMemStrdup(uri->server);
409 if (ctxt->hostname != NULL) xmlFree(ctxt->hostname);
748 xmlStrcat(tmp_http, (const xmlChar *) ctxt->hostname);
1305 if (ctxt->hostname == NULL) {
1313 blen = strlen(ctxt->hostname) *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Ddialup.cpp151 virtual void SetWellKnownHost(const wxString& hostname,
399 void wxDialUpManagerImpl::SetWellKnownHost(const wxString& hostname, int portno) argument
401 if(hostname.length() == 0)
408 // does hostname contain a port number?
409 wxString port = hostname.After(wxT(':'));
412 m_BeaconHost = hostname.Before(wxT(':'));
417 m_BeaconHost = hostname;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dmount_clnt.c159 .servername = info->hostname,
168 (info->hostname ? info->hostname : "server"),
231 .servername = info->hostname,
253 (info->hostname ? info->hostname : "server"), info->dirpath);
H A Dsuper.c1375 kfree(mnt->mount_server.hostname);
1376 mnt->mount_server.hostname = string;
1567 if (args->mount_server.hostname)
1568 request.hostname = args->mount_server.hostname;
1570 request.hostname = args->nfs_server.hostname;
1590 request.hostname, status);
1603 char **hostname, size_t maxnamlen,
1617 /* N.B. caller will free nfs_server.hostname i
1602 nfs_parse_simple_hostname(const char *dev_name, char **hostname, size_t maxnamlen, char **export_path, size_t maxpathlen) argument
1663 nfs_parse_protected_hostname(const char *dev_name, char **hostname, size_t maxnamlen, char **export_path, size_t maxpathlen) argument
1723 nfs_parse_devname(const char *dev_name, char **hostname, size_t maxnamlen, char **export_path, size_t maxpathlen) argument
2671 nfs_do_root_mount(struct file_system_type *fs_type, int flags, void *data, const char *hostname) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_pam.c58 static const char *hostname; variable
150 (void *) &hostname, NULL) < 0)
152 LOG(log_info, logtype_uams, "uams_pam.c :PAM: unable to retrieve client hostname");
153 hostname = NULL;
173 pam_set_item(pamh, PAM_RHOST, hostname);
313 pam_set_item(lpamh, PAM_RHOST, hostname);
419 pam_set_item(pamh, PAM_RHOST, hostname);
H A Duams_dhx_pam.c413 const char *hostname; local
432 (void *) &hostname, NULL) < 0)
434 LOG(log_info, logtype_uams, "uams_dhx_pam.c :PAM: unable to retrieve client hostname");
435 hostname = NULL;
491 pam_set_item(pamh, PAM_RHOST, hostname);
572 char *hostname; local
606 (void *) &hostname, NULL) < 0) {
685 pam_set_item(lpamh, PAM_RHOST, hostname);
H A Duams_dhx2_pam.c535 static int loginasroot(const char *adminauthuser, const char **hostname, int status) argument
550 pam_set_item(pamh, PAM_RHOST, *hostname);
567 const char *hostname = NULL; local
585 uam_afpserver_option(obj, UAM_OPTION_CLIENTNAME, (void *) &hostname, NULL);
649 pam_set_item(pamh, PAM_RHOST, hostname);
660 if (loginasroot(obj->options.adminauthuser, &hostname, PAM_error) != PAM_SUCCESS) {
769 const char *hostname = NULL; local
788 uam_afpserver_option(obj, UAM_OPTION_CLIENTNAME, (void *) &hostname, NULL);
849 uam_afpserver_option(obj, UAM_OPTION_CLIENTNAME, (void *) &hostname, NULL);
850 pam_set_item(lpamh, PAM_RHOST, hostname);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dnanohttp.c135 char *hostname; /* the host name */ member in struct:xmlNanoHTTPCtxt
287 if (ctxt->hostname != NULL) {
288 xmlFree(ctxt->hostname);
289 ctxt->hostname = NULL;
311 ctxt->hostname = xmlMemStrdup(uri->server);
410 if (ctxt->hostname != NULL) xmlFree(ctxt->hostname);
749 xmlStrcat(tmp_http, (const xmlChar *) ctxt->hostname);
1303 if (ctxt->hostname == NULL) {
1311 blen = strlen(ctxt->hostname) *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanohttp.c135 char *hostname; /* the host name */ member in struct:xmlNanoHTTPCtxt
287 if (ctxt->hostname != NULL) {
288 xmlFree(ctxt->hostname);
289 ctxt->hostname = NULL;
311 ctxt->hostname = xmlMemStrdup(uri->server);
410 if (ctxt->hostname != NULL) xmlFree(ctxt->hostname);
749 xmlStrcat(tmp_http, (const xmlChar *) ctxt->hostname);
1303 if (ctxt->hostname == NULL) {
1311 blen = strlen(ctxt->hostname) *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dmount.c510 char hostname[256]; /* 1 */ member in struct:nfs_mount_data
747 static inline int we_saw_this_host_before(const char *hostname) argument
768 char *hostname; local
809 /* NB: hostname, mounthost, filteropts must be free()d prior to return */
813 hostname = xstrdup(mp->mnt_fsname);
815 s = strchr(hostname, ':');
818 /* Ignore all but first hostname in replicated mounts
820 s = strchr(hostname, ',');
827 if (!inet_aton(hostname, &server_addr.sin_addr)) {
828 hp = gethostbyname(hostname);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-pptp.c108 u_char hostname[64]; member in struct:pptp_msg_sccrq
120 u_char hostname[64]; member in struct:pptp_msg_sccrp
252 2 u_char hostname[64];
412 pptp_hostname_print(const u_char *hostname) argument
414 printf(" HOSTNAME(%.64s)", hostname);
604 TCHECK(ptr->hostname);
605 pptp_hostname_print(&ptr->hostname[0]);
634 TCHECK(ptr->hostname);
635 pptp_hostname_print(&ptr->hostname[0]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndesd.tex21 \func{}{wxSoundStreamESD}{\param{const wxString\& }{hostname = "localhost"}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Ddhcp.c409 a particular hwaddr/clientid/hostname in our configuration */
465 unsigned char *hwaddr, char *hostname)
492 if (hostname)
495 hostname_isequal(config->hostname, hostname) &&
565 if ((config->flags & CONFIG_NAME) && hostname_isequal(config->hostname, ip))
589 if ((config->hostname = malloc(strlen(ip)+1)))
590 strcpy(config->hostname, ip);
624 (crec = cache_find_by_name(NULL, config->hostname, 0, F_IPV4)) &&
462 find_config(struct dhcp_config *configs, struct dhcp_context *context, unsigned char *clid, int clid_len, unsigned char *hwaddr, char *hostname) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Durl.tex35 {\tt file://hostname/path/to/file} otherwise \helpref{GetError}{wxurlgeterror}
38 It is valid to leave out the hostname but slashes must remain in place -
39 i.e. a file URL without a hostname must contain three consecutive slashes
137 the proxy like this: <hostname>:<port number>.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/SGI/
H A Dinst.msg12 echo http://`hostname`:901
H A Dsambalp65 $system = `hostname` unless($system);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dconfig.c404 * Purpose: see if ip_addr is one of the ip addresses of hostname
410 static int find_match (UINT4 *ip_addr, char *hostname) argument
416 if (rc_good_ipaddr (hostname) == 0)
418 if (*ip_addr == ntohl(inet_addr (hostname)))
425 if ((hp = gethostbyname (hostname)) == (struct hostent *) NULL)
480 if ((h = strtok (buffer, " \t\n")) == NULL) /* first hostname */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/misc/
H A Dcldap.pl54 hostname => undef,
362 $p += pull_netlogon_string($hash{hostname}, $p, $str);
410 printf("Domain Controller:\t%s\n", $hash{hostname});
447 $host = `/bin/hostname`;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dmsdfs.c30 Parse a DFS pathname of the form \hostname\service\reqpath
33 form /hostname/service/reqpath.
70 pdp->hostname[0] = '\0';
87 /* Parse out hostname. */
90 DEBUG(10,("parse_dfs_path: can't parse hostname from path %s\n",
97 pdp->hostname[0] = '\0';
106 fstrcpy(pdp->hostname,temp);
107 DEBUG(10,("parse_dfs_path: hostname: %s\n",pdp->hostname));
109 /* If we got a hostname, i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_status.c42 sessionid.remote_machine, sessionid.hostname);
47 sessionid.remote_machine, sessionid.hostname);
175 guest ? "" : ids->entries[i].hostname,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/lockd/
H A Dlockd.h47 char *h_name; /* remote hostname */
223 const char *hostname,
226 const char *hostname,
243 const char *hostname,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dpptpd.c514 /* added for hostname/address lookup -tmk
515 * returns NULL if not a valid hostname
517 static char *lookup(char *hostname) argument
523 if (inet_addr(hostname) != -1)
524 return hostname;
526 /* Else lookup hostname, return NULL if it fails */
527 if ((ent = gethostbyname(hostname)) == NULL)
538 static char *validip(char *hostname) argument
541 if (inet_addr(hostname) != -1)
542 return hostname;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttp.c149 char hostname[1024], hoststr[1024], proto[10]; local
161 hostname, sizeof(hostname), &port,
163 ff_url_join(hoststr, sizeof(hoststr), NULL, NULL, hostname, port, NULL);
166 use_proxy = !ff_http_match_no_proxy(getenv("no_proxy"), hostname) &&
186 ff_url_join(urlbuf, sizeof(urlbuf), proto, NULL, hostname, port, "%s",
190 hostname, sizeof(hostname), &port, NULL, 0, proxy_path);
193 ff_url_join(buf, sizeof(buf), lower_proto, NULL, hostname, port, NULL);
1142 char hostname[102 local
[all...]

Completed in 399 milliseconds

1234567891011>>