| /illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
| H A D | def_realm.c | 136 char localhost[MAX_DNS_NAMELEN+1]; in krb5_get_default_realm() local 139 (void) memset(localhost, 0, sizeof(localhost)); in krb5_get_default_realm() 186 krb5int_get_fq_local_hostname (localhost, sizeof(localhost)); in krb5_get_default_realm() 188 if ( localhost[0] ) { in krb5_get_default_realm() 189 p = localhost; in krb5_get_default_realm()
|
| /illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/ |
| H A D | tst.system.d.out | 2 localhost is alive 4 localhost is alive 6 localhost is alive
|
| /illumos-gate/usr/src/cmd/sendmail/libmilter/ |
| H A D | README | 56 Xfilter2, S=inet6:999@localhost, F=T, T=C:10m;S:1s;R:1s;E:5m 57 Xfilter3, S=inet:3333@localhost 63 INPUT_MAIL_FILTER(`filter2', `S=inet6:999@localhost, F=T, T=C:10m;S:1s;R:1s;E:5m') 64 INPUT_MAIL_FILTER(`filter3', `S=inet:3333@localhost') 67 second uses an IPv6 socket on port 999 of localhost, and the third uses an 68 IPv4 socket on port 3333 of localhost. The current flags (F=) are: 149 HELO localhost 150 250 test.sendmail.com Hello testy@localhost, pleased to meet you
|
| /illumos-gate/usr/src/cmd/ipf/examples/ |
| H A D | example.5 | 14 # localhost 16 pass in proto udp from 10.2.2.2 port != 53 to localhost
|
| H A D | example.11 | 8 # localhost 10 pass in proto udp from 10.2.2.2 port != 53 to localhost
|
| H A D | example.3 | 6 # pass through packets to and from localhost. 27 # allow any packets destined for localhost out.
|
| /illumos-gate/usr/src/cmd/cmd-inet/etc/ |
| H A D | hosts | 25 ::1 localhost 26 127.0.0.1 localhost loghost
|
| /illumos-gate/usr/src/cmd/smbsrv/fksmbd/ |
| H A D | README | 69 smbclient -L localhost -U guest%guest 71 smbclient //localhost/test -U guest%guest -c dir 73 smbtorture //localhost/test -U guest%guest base
|
| /illumos-gate/usr/src/test/os-tests/tests/hexdump/data/ |
| H A D | _input | 2 127.0.0.1 localhost loghost
|
| H A D | group8 | 7 876563: 6c6f63616c686f73 74206c6f67686f73 | localhost loghos
|
| H A D | group4 | 7 876563: 6c6f6361 6c686f73 74206c6f 67686f73 | localhost loghos
|
| H A D | ascii | 6 6c 6f 63 61 6c 68 6f 73 74 20 6c 6f 67 68 6f 73 | localhost loghos
|
| H A D | group2 | 7 876563: 6c6f 6361 6c68 6f73 7420 6c6f 6768 6f73 | localhost loghos
|
| H A D | default | 7 020: 6c 6f 63 61 6c 68 6f 73 74 20 6c 6f 67 68 6f 73 | localhost loghos
|
| H A D | marker1 | 7 020: 6c 6f 63 61 6c 68 6f 73 74 20 6c 6f 67 68 6f 73 | localhost loghos
|
| H A D | addr2 | 7 100018: 6c 6f 63 61 6c 68 6f 73 74 20 6c 6f 67 68 6f 73 | localhost loghos
|
| H A D | align1 | 7 876560: 2e 31 09 6c 6f 63 61 6c 68 6f 73 74 20 6c 6f 67 | .1.localhost log
|
| H A D | addr1 | 7 876563: 6c 6f 63 61 6c 68 6f 73 74 20 6c 6f 67 68 6f 73 | localhost loghos
|
| H A D | indent | 7 020: 6c 6f 63 61 6c 68 6f 73 74 20 6c 6f 67 68 6f 73 | localhost loghos
|
| /illumos-gate/usr/src/cmd/dtrace/test/tst/common/mib/ |
| H A D | tst.udp.ksh | 56 rup localhost
|
| H A D | tst.icmp.ksh | 61 ping -A inet localhost
|
| /illumos-gate/usr/src/test/smbsrv-tests/include/ |
| H A D | default.cfg | 19 export SMBT_HOST="localhost"
|
| /illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/ |
| H A D | dapl_tavor_hca.c | 624 char localhost[LINE_LEN]; in dapli_process_fake_ibds() local 637 if (gethostname(localhost, LINE_LEN) != 0) { in dapli_process_fake_ibds() 645 (void) sprintf(line_buf, "%s-ib%d", localhost, count + 1); in dapli_process_fake_ibds()
|
| /illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/ |
| H A D | .dbxrc | 24 echo 'then: run -v //localhost'
|
| /illumos-gate/usr/src/lib/libbsm/common/ |
| H A D | adt.c | 866 char localhost[MAXHOSTNAMELEN + 1]; in adt_load_hostname() local 886 (void) sysinfo(SI_HOSTNAME, localhost, MAXHOSTNAMELEN); in adt_load_hostname() 887 hostname = localhost; in adt_load_hostname() 927 char localhost[MAXHOSTNAMELEN + 1]; in adt_load_ttyname() local 948 if (sysinfo(SI_HOSTNAME, localhost, MAXHOSTNAMELEN) < 0) { in adt_load_ttyname() 960 if (adt_get_hostIP(localhost, p_term) == 0) { in adt_load_ttyname()
|