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

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dutil.c1005 pstring hostname; local
1007 *hostname = 0;
1010 if (gethostname(hostname, sizeof(hostname)) == -1) {
1016 hostname[sizeof(hostname)-1] = '\0';
1020 char *p = strchr_m(hostname,'.');
1025 fstrcpy(my_name,hostname);
2361 Get local hostname and cache result.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dsmbencrypt.c357 DATA_BLOB NTLMv2_generate_names_blob(const char *hostname, argument
364 NTLMSSP_NAME_TYPE_SERVER, hostname,
402 the hostname and domain name of the server */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Davformat.h1311 int resolve_host(struct in_addr *sin_addr, const char *hostname);
1315 char *hostname, int hostname_size,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavformat/
H A Davformat.h1311 int resolve_host(struct in_addr *sin_addr, const char *hostname);
1315 char *hostname, int hostname_size,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dlease.c100 if (lease_ptr->hostname != NULL)
101 fprintf(file, "\t hostname: %s;\n",lease_ptr->hostname);
H A Ddhcp6.h162 char hostname[1024]; member in struct:dhcp6_lease
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dpptp_ctrl.c73 u_int8_t hostname[64], vendor[64]; member in struct:PPTP_CONN
771 memcpy(conn->hostname, packet->hostname, sizeof(conn->hostname));
H A Dpptp_msg.h101 u_int8_t hostname[64]; /* Host Name (64 octets, zero terminated) */ member in struct:pptp_start_ctrl_conn
103 /* MS says that end of hostname/vendor fields should be filled with */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dafp_avahi.c103 config->obj.options.hostname,
H A Dauth.c361 char hostname[256]; local
374 sprintf( hostname, "%s@%s", pwd->pw_name, clientname );
376 if( sia_become_user( NULL, argc, argv, hostname, pwd->pw_name,
381 LOG(log_info, logtype_afpd, "session from %s (%s)", hostname,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsys_sunos.c625 char __user *hostname; /* server's hostname */ member in struct:sunos_nfs_mount_args
742 the_name = getname(sunos_mount.hostname);
746 strlcpy(linux_nfs_mount.hostname, the_name,
747 sizeof(linux_nfs_mount.hostname));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsctp.h279 uint8_t hostname[0]; member in struct:sctp_hostname_param
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_avahi.c105 config->obj.options.hostname,
H A Dafp_mdns.c183 config->obj.options.hostname,
H A Dauth.c321 char hostname[256]; local
334 sprintf( hostname, "%s@%s", pwd->pw_name, clientname );
336 if( sia_become_user( NULL, argc, argv, hostname, pwd->pw_name,
341 LOG(log_info, logtype_afpd, "session from %s (%s)", hostname,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dcontrol.c268 because we don't know their hostname AVP */
411 if (!strlen (t->hostname))
415 "%s: Peer did not specify hostname. Closing.\n",
417 set_error (c, VENDOR_ERROR, "Specify your hostname");
482 t->hostname);
524 if (!strlen (t->hostname))
528 "%s: Peer did not specify hostname. Closing.\n",
530 set_error (c, VENDOR_ERROR, "Specify your hostname");
551 __FUNCTION__, t->hostname);
561 __FUNCTION__, t->hostname);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtables.c1384 * m{^($hostname|$networkname|$ipaddr)(/$mask)?}
1385 * "1.2.3.4/5", "1.2.3.4", "hostname", "networkname"
1436 static char hostname[NI_MAXHOST]; local
1445 hostname, sizeof(hostname) - 1, NULL, 0, 0);
1454 fprintf (stderr, "\naddr2host: %s\n", hostname);
1456 return hostname;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/vtysh/
H A Dvtysh.c1344 "Ping destination address or hostname\n")
1354 "Trace route to destination address or hostname\n")
1364 "IP address or hostname of a remote system\n")
1374 "IP address or hostname of a remote system\n"
1601 const char*hostname;
1604 hostname = host.name;
1606 if (!hostname)
1609 hostname = names.nodename;
1612 snprintf (buf, sizeof buf, cmd_prompt (vty->node), hostname);
1597 const char*hostname; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Ds_server.c159 static int sv_body(char *hostname, int s, unsigned char *context);
160 static int www_body(char *hostname, int s, unsigned char *context);
907 static int sv_body(char *hostname, int s, unsigned char *context) argument
1308 static int www_body(char *hostname, int s, unsigned char *context) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_server.c181 static int sv_body(char *hostname, int s, unsigned char *context);
182 static int www_body(char *hostname, int s, unsigned char *context);
1142 static int sv_body(char *hostname, int s, unsigned char *context) argument
1576 static int www_body(char *hostname, int s, unsigned char *context) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsys_sunos32.c589 char *hostname; /* server's hostname */
708 the_name = getname(sunos_mount.hostname);
712 strlcpy(linux_nfs_mount.hostname, the_name,
713 sizeof(linux_nfs_mount.hostname));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Ddevfsd.c1139 char hostname[STRING_LENGTH]; local
1142 "hostname", "mntpt", "devpath", "devname",
1143 "uid", "gid", "mode", hostname, mount_point,
1148 if (gethostname(hostname, STRING_LENGTH - 1) != 0)
1152 hostname[STRING_LENGTH - 1] = '\0';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c133 char hostname[MAXNAMELEN]; /* Our hostname */ variable
330 if (gethostname(hostname, MAXNAMELEN) < 0 ) {
331 option_error("Couldn't get hostname: %m");
334 hostname[MAXNAMELEN-1] = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libads/
H A Dldap.c793 * Find a machine account given a hostname
808 is to look for hostname$ */
1193 * This clears out all registered spn's for a given hostname
1258 * (found by hostname) in AD.
1784 * @param hostname Machine to remove
1787 ADS_STATUS ads_leave_realm(ADS_STRUCT *ads, const char *hostname) argument
1794 /* hostname must be lowercase */
1795 host = SMB_STRDUP(hostname);
1830 * @param hostname machine to add
1834 ADS_STATUS ads_set_machine_sd(ADS_STRUCT *ads, const char *hostname, cha argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dtransfer.c1411 char hostname[256]; local
1421 else if(3 == sscanf(hostp->data, "%255[^:]:%d:%255s", hostname, &port,
1432 hostname, port, address);
1438 dns = Curl_cache_addr(data, addr, hostname, port);

Completed in 323 milliseconds

1234567891011