| /src/external/bsd/am-utils/dist/amd/ |
| srvr_amfs_auto.c | 43 * Automount FS server ("localhost") modeling 56 static fserver *localhost; variable 65 fserver *fs = localhost; 70 fs->fs_host = xstrdup("localhost"); 83 localhost = fs;
|
| /src/regress/sys/compat/ |
| uipc_syscalls_43.c | 28 const char *localhost = "127.0.0.1"; variable
|
| /src/external/bsd/am-utils/dist/amq/ |
| pawd.c | 60 static char *localhost = "localhost"; variable 73 return localhost; 81 return localhost; 193 server = localhost;
|
| amq.c | 68 static char localhost[] = "localhost"; variable 69 static char *def_server = localhost; 549 if (def_server == localhost) 558 if ((hp = gethostbyname(server)) == 0 && !STREQ(server, localhost)) { 570 /* fake "localhost" */
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| acl.h | 94 dns_acl_t *localhost; member in struct:dns_aclenv 200 * Initialize ACL environment, setting up localhost and localnets ACLs 232 * current values of localhost and localnets and (if applicable)
|
| /src/usr.bin/login/ |
| login.c | 150 char localhost[MAXHOSTNAMELEN + 1]; local 191 if (gethostname(localhost, sizeof(localhost)) < 0) { 196 domain = strchr(localhost, '.'); 198 localhost[sizeof(localhost) - 1] = '\0'; 407 k5login(pwd, instance, localhost, p) == 0) {
|
| login_pam.c | 112 char localhost[MAXHOSTNAMELEN + 1]; local 149 if (gethostname(localhost, sizeof(localhost)) < 0) 152 domain = strchr(localhost, '.'); 153 localhost[sizeof(localhost) - 1] = '\0';
|
| /src/crypto/external/bsd/heimdal/dist/kdc/ |
| kx509.c | 360 char localhost[MAXHOSTNAMELEN]; local 362 ret = gethostname(localhost, sizeof(localhost) - 1); 369 localhost[sizeof(localhost) - 1] = '\0'; 372 localhost, NULL);
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/ |
| test-api.c | 168 static const uint8_t localhost[] = { local 176 srp_add_server_address(port, dns_rrtype_aaaa, localhost, sizeof(localhost));
|
| /src/external/bsd/am-utils/dist/fixmount/ |
| fixmount.c | 63 static char localhost[] = "localhost"; variable 560 if ((hp = gethostbyname(host)) == 0 && !STREQ(host, localhost)) { 571 /* fake "localhost" */
|
| /src/external/mpl/bind/dist/lib/dns/ |
| acl.c | 409 dns_acl_attach(rcu_dereference(env->localhost), &inner); 640 * Initialize ACL environment, setting up localhost and localnets ACLs 653 dns_acl_create(mctx, 0, &env->localhost); 660 dns_aclenv_set(dns_aclenv_t *env, dns_acl_t *localhost, dns_acl_t *localnets) { 662 REQUIRE(DNS_ACL_VALID(localhost)); 665 localhost = rcu_xchg_pointer(&env->localhost, dns_acl_ref(localhost)); 671 * 'localhost' and 'localnets' are finished before we can detach and 681 dns_acl_detach(&localhost); 696 dns_acl_t *localhost = dns_acl_ref(rcu_dereference(source->localhost)); local [all...] |
| ssu.c | 372 dns_acl_t *localhost = rcu_dereference(env->localhost); local 373 dns_acl_match(addr, NULL, localhost, NULL, &match, 385 "localhost");
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| acl.h | 107 dns_acl_t *localhost; member in struct:dns_aclenv 202 * Create ACL environment, setting up localhost and localnets ACLs 215 dns_aclenv_set(dns_aclenv_t *env, dns_acl_t *localhost, dns_acl_t *localnets); 217 * Attach the 'localhost' and 'localnets' arguments to 'env' ACL environment 256 * current values of localhost and localnets and (if applicable)
|
| /src/libexec/rshd/ |
| rshd.c | 770 char localhost[MAXHOSTNAMELEN + 1]; local 773 localhost[0] = 0; 774 (void)gethostname(localhost, sizeof(localhost)); 775 localhost[sizeof(localhost) - 1] = '\0'; 776 p1 = topdomain(localhost);
|
| /src/usr.sbin/rpc.lockd/ |
| lockd_lock.c | 766 static char localhost[] = "localhost"; local 791 my_mon.mon_id.my_id.my_name = localhost; 795 if ((retval = callrpc(localhost, SM_PROG, SM_VERS, SM_MON,
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| os-ip.c | 612 host = "localhost"; 907 struct in6_addr localhost = IN6ADDR_LOOPBACK_INIT; local 909 &localhost, sizeof(localhost)) == 0 ) 918 struct in_addr localhost; local 919 localhost.s_addr = htonl( INADDR_ANY ); 922 &localhost, sizeof(localhost) ) == 0 ) 928 localhost.s_addr = htonl( INADDR_LOOPBACK ); 931 &localhost, sizeof(localhost) ) == 0 [all...] |
| /src/libexec/rlogind/ |
| rlogind.c | 724 char localhost[MAXHOSTNAMELEN + 1]; local 727 localhost[0] = 0; 728 (void) gethostname(localhost, sizeof(localhost)); 729 localhost[sizeof(localhost) - 1] = '\0'; 730 p1 = topdomain(localhost);
|
| /src/external/mpl/bind/dist/lib/ns/ |
| interfacemgr.c | 80 dns_aclenv_t *aclenv; /*%< Localhost/localnets ACLs */ 856 setup_locals(isc_interface_t *interface, dns_acl_t *localhost, 864 /* First add localhost address */ 866 result = dns_iptable_addprefix(localhost->iptable, netaddr, prefixlen, 1099 dns_acl_t *localhost = NULL; local 1182 dns_acl_create(mgr->mctx, 0, &localhost); 1232 * want 127.0.0.1 and ::1 in the localhost ACL. 1240 result = setup_locals(&interface, localhost, localnets); 1359 dns_aclenv_set(mgr->aclenv, localhost, localnets); 1362 dns_acl_detach(&localhost); [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| principal.c | 1054 char localhost[MAXHOSTNAMELEN]; local 1064 ret = gethostname(localhost, sizeof(localhost) - 1); 1071 localhost[sizeof(localhost) - 1] = '\0'; 1072 hostname = localhost;
|
| /src/external/mpl/bind/dist/bin/named/ |
| controlconf.c | 1283 struct in_addr localhost; local 1288 localhost.s_addr = htonl(INADDR_LOOPBACK); 1289 isc_sockaddr_fromin(&addr, &localhost, 0);
|
| /src/external/bsd/libevent/dist/test/ |
| regress_bufferevent.c | 661 fake_listener_create(struct sockaddr_in *localhost) 663 struct sockaddr *sa = (struct sockaddr *)localhost; 665 ev_socklen_t slen = sizeof(*localhost); 667 memset(localhost, 0, sizeof(*localhost)); 668 localhost->sin_port = 0; /* have the kernel pick a port */ 669 localhost->sin_addr.s_addr = htonl(0x7f000001L); 670 localhost->sin_family = AF_INET; 674 fd = socket(localhost->sin_family, SOCK_STREAM, 0); 735 struct sockaddr_in localhost; local 825 struct sockaddr_in localhost; local 899 struct sockaddr_in localhost; local 1151 struct sockaddr_in localhost; local [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| regress_bufferevent.c | 659 fake_listener_create(struct sockaddr_in *localhost) 661 struct sockaddr *sa = (struct sockaddr *)localhost; 663 ev_socklen_t slen = sizeof(*localhost); 665 memset(localhost, 0, sizeof(*localhost)); 666 localhost->sin_port = 0; /* have the kernel pick a port */ 667 localhost->sin_addr.s_addr = htonl(0x7f000001L); 668 localhost->sin_family = AF_INET; 672 fd = socket(localhost->sin_family, SOCK_STREAM, 0); 733 struct sockaddr_in localhost; local 823 struct sockaddr_in localhost; local 897 struct sockaddr_in localhost; local 1149 struct sockaddr_in localhost; local [all...] |
| /src/external/mpl/bind/dist/bin/delv/ |
| delv.c | 1058 /* None found, use localhost */ 1061 struct in_addr localhost; local 1062 localhost.s_addr = htonl(INADDR_LOOPBACK); 1064 isc_sockaddr_fromin(sa, &localhost, destport);
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| dnssd-proxy.c | 1185 INFO("[Q%d][QU%d] eliding localhost response for " PRI_S_SRP ": " PRI_IPv4_ADDR_SRP, 1201 INFO("[Q%d][QU%d] eliding localhost response for " PRI_S_SRP ": " PRI_SEGMENTED_IPv6_ADDR_SRP, 5194 char localhost[] = "localhost."; local 5195 name_length = sizeof(localhost); 5196 memcpy(local_host_name, localhost, name_length); 5197 memcpy(local_host_name_dot_local, localhost, name_length); 5198 memcpy(my_name_buf, localhost, name_length);
|