Searched refs:host1 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ntp/libntp/
H A Dmachines.c41 struct hostent *host1; local
43 host1 = (struct hostent *) emalloc (sizeof(struct hostent));
44 host1->h_name = name;
45 host1->h_addrtype = AF_INET;
46 host1->h_aliases = name;
47 host1->h_length = 4;
48 host1->h_addr_list[0] = (char *)hostGetByName (name);
49 host1->h_addr_list[1] = NULL;
50 return host1;
55 struct hostent *host1; local
[all...]
/freebsd-11-stable/libexec/bootpd/
H A Dreadfile.c1376 * equivalent. Returns TRUE if "host1" and "host2" are equivalent, FALSE
1379 * If the hardware addresses of "host1" and "host2" are identical, but local
1390 struct host *host1 = (struct host *) d1;
1393 if (host1->htype != host2->htype) {
1396 if (bcmp(host1->haddr, host2->haddr, haddrlength(host1->htype))) {
1400 if ((host1->subnet_mask.s_addr) == (host2->subnet_mask.s_addr)) {
1401 if (((host1->iaddr.s_addr) & (host1->subnet_mask.s_addr)) !=
2059 * equivalent. Returns TRUE if "host1" an
2047 struct host *host1 = (struct host *) d1; local
2068 struct host *host1 = (struct host *) d1; local
[all...]
/freebsd-11-stable/crypto/openssh/regress/unittests/sshkey/
H A Dmktestdata.sh154 ssh-keygen -s ed25519_1 -I julius -n host1,host2 -h \
156 ssh-keygen -s ed25519_1 -I julius -n host1,host2 -h \
158 ssh-keygen -s ecdsa_1 -I julius -n host1,host2 -h \
160 ssh-keygen -s ed25519_1 -I julius -n host1,host2 -h \
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_filter.c546 uint32_t rhost, host1, host2; local
594 host1 = gen_spec->efs_loc_host.eo_u32[0];
597 host1 = rhost;
619 sf_spec->sfs_dword[0] = (host1 << 16) | port1;
620 sf_spec->sfs_dword[1] = (port2 << 16) | (host1 >> 16);

Completed in 80 milliseconds